diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-22 07:09:20 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-22 07:09:20 +0000 |
commit | b63b75defa4e862c386708753da42f7c6b407cf7 (patch) | |
tree | b939f4244b6aeda4720ca5db6df7d00bdddfd52a | |
parent | Unmask USE=python3 for sys-apps/portage since python-3.x has a stable ppc64 k... (diff) | |
download | gentoo-2-b63b75defa4e862c386708753da42f7c6b407cf7.tar.gz gentoo-2-b63b75defa4e862c386708753da42f7c6b407cf7.tar.bz2 gentoo-2-b63b75defa4e862c386708753da42f7c6b407cf7.zip |
Version bump.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/xml-simple/ChangeLog | 12 | ||||
-rw-r--r-- | dev-ruby/xml-simple/xml-simple-1.0.13.ebuild | 20 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-ruby/xml-simple/ChangeLog b/dev-ruby/xml-simple/ChangeLog index 98eda2d24fc6..3a47ee2dd777 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.17 2010/07/29 01:57:18 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.18 2011/01/22 07:09:20 graaff Exp $ + + 22 Jan 2011; Hans de Graaff <graaff@gentoo.org> +xml-simple-1.0.13.ebuild: + Version bump. + +*xml-simple-1.0.13 (22 Jan 2011) + + 22 Jan 2011; Hans de Graaff <graaff@gentoo.org> +xml-simple-1.0.13.ebuild: + xml-simple-1.0.13.ebuild 29 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> -xml-simple-1.0.11.ebuild: diff --git a/dev-ruby/xml-simple/xml-simple-1.0.13.ebuild b/dev-ruby/xml-simple/xml-simple-1.0.13.ebuild new file mode 100644 index 000000000000..6b6681b2da46 --- /dev/null +++ b/dev-ruby/xml-simple/xml-simple-1.0.13.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 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.13.ebuild,v 1.1 2011/01/22 07:09:20 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 ~ia64 ~ppc ~x86" +IUSE="" |