summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-10-30 04:02:11 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-10-30 04:02:11 +0000
commitc67235b9f2acb5f3fa5d5018f9220e85539ce740 (patch)
treee958c0bf8c4baa8a9c6038313e5823f157aa9a16 /dev-ruby/paint
parentAdd ruby20 target. (diff)
downloadgentoo-2-c67235b9f2acb5f3fa5d5018f9220e85539ce740.tar.gz
gentoo-2-c67235b9f2acb5f3fa5d5018f9220e85539ce740.tar.bz2
gentoo-2-c67235b9f2acb5f3fa5d5018f9220e85539ce740.zip
Add ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/paint')
-rw-r--r--dev-ruby/paint/ChangeLog8
-rw-r--r--dev-ruby/paint/paint-0.8.6-r1.ebuild21
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-ruby/paint/ChangeLog b/dev-ruby/paint/ChangeLog
index aa73c7f75659..95374b4c9501 100644
--- a/dev-ruby/paint/ChangeLog
+++ b/dev-ruby/paint/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/paint
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.3 2013/04/25 11:43:52 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.4 2013/10/30 04:02:11 mrueg Exp $
+
+*paint-0.8.6-r1 (30 Oct 2013)
+
+ 30 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +paint-0.8.6-r1.ebuild:
+ Add ruby20 target.
*paint-0.8.6 (25 Apr 2013)
@@ -17,4 +22,3 @@
24 Sep 2012; Julian Ospald <hasufell@gentoo.org> +paint-0.8.5.ebuild,
+metadata.xml:
initial import
-
diff --git a/dev-ruby/paint/paint-0.8.6-r1.ebuild b/dev-ruby/paint/paint-0.8.6-r1.ebuild
new file mode 100644
index 000000000000..bfa69e194ad6
--- /dev/null
+++ b/dev-ruby/paint/paint-0.8.6-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/paint-0.8.6-r1.ebuild,v 1.1 2013/10/30 04:02:11 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19 ruby20 jruby"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Terminal painter"
+HOMEPAGE="https://github.com/janlelis/paint"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test doc"