diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-11-07 06:53:30 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-11-07 06:53:30 +0000 |
commit | 9a4aae287f8964f636e663319cc5f8c8961d9e26 (patch) | |
tree | 35006d16589b57318c6cda9b66269f822738cec9 /dev-ruby/xml-simple | |
parent | Fix underlinking wrt bug#442100. (diff) | |
download | gentoo-2-9a4aae287f8964f636e663319cc5f8c8961d9e26.tar.gz gentoo-2-9a4aae287f8964f636e663319cc5f8c8961d9e26.tar.bz2 gentoo-2-9a4aae287f8964f636e663319cc5f8c8961d9e26.zip |
Version bump by Michel Boaventura in the ruby overlay.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/xml-simple')
-rw-r--r-- | dev-ruby/xml-simple/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/xml-simple/xml-simple-1.1.2.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ruby/xml-simple/ChangeLog b/dev-ruby/xml-simple/ChangeLog index 65c6e160df6b..c90948fdcd10 100644 --- a/dev-ruby/xml-simple/ChangeLog +++ b/dev-ruby/xml-simple/ChangeLog @@ -1,6 +1,11 @@ # 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.30 2012/09/27 09:27:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.31 2012/11/07 06:53:30 graaff Exp $ + +*xml-simple-1.1.2 (07 Nov 2012) + + 07 Nov 2012; Hans de Graaff <graaff@gentoo.org> +xml-simple-1.1.2.ebuild: + Version bump by Michel Boaventura in the ruby overlay. *xml-simple-1.1.1-r1 (27 Sep 2012) diff --git a/dev-ruby/xml-simple/xml-simple-1.1.2.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.2.ebuild new file mode 100644 index 000000000000..0800ee7c7a69 --- /dev/null +++ b/dev-ruby/xml-simple/xml-simple-1.1.2.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.2.ebuild,v 1.1 2012/11/07 06:53:30 graaff 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="" |