diff options
-rw-r--r-- | dev-ruby/shotgun/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/shotgun/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ruby/shotgun/shotgun-0.9.2.ebuild | 36 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
4 files changed, 0 insertions, 53 deletions
diff --git a/dev-ruby/shotgun/Manifest b/dev-ruby/shotgun/Manifest deleted file mode 100644 index d12c47d73f09..000000000000 --- a/dev-ruby/shotgun/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST shotgun-0.9.2.gem 16384 BLAKE2B aa87fbaf2af41a28dac3d5fadc635ff0948dc874e0a02c6b6a9a7717e955a093862b18b6a37d76d6fbb776fb2e3b62fd5be7fffc9b97eea99719748e2c66d45a SHA512 62228b0b8bdac815e2204fd89d3e106d033cfee7668ef12406120e5a21f52770ee36c6fa7b3edf3eaf09bdfde5849239364d3483a817914024c21618897e8d9a diff --git a/dev-ruby/shotgun/metadata.xml b/dev-ruby/shotgun/metadata.xml deleted file mode 100644 index 49f46f8cacf5..000000000000 --- a/dev-ruby/shotgun/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">rtomayko/shotgun</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ruby/shotgun/shotgun-0.9.2.ebuild b/dev-ruby/shotgun/shotgun-0.9.2.ebuild deleted file mode 100644 index a98cdd82f3c5..000000000000 --- a/dev-ruby/shotgun/shotgun-0.9.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby23 ruby24 ruby25 ruby26" - -# No documentation task -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" - -inherit ruby-fakegem - -DESCRIPTION="Forking implementation of rackup" -HOMEPAGE="https://github.com/rtomayko/shotgun" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# Warning: the code does not use gem versioning to make sure to load -# only the right rack version so we might need to patch it to work :/ -ruby_add_rdepend 'dev-ruby/rack:*' -ruby_add_bdepend "test? ( dev-ruby/bacon )" - -each_ruby_test() { - ${RUBY} -Ilib test/test_shotgun_static.rb || die - ${RUBY} -Ilib test/test_shotgun_loader.rb || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/shotgun.1 -} diff --git a/profiles/package.mask b/profiles/package.mask index 2e7695897038..6fcde37874b1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -489,11 +489,6 @@ dev-python/pathlib2 dev-python/traceback2 dev-python/unittest2 -# Hans de Graaff <graaff@gentoo.org> (2021-07-04) -# Last release in 2016, failing tests, no dependencies. -# Masked for removal in 30 days. -dev-ruby/shotgun - # David Seifert <soap@gentoo.org> (2021-07-01) # Berkeley DB slots that are long past EOL by Oracle, # maintenance burden, and no real path forward by Oracle. |