diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-27 09:27:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-09-27 09:27:17 +0000 |
commit | 76ba219153eb3ebabfc3b8f58499d7cc12f0db0d (patch) | |
tree | 78607eda547b7f97a24ddb5ce02b2e51f91a396a /dev-ruby/xml-simple | |
parent | Keyword ~ppc/~ppc64 wrt #417513 (diff) | |
download | gentoo-2-76ba219153eb3ebabfc3b8f58499d7cc12f0db0d.tar.gz gentoo-2-76ba219153eb3ebabfc3b8f58499d7cc12f0db0d.tar.bz2 gentoo-2-76ba219153eb3ebabfc3b8f58499d7cc12f0db0d.zip |
Move USE_RUBY="ruby19" to -r1 and stabilize -r0 for =dev-ruby/flickr-1.0.2-r3 (amd64)
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/xml-simple')
-rw-r--r-- | dev-ruby/xml-simple/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/xml-simple/xml-simple-1.1.1-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/xml-simple/xml-simple-1.1.1.ebuild | 6 |
3 files changed, 31 insertions, 4 deletions
diff --git a/dev-ruby/xml-simple/ChangeLog b/dev-ruby/xml-simple/ChangeLog index d3a0ea5baedc..65c6e160df6b 100644 --- a/dev-ruby/xml-simple/ChangeLog +++ b/dev-ruby/xml-simple/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-ruby/xml-simple # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.29 2012/09/24 16:30:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.30 2012/09/27 09:27:17 ssuominen Exp $ + +*xml-simple-1.1.1-r1 (27 Sep 2012) + + 27 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> xml-simple-1.1.1.ebuild, + +xml-simple-1.1.1-r1.ebuild: + Move USE_RUBY="ruby19" to -r1 and stabilize -r0 for =dev-ruby/flickr-1.0.2-r3 + (amd64) 24 Sep 2012; Hans de Graaff <graaff@gentoo.org> -xml-simple-1.0.12-r1.ebuild, -xml-simple-1.0.16.ebuild, -xml-simple-1.1.0.ebuild: diff --git a/dev-ruby/xml-simple/xml-simple-1.1.1-r1.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.1-r1.ebuild new file mode 100644 index 000000000000..f923ae03f0aa --- /dev/null +++ b/dev-ruby/xml-simple/xml-simple-1.1.1-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 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.1.1-r1.ebuild,v 1.1 2012/09/27 09:27:17 ssuominen Exp $ + +EAPI=2 +USE_RUBY="ruby18 ruby19 jruby ree18" + +# Gem only contains lib code, and no easily accessible upstream repository. +RUBY_FAKEGEM_TASK_DOC="" +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/" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" diff --git a/dev-ruby/xml-simple/xml-simple-1.1.1.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.1.ebuild index a5f06e28685c..c2e04ce54200 100644 --- a/dev-ruby/xml-simple/xml-simple-1.1.1.ebuild +++ b/dev-ruby/xml-simple/xml-simple-1.1.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 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.1.1.ebuild,v 1.2 2012/05/01 18:24:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.1.ebuild,v 1.3 2012/09/27 09:27:17 ssuominen Exp $ EAPI=2 -USE_RUBY="ruby18 ruby19 jruby ree18" +USE_RUBY="ruby18 jruby ree18" # Gem only contains lib code, and no easily accessible upstream repository. RUBY_FAKEGEM_TASK_DOC="" @@ -16,5 +16,5 @@ HOMEPAGE="http://rubyforge.org/projects/xml-simple/" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" |