diff options
author | 2019-11-20 18:53:13 +0100 | |
---|---|---|
committer | 2019-11-20 18:56:07 +0100 | |
commit | ec5b9123311418661bc2248e14e44ff29c9e5197 (patch) | |
tree | 0cbbc08dd97da70e07d9256b2f46f4594677834b /dev-ruby/termcolor | |
parent | dev-ruby/ruby-beautify: remove last-rited package (diff) | |
download | gentoo-ec5b9123311418661bc2248e14e44ff29c9e5197.tar.gz gentoo-ec5b9123311418661bc2248e14e44ff29c9e5197.tar.bz2 gentoo-ec5b9123311418661bc2248e14e44ff29c9e5197.zip |
dev-ruby/termcolor: remove last-rited package
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/termcolor')
-rw-r--r-- | dev-ruby/termcolor/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/termcolor/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ruby/termcolor/termcolor-1.2.2.ebuild | 24 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-ruby/termcolor/Manifest b/dev-ruby/termcolor/Manifest deleted file mode 100644 index ef529f376156..000000000000 --- a/dev-ruby/termcolor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST termcolor-1.2.2.gem 7168 BLAKE2B 6627de8edebe771d3472448e006fcebae201c7d06524b173a47db50ed253c19c1b54a38784cd4f9f1252d9355e5d779e89d023c03aed36332874f9b80b030991 SHA512 1709c6ce299a320209288cc27fb1e8f80492e582b84be2e54f3a09b96c1d2e048760b8f72e19581bd8bc6c1539c34ac010cb3e7bec4a7c24909eff438639182e diff --git a/dev-ruby/termcolor/metadata.xml b/dev-ruby/termcolor/metadata.xml deleted file mode 100644 index 7d3fa9eaac59..000000000000 --- a/dev-ruby/termcolor/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>naota@gentoo.org</email> - </maintainer> -<maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> -</pkgmetadata> diff --git a/dev-ruby/termcolor/termcolor-1.2.2.ebuild b/dev-ruby/termcolor/termcolor-1.2.2.ebuild deleted file mode 100644 index 568e067cd5a0..000000000000 --- a/dev-ruby/termcolor/termcolor-1.2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -#*** Using highline effectively in JRuby requires manually installing the ffi-ncurses gem. -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="a library for ANSI color formatting like HTML for output in terminal" -HOMEPAGE="http://termcolor.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/highline-1.5.0" |