diff options
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/xml-simple/ChangeLog | 12 | ||||
-rw-r--r-- | dev-ruby/xml-simple/xml-simple-1.0.12-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/xml-simple/xml-simple-1.0.12-r2.ebuild (renamed from dev-ruby/xml-simple/xml-simple-1.0.12.ebuild) | 13 |
3 files changed, 21 insertions, 10 deletions
diff --git a/dev-ruby/xml-simple/ChangeLog b/dev-ruby/xml-simple/ChangeLog index 49aace194079..f77149fbdadf 100644 --- a/dev-ruby/xml-simple/ChangeLog +++ b/dev-ruby/xml-simple/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-ruby/xml-simple -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.14 2009/12/15 15:27:19 flameeyes Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.15 2010/05/22 19:23:37 flameeyes Exp $ + +*xml-simple-1.0.12-r2 (22 May 2010) + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + -xml-simple-1.0.12.ebuild, xml-simple-1.0.12-r1.ebuild, + +xml-simple-1.0.12-r2.ebuild: + Drop old version, drop Ruby 1.9 and JRuby support from 12-r1 (stable + candidate bug #321085), add -r2 with all of them. *xml-simple-1.0.12-r1 (15 Dec 2009) diff --git a/dev-ruby/xml-simple/xml-simple-1.0.12-r1.ebuild b/dev-ruby/xml-simple/xml-simple-1.0.12-r1.ebuild index 19336c240a25..3f2afa4ac1e7 100644 --- a/dev-ruby/xml-simple/xml-simple-1.0.12-r1.ebuild +++ b/dev-ruby/xml-simple/xml-simple-1.0.12-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.0.12-r1.ebuild,v 1.1 2009/12/15 15:27:19 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.0.12-r1.ebuild,v 1.2 2010/05/22 19:23:37 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby" +USE_RUBY="ruby18" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/xml-simple/xml-simple-1.0.12.ebuild b/dev-ruby/xml-simple/xml-simple-1.0.12-r2.ebuild index a41a23cd42f8..d37969fa6a89 100644 --- a/dev-ruby/xml-simple/xml-simple-1.0.12.ebuild +++ b/dev-ruby/xml-simple/xml-simple-1.0.12-r2.ebuild @@ -1,8 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.0.12.ebuild,v 1.1 2009/04/20 00:30:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.0.12-r2.ebuild,v 1.1 2010/05/22 19:23:37 flameeyes Exp $ -inherit ruby gems +EAPI=2 +USE_RUBY="ruby18 ruby19 jruby" + +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem DESCRIPTION="Easy API to maintain XML. It is a Ruby port of Grant McLean's Perl module XML::Simple." HOMEPAGE="http://rubyforge.org/projects/xml-simple/" @@ -11,5 +16,3 @@ LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" - -USE_RUBY="ruby18" |