summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-10-09 01:31:58 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-10-09 01:31:58 +0000
commitd17df0ac1d9df6fdc5c32f2aaf65f41118082039 (patch)
tree76f389b7f2d6de7f8b34e8a9026b8539bcb1182b /dev-ruby
parentAdd ruby20 target. (diff)
downloadgentoo-2-d17df0ac1d9df6fdc5c32f2aaf65f41118082039.tar.gz
gentoo-2-d17df0ac1d9df6fdc5c32f2aaf65f41118082039.tar.bz2
gentoo-2-d17df0ac1d9df6fdc5c32f2aaf65f41118082039.zip
Add ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/colorator/ChangeLog7
-rw-r--r--dev-ruby/colorator/colorator-0.1-r1.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ruby/colorator/ChangeLog b/dev-ruby/colorator/ChangeLog
index d2b8c309a181..d9e5d9059a4d 100644
--- a/dev-ruby/colorator/ChangeLog
+++ b/dev-ruby/colorator/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/colorator
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colorator/ChangeLog,v 1.1 2013/08/19 22:48:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colorator/ChangeLog,v 1.2 2013/10/09 01:31:58 mrueg Exp $
+
+*colorator-0.1-r1 (09 Oct 2013)
+
+ 09 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +colorator-0.1-r1.ebuild:
+ Add ruby20 target.
*colorator-0.1 (19 Aug 2013)
diff --git a/dev-ruby/colorator/colorator-0.1-r1.ebuild b/dev-ruby/colorator/colorator-0.1-r1.ebuild
new file mode 100644
index 000000000000..079b771d65b0
--- /dev/null
+++ b/dev-ruby/colorator/colorator-0.1-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/colorator/colorator-0.1-r1.ebuild,v 1.1 2013/10/09 01:31:58 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Colorize your text in the terminal"
+HOMEPAGE="https://github.com/octopress/colorator"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""