summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-02-22 06:32:48 +0100
committerHans de Graaff <graaff@gentoo.org>2020-02-22 06:32:48 +0100
commitbd5ccaed7935aa683afddbed1f13ee63e59c3ba2 (patch)
treee066b894d69ba47a5c8ee6d5602a5651ec6ae946 /dev-ruby/paint/paint-2.2.0.ebuild
parentdev-ruby/bindata: add 2.4.5 (diff)
downloadgentoo-bd5ccaed7935aa683afddbed1f13ee63e59c3ba2.tar.gz
gentoo-bd5ccaed7935aa683afddbed1f13ee63e59c3ba2.tar.bz2
gentoo-bd5ccaed7935aa683afddbed1f13ee63e59c3ba2.zip
dev-ruby/paint: add 2.2.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/paint/paint-2.2.0.ebuild')
-rw-r--r--dev-ruby/paint/paint-2.2.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-ruby/paint/paint-2.2.0.ebuild b/dev-ruby/paint/paint-2.2.0.ebuild
new file mode 100644
index 000000000000..18aa33cbef8d
--- /dev/null
+++ b/dev-ruby/paint/paint-2.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md SHORTCUTS.md"
+
+RUBY_FAKEGEM_GEMSPEC=paint.gemspec
+
+inherit ruby-fakegem
+
+DESCRIPTION="Terminal painter"
+HOMEPAGE="https://github.com/janlelis/paint"
+SRC_URI="https://github.com/janlelis/paint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test doc"