graaff 15/07/26 07:07:30 Modified: ruby-shout-2.2.1-r1.ebuild ChangeLog Added: ruby-shout-2.2.1-r2.ebuild Log: Create stable candidate. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.5 dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild?r1=1.4&r2=1.5 Index: ruby-shout-2.2.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ruby-shout-2.2.1-r1.ebuild 25 Mar 2015 20:07:58 -0000 1.4 +++ ruby-shout-2.2.1-r1.ebuild 26 Jul 2015 07:07:30 -0000 1.5 @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild,v 1.4 2015/03/25 20:07:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r1.ebuild,v 1.5 2015/07/26 07:07:30 graaff Exp $ EAPI=5 # ruby22 -> Does not compile -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" 1.26 dev-ruby/ruby-shout/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 25 Mar 2015 20:07:58 -0000 1.25 +++ ChangeLog 26 Jul 2015 07:07:30 -0000 1.26 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ruby-shout # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.25 2015/03/25 20:07:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ChangeLog,v 1.26 2015/07/26 07:07:30 graaff Exp $ + +*ruby-shout-2.2.1-r2 (26 Jul 2015) + + 26 Jul 2015; Hans de Graaff <[email protected]> ruby-shout-2.2.1-r1.ebuild, + +ruby-shout-2.2.1-r2.ebuild: + Create stable candidate. 25 Mar 2015; Hans de Graaff <[email protected]> ruby-shout-2.2.1-r1.ebuild: Document ruby22 status. 1.1 dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild?rev=1.1&content-type=text/plain Index: ruby-shout-2.2.1-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shout/ruby-shout-2.2.1-r2.ebuild,v 1.1 2015/07/26 07:07:30 graaff Exp $ EAPI=5 # ruby22 -> Does not compile USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.textile" inherit multilib ruby-fakegem DESCRIPTION="A Ruby interface to libshout2" HOMEPAGE="https://github.com/niko/ruby-shout" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND+=" >=media-libs/libshout-2.0" DEPEND+=" >=media-libs/libshout-2.0" each_ruby_configure() { ${RUBY} -Cext extconf.rb || die "extconf failed" } each_ruby_compile() { emake -C ext V=1 } each_ruby_install() { each_fakegem_install ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) lib/${PN#ruby-}_ext$(get_modname) }
