From bf2e162241c458c5008d7746a02302bfbf494b8a Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 22 Jul 2018 20:21:38 +0200 Subject: dev-ruby/hoe-seattlerb: cleanup Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-ruby/hoe-seattlerb/Manifest | 1 - dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.4.ebuild | 26 ----------------------- 2 files changed, 27 deletions(-) delete mode 100644 dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.4.ebuild (limited to 'dev-ruby/hoe-seattlerb') diff --git a/dev-ruby/hoe-seattlerb/Manifest b/dev-ruby/hoe-seattlerb/Manifest index 69736dd62dfb..e85629b7d77f 100644 --- a/dev-ruby/hoe-seattlerb/Manifest +++ b/dev-ruby/hoe-seattlerb/Manifest @@ -1,2 +1 @@ -DIST hoe-seattlerb-1.3.4.gem 14336 BLAKE2B b53cb91cfba8d0e53290c40c29812163b99b81ee110818f1460f1aa155be27940199e38b32a9b65261dc00cf6db2a9991ac4323a851afb1383a9907a01899d79 SHA512 5e968611f3826fcea8f1a896b1883e07d5cf8d02bb20d0de2d8c7bacc0538163b5996d0a2f41dc8f892c4629bfc9e2630f14b374d73fa0b13daa2ca5de3433cc DIST hoe-seattlerb-1.3.5.gem 14336 BLAKE2B 76dd4e82e4b3ceee897d484e2bbf596414bfbe50d998f2f3833e6be63dacbec4d4d1014b14d9504cbf9615736f584ea3c083c8f5b15609f400264ce5cb31856b SHA512 a5cdb38114e22e07824749e721ad7ff85724c04d8ca1c66996ca86fc9ec150a3b0b7b3bc83511932af0c4acd7e9b581d6b1583eda60160bf7ed91021ab803d0f diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.4.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.4.ebuild deleted file mode 100644 index 593c555c872c..000000000000 --- a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.4.ebuild +++ /dev/null @@ -1,26 +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 ruby23" - -# no tests present -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Hoe plugins providing tasks used by seattle.rb" -HOMEPAGE="http://seattlerb.rubyforge.org/hoe-seattlerb" - -LICENSE="MIT" -SLOT="0" -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" -IUSE="" - -all_ruby_prepare() { - # Not a real fix, but otherwise USE="doc" breaks and defaulte license is MIT - sed -i -e "/license/d" Rakefile || die -} -- cgit v1.2.3-65-gdbad