summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-04-12 23:39:35 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-04-12 23:39:35 +0000
commit1535ff33d7b5ea8948210619244c965b16ba0fbb (patch)
tree4fb20961b417a19b39ef4a929187ea0fecaacd38 /dev-ruby/xml-simple
parentRemove ruby18 target. (diff)
downloadgentoo-2-1535ff33d7b5ea8948210619244c965b16ba0fbb.tar.gz
gentoo-2-1535ff33d7b5ea8948210619244c965b16ba0fbb.tar.bz2
gentoo-2-1535ff33d7b5ea8948210619244c965b16ba0fbb.zip
Remove ruby18 target. Add ruby21 target.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/xml-simple')
-rw-r--r--dev-ruby/xml-simple/ChangeLog8
-rw-r--r--dev-ruby/xml-simple/xml-simple-1.1.3-r1.ebuild20
-rw-r--r--dev-ruby/xml-simple/xml-simple-1.1.3.ebuild4
3 files changed, 29 insertions, 3 deletions
diff --git a/dev-ruby/xml-simple/ChangeLog b/dev-ruby/xml-simple/ChangeLog
index e4eaa57e4214..6042ed181f70 100644
--- a/dev-ruby/xml-simple/ChangeLog
+++ b/dev-ruby/xml-simple/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/xml-simple
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.39 2014/03/04 10:17:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.40 2014/04/12 23:39:35 mrueg Exp $
+
+*xml-simple-1.1.3-r1 (12 Apr 2014)
+
+ 12 Apr 2014; Manuel Rüger <mrueg@gentoo.org> +xml-simple-1.1.3-r1.ebuild,
+ xml-simple-1.1.3.ebuild:
+ Remove ruby18 target. Add ruby21 target.
04 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -xml-simple-1.1.2-r1.ebuild,
-xml-simple-1.1.2.ebuild:
diff --git a/dev-ruby/xml-simple/xml-simple-1.1.3-r1.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.3-r1.ebuild
new file mode 100644
index 000000000000..27f11c5f73ff
--- /dev/null
+++ b/dev-ruby/xml-simple/xml-simple-1.1.3-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 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.3-r1.ebuild,v 1.1 2014/04/12 23:39:35 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
+
+# Gem only contains lib code, and github repository has no tags.
+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/ https://github.com/maik/xml-simple"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
diff --git a/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild
index bc2d281e1442..f83b5581f6a7 100644
--- a/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild
+++ b/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 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.3.ebuild,v 1.2 2014/03/03 23:58:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/xml-simple-1.1.3.ebuild,v 1.3 2014/04/12 23:39:35 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 jruby"
# Gem only contains lib code, and github repository has no tags.
RUBY_FAKEGEM_TASK_DOC=""