summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-03-25 07:31:20 +0100
committerHans de Graaff <graaff@gentoo.org>2016-03-25 07:31:20 +0100
commit668a2801586de1ddb2a2aac5dd2d85ce32fc75d5 (patch)
tree6e154c7b2d8a751672176226ff40eb41df587ea9 /dev-ruby/paint
parentdev-ruby/jwt: add 1.5.4 (diff)
downloadgentoo-668a2801586de1ddb2a2aac5dd2d85ce32fc75d5.tar.gz
gentoo-668a2801586de1ddb2a2aac5dd2d85ce32fc75d5.tar.bz2
gentoo-668a2801586de1ddb2a2aac5dd2d85ce32fc75d5.zip
dev-ruby/paint: cleanup
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/paint')
-rw-r--r--dev-ruby/paint/Manifest1
-rw-r--r--dev-ruby/paint/paint-1.0.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/paint/Manifest b/dev-ruby/paint/Manifest
index 5d86ca7df1f7..5d3bd3232a56 100644
--- a/dev-ruby/paint/Manifest
+++ b/dev-ruby/paint/Manifest
@@ -1,2 +1 @@
-DIST paint-1.0.0.tar.gz 18392 SHA256 b141f1c1ccb43ee1d7e3c6e4a42a9465846de0664efec8e2cd231e813f1eb7de SHA512 15461471d5a6eb08402e78bd9f86c99322d4e6ba1fc24054240190270021fdd2105070e99602799d65fed53f8065da012e0351462d82572cf7015760eb1946b1 WHIRLPOOL 11d55f6b42195dc3e436957f1f02936087d56416baafbfb29311300db24c8ac1056a1ce5dee0d3edd4fe413e2e281b6a8b0f1923f8207accbb11564dc93eb241
DIST paint-1.0.1.tar.gz 18598 SHA256 d717b4ef06302e7b05100aad269f9a89f398c913114ec4f07be9d68d5af2b269 SHA512 480f37fa22896636a591a6491a1329797f35a146ff92b623a4c287adfc52d67d972c61ba16e6d8c3135d985553bc19c12afffdf9bc161575d6dabe9131c4a359 WHIRLPOOL ef9d0e89b9084fbcb9dc9dc9cdf80175282e39c071da826ae03da323d3bf162738c65b26e7d225d101b8736fc85b211909ace88b1401be0a8423bc8f00a26bf6
diff --git a/dev-ruby/paint/paint-1.0.0.ebuild b/dev-ruby/paint/paint-1.0.0.ebuild
deleted file mode 100644
index 33c7d5b664d9..000000000000
--- a/dev-ruby/paint/paint-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-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"