summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-24 11:23:35 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-24 11:25:24 +0100
commita1d66feb46a6a386f7d235bd4517fc7662e007ae (patch)
treebb53b50bfcb70f1e64d4d895b85bb65a855464e4 /dev-ruby/textpow
parentdev-ruby/textpow: EAPI 8 (diff)
downloadgentoo-a1d66feb46a6a386f7d235bd4517fc7662e007ae.tar.gz
gentoo-a1d66feb46a6a386f7d235bd4517fc7662e007ae.tar.bz2
gentoo-a1d66feb46a6a386f7d235bd4517fc7662e007ae.zip
dev-ruby/textpow: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/textpow')
-rw-r--r--dev-ruby/textpow/textpow-1.4.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/textpow/textpow-1.4.0.ebuild b/dev-ruby/textpow/textpow-1.4.0.ebuild
deleted file mode 100644
index 42a516cf0db0..000000000000
--- a/dev-ruby/textpow/textpow-1.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
-
-inherit ruby-fakegem
-
-SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="A library to parse and process Textmate bundles"
-HOMEPAGE="http://textpow.rubyforge.org/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/plist-3.0.1"
-
-all_ruby_prepare() {
- sed -i -e '/git ls-files/d' textpow.gemspec || die
-}