From b63b75defa4e862c386708753da42f7c6b407cf7 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 22 Jan 2011 07:09:20 +0000 Subject: Version bump. (Portage version: 2.1.9.25/cvs/Linux x86_64) --- dev-ruby/xml-simple/ChangeLog | 12 ++++++++++-- dev-ruby/xml-simple/xml-simple-1.0.13.ebuild | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 dev-ruby/xml-simple/xml-simple-1.0.13.ebuild (limited to 'dev-ruby/xml-simple') 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 +xml-simple-1.0.13.ebuild: + Version bump. + +*xml-simple-1.0.13 (22 Jan 2011) + + 22 Jan 2011; Hans de Graaff +xml-simple-1.0.13.ebuild: + xml-simple-1.0.13.ebuild 29 Jul 2010; Diego E. Pettenò -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="" -- cgit v1.2.3-65-gdbad