summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-01-21 01:43:58 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-01-21 01:43:58 +0000
commitc150c46b8ca54ae1160a79ed1d65a09badef220d (patch)
treedb9974f59ad92b96e479fb5bf6c382f6de5fd1ee /dev-ruby
parentrevbump; add py3.3 support, update to test phase (diff)
downloadgentoo-2-c150c46b8ca54ae1160a79ed1d65a09badef220d.tar.gz
gentoo-2-c150c46b8ca54ae1160a79ed1d65a09badef220d.tar.bz2
gentoo-2-c150c46b8ca54ae1160a79ed1d65a09badef220d.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/paint/ChangeLog9
-rw-r--r--dev-ruby/paint/paint-0.8.7.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-ruby/paint/ChangeLog b/dev-ruby/paint/ChangeLog
index cc815c3d69f0..d34471c3d2f9 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.5 2013/11/11 16:29:37 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/paint/ChangeLog,v 1.6 2014/01/21 01:43:58 mrueg Exp $
+
+*paint-0.8.7 (21 Jan 2014)
+
+ 21 Jan 2014; Manuel Rüger <mrueg@gentoo.org> +paint-0.8.7.ebuild:
+ Version bump.
11 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -paint-0.8.5.ebuild,
-paint-0.8.6.ebuild:
diff --git a/dev-ruby/paint/paint-0.8.7.ebuild b/dev-ruby/paint/paint-0.8.7.ebuild
new file mode 100644
index 000000000000..8450d3199c05
--- /dev/null
+++ b/dev-ruby/paint/paint-0.8.7.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.8.7.ebuild,v 1.1 2014/01/21 01:43:58 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"