diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-08-11 07:02:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-08-11 07:02:28 +0100 |
commit | 068424b26532f3551a81421a9be67ed206e5c11a (patch) | |
tree | 583b8d979899a463a4ef5b26d3d49e85df987623 /dev-ruby/shotgun | |
parent | d162ba1860a88062f4cd61f8b52fc303ba0b2991 (diff) |
gentoo resync : 11.08.2021
Diffstat (limited to 'dev-ruby/shotgun')
-rw-r--r-- | dev-ruby/shotgun/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/shotgun/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ruby/shotgun/shotgun-0.9.2.ebuild | 36 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-ruby/shotgun/Manifest b/dev-ruby/shotgun/Manifest deleted file mode 100644 index bd09b3ac8e39..000000000000 --- a/dev-ruby/shotgun/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST shotgun-0.9.2.gem 16384 BLAKE2B aa87fbaf2af41a28dac3d5fadc635ff0948dc874e0a02c6b6a9a7717e955a093862b18b6a37d76d6fbb776fb2e3b62fd5be7fffc9b97eea99719748e2c66d45a SHA512 62228b0b8bdac815e2204fd89d3e106d033cfee7668ef12406120e5a21f52770ee36c6fa7b3edf3eaf09bdfde5849239364d3483a817914024c21618897e8d9a -EBUILD shotgun-0.9.2.ebuild 829 BLAKE2B b1d2ba8fb470f2c2a0112ea2378b280b11dac5192e42b2f87b3ce03567c870960ce8d180ad9051304c00924062d55d77cf3db6fa2c570317428d8d8c62748dd0 SHA512 544c02fbc33407eb3c350c54ca55b4e9b317c070d4c070d81b162d99dd805bdaa218bd1636354df1efbc25f99a3812147cfde49514a44164072812a9a300094f -MISC metadata.xml 342 BLAKE2B 85674a1f5975afa534d61eed939d8619a1debbb3e3487baf6b02ff382d732061e1bc52dffacabc057319aa1cf0b0a09bd67685066659c225c23dde5e93214fee SHA512 9c32ae892991216ff0cbbcf0f0a3d467c019900c2f34a07702140eda576e3e8b88e622fbe7d954b65db9719c7460875e28180145cad6ddd0155cc853c733d79f 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 -} |