summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-10-04 18:28:28 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-10-04 18:28:28 +0000
commitb8d48692e4c0571ca213dc04fc5a507dbfde4ca1 (patch)
tree5f4c1b4ad34c6f7d668b57703ec866d36fff2837 /dev-ruby/xml-simple
parentAdd ruby20 target. (diff)
downloadgentoo-2-b8d48692e4c0571ca213dc04fc5a507dbfde4ca1.tar.gz
gentoo-2-b8d48692e4c0571ca213dc04fc5a507dbfde4ca1.tar.bz2
gentoo-2-b8d48692e4c0571ca213dc04fc5a507dbfde4ca1.zip
Add ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/xml-simple')
-rw-r--r--dev-ruby/xml-simple/ChangeLog7
-rw-r--r--dev-ruby/xml-simple/xml-simple-1.1.2-r1.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ruby/xml-simple/ChangeLog b/dev-ruby/xml-simple/ChangeLog
index caec333eae22..0091245894d0 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.35 2013/09/05 13:56:51 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xml-simple/ChangeLog,v 1.36 2013/10/04 18:28:28 mrueg Exp $
+
+*xml-simple-1.1.2-r1 (04 Oct 2013)
+
+ 04 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +xml-simple-1.1.2-r1.ebuild:
+ Add ruby20 target.
05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -xml-simple-1.1.1.ebuild:
Cleanup old.
diff --git a/dev-ruby/xml-simple/xml-simple-1.1.2-r1.ebuild b/dev-ruby/xml-simple/xml-simple-1.1.2-r1.ebuild
new file mode 100644
index 000000000000..516f064cc58f
--- /dev/null
+++ b/dev-ruby/xml-simple/xml-simple-1.1.2-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/10/04 18:28:28 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19 ruby20 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=""