summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2021-11-25 09:47:24 +0100
committerHans de Graaff <graaff@gentoo.org>2021-11-25 10:09:53 +0100
commitabbc93382b2a937c1fc7aa94e65e186c783919ea (patch)
treed89182280e47a8fcff34fcc9c776850601a7a611 /dev-ruby/ruby_gntp
parentdev-ruby/ruby-elf: fix HOMEPAGE (diff)
downloadgentoo-abbc93382b2a937c1fc7aa94e65e186c783919ea.tar.gz
gentoo-abbc93382b2a937c1fc7aa94e65e186c783919ea.tar.bz2
gentoo-abbc93382b2a937c1fc7aa94e65e186c783919ea.zip
dev-ruby/ruby_gntp: 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/ruby_gntp')
-rw-r--r--dev-ruby/ruby_gntp/ruby_gntp-0.3.4.ebuild29
1 files changed, 0 insertions, 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
-
-}