summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2022-04-17 18:05:49 +0200
committerHans de Graaff <graaff@gentoo.org>2022-04-18 08:20:05 +0200
commit0759b8ba48df9eab2c4a78746e8686bf1612fae6 (patch)
treee0c44b6dc972295fc0812dcc8bc694573800d066 /dev-ruby/tty-command
parentdev-ruby/tty-color: enable ruby31 and disable ruby25 (diff)
downloadgentoo-0759b8ba48df9eab2c4a78746e8686bf1612fae6.tar.gz
gentoo-0759b8ba48df9eab2c4a78746e8686bf1612fae6.tar.bz2
gentoo-0759b8ba48df9eab2c4a78746e8686bf1612fae6.zip
dev-ruby/tty-command: drop 0.10.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/tty-command')
-rw-r--r--dev-ruby/tty-command/tty-command-0.10.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-ruby/tty-command/tty-command-0.10.1.ebuild b/dev-ruby/tty-command/tty-command-0.10.1.ebuild
deleted file mode 100644
index 3b7a3370f289..000000000000
--- a/dev-ruby/tty-command/tty-command-0.10.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Terminal color capabilities detection"
-HOMEPAGE="https://github.com/piotrmurach/tty-command"
-SRC_URI="https://github.com/piotrmurach/tty-command/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/pastel-0.8:0"
-
-all_ruby_prepare() {
- echo '-rspec_helper' > .rspec || die
-
- sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}