commit: abbc93382b2a937c1fc7aa94e65e186c783919ea Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Nov 25 08:47:24 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Nov 25 09:09:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbc9338
dev-ruby/ruby_gntp: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild deleted file mode 100644 index d17acb8451a3..000000000000 --- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 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="README ChangeLog" - -inherit ruby-fakegem - -DESCRIPTION="Ruby library for GNTP(Growl Notification Transport Protocol)" -HOMEPAGE="https://github.com/snaka/ruby_gntp" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/rr )" - -all_ruby_prepare() { - mv test spec || die - sed -i -e "s/Spec::Runner/RSpec/" \ - -e "s#\.\./lib/##"\ - spec/ruby_gntp_spec.rb || die - -}
