commit: caf2c54170855ad9f3f12f9a88b9ed666ab535f4 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Mar 12 15:19:25 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Mar 12 15:19:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf2c541
dev-ruby/ruby_gntp: remove masked package Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/ruby_gntp/Manifest | 1 - dev-ruby/ruby_gntp/metadata.xml | 11 ----------- dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild | 28 ---------------------------- 3 files changed, 40 deletions(-) diff --git a/dev-ruby/ruby_gntp/Manifest b/dev-ruby/ruby_gntp/Manifest deleted file mode 100644 index 98da1781076d..000000000000 --- a/dev-ruby/ruby_gntp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ruby_gntp-0.3.4.gem 10240 BLAKE2B dff0f192ee0308793171f0233379b41e8ff8cf8e3af3497c5f04f323dc5f75d4f310f2fc21538beda271f4d3bedc8fcad200afe7b4d24ec864e023346c5899c6 SHA512 876b728430183b273bf97a7e7b662c0614bcc21a3d1a7c4c07b2af9b1643c9a9bc96e92843e6118903d75d99b21c2faff0f27c22fbc8822db14560937e6a5dd8 diff --git a/dev-ruby/ruby_gntp/metadata.xml b/dev-ruby/ruby_gntp/metadata.xml deleted file mode 100644 index ed7abccf1a9c..000000000000 --- a/dev-ruby/ruby_gntp/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">snaka/ruby_gntp</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild b/dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild deleted file mode 100644 index 5fe27dde44c9..000000000000 --- a/dev-ruby/ruby_gntp/ruby_gntp-0.3.4-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" -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 - -}
