summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2017-12-22 07:02:41 +0100
committerHans de Graaff <graaff@gentoo.org>2017-12-22 07:02:41 +0100
commita7958a90642744c7440f345691b61a12f1d3dc69 (patch)
tree06f156f8646e678e2c5256f7892320160f9d7657 /dev-ruby/term-ansicolor
parentdev-ruby/yajl-ruby: cleanup; drop hppa stable bug 628674 (diff)
downloadgentoo-a7958a90642744c7440f345691b61a12f1d3dc69.tar.gz
gentoo-a7958a90642744c7440f345691b61a12f1d3dc69.tar.bz2
gentoo-a7958a90642744c7440f345691b61a12f1d3dc69.zip
dev-ruby/term-ansicolor: cleanup; drop hppa stable bug 628678
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-ruby/term-ansicolor')
-rw-r--r--dev-ruby/term-ansicolor/Manifest1
-rw-r--r--dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-ruby/term-ansicolor/Manifest b/dev-ruby/term-ansicolor/Manifest
index ec2b0f328f80..63e929766db2 100644
--- a/dev-ruby/term-ansicolor/Manifest
+++ b/dev-ruby/term-ansicolor/Manifest
@@ -1,2 +1 @@
-DIST term-ansicolor-1.2.2.gem 889856 BLAKE2B 504d5085d6db00ef2524b53c0927a81676ee04a64e7662470d0ace5e56ee6702d04c2dc4459decb33e23697a1edfde5c449a60a5fa0c9438fba786700227b1ee SHA512 c1ad873f47d2d0d0677d9c9229531cc341ab1650acf5b9a7704a4739796c9b7dfa6357ce60708b3e0efeb342837d9f23acc178005c4eae6b077a27f20a69eb15
DIST term-ansicolor-1.6.0.gem 43008 BLAKE2B fdfb01a22256e1203947006745c9f632592fa1402188c5f4394f1cc8fef7475ff7e68cc80f5a026b9329de82cb578c7d82457adbd2c9905d0c264bf80c4e0c24 SHA512 574999d67f3fe167aefe9b11c04dc34cb4263c4eb105e147933def3a90b5bd7acccd7033a72a66f54fc33dde50f862037dbd8c53951243a7bd8787bdfd237139
diff --git a/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild b/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild
deleted file mode 100644
index b65c958eaf95..000000000000
--- a/dev-ruby/term-ansicolor/term-ansicolor-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="term-ansicolor.gemspec"
-
-# don't install a cdiff wrapper, collides with app-misc/colordiff (bug
-# #310073).
-RUBY_FAKEGEM_BINWRAP="decolor"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences"
-HOMEPAGE="http://term-ansicolor.rubyforge.org/"
-LICENSE="GPL-2"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-each_ruby_test() {
- ${RUBY} -Ilib -Itests tests/* || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/*
-}