summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-11-20 22:22:12 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-11-20 22:22:12 +0000
commit53d98b7c034b46246d73933daa36513859aa3841 (patch)
treecc8e70cb56201c261d0b637d787bef9e897accae /dev-ruby/paint
parentVersion bump. Cleanup old. (diff)
downloadgentoo-2-53d98b7c034b46246d73933daa36513859aa3841.tar.gz
gentoo-2-53d98b7c034b46246d73933daa36513859aa3841.tar.bz2
gentoo-2-53d98b7c034b46246d73933daa36513859aa3841.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/paint')
-rw-r--r--dev-ruby/paint/ChangeLog7
-rw-r--r--dev-ruby/paint/paint-0.9.0.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/paint/ChangeLog b/dev-ruby/paint/ChangeLog
index b81cd3323586..a5005900169a 100644
--- a/dev-ruby/paint/ChangeLog
+++ b/dev-ruby/paint/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/paint
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.9 2014/11/03 15:43:13 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.10 2014/11/20 22:22:12 mrueg Exp $
+
+*paint-0.9.0 (20 Nov 2014)
+
+ 20 Nov 2014; Manuel Rüger <mrueg@gentoo.org> +paint-0.9.0.ebuild:
+ Version bump.
03 Nov 2014; Manuel Rüger <mrueg@gentoo.org> paint-0.8.7.ebuild:
Drop jruby.
diff --git a/dev-ruby/paint/paint-0.9.0.ebuild b/dev-ruby/paint/paint-0.9.0.ebuild
new file mode 100644
index 000000000000..57263acdf05d
--- /dev/null
+++ b/dev-ruby/paint/paint-0.9.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/paint-0.9.0.ebuild,v 1.1 2014/11/20 22:22:12 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+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"