diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-09-11 08:13:49 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-09-11 08:52:34 +0200 |
commit | 015f4ac4d810eb5932b182233e8e075a734b7b0d (patch) | |
tree | eaee05c7d85a8eca7e3c8df673d74e6ba3864930 /dev-ruby/shotgun | |
parent | dev-util/debootstrap: Old. (diff) | |
download | gentoo-015f4ac4d810eb5932b182233e8e075a734b7b0d.tar.gz gentoo-015f4ac4d810eb5932b182233e8e075a734b7b0d.tar.bz2 gentoo-015f4ac4d810eb5932b182233e8e075a734b7b0d.zip |
dev-ruby/shotgun: cleanup
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/shotgun')
-rw-r--r-- | dev-ruby/shotgun/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/shotgun/shotgun-0.9-r1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/shotgun/Manifest b/dev-ruby/shotgun/Manifest index 37449384e717..f694b8c6eaab 100644 --- a/dev-ruby/shotgun/Manifest +++ b/dev-ruby/shotgun/Manifest @@ -1,2 +1 @@ DIST shotgun-0.9.1.gem 16384 SHA256 e426e4557ddd3a9a7015b06934aa30dc9038faf04bff5c5e9cd93a599c73ae8d SHA512 eae31007c4a27a660d4bc8bd0b87b4281c1c50a6c9c4675e492b8914a412dc5a2f21998f8b9105b0ada64600c1322d0bd936c4fd4b032dc57aaf1612827208f7 WHIRLPOOL 1bdce842ef3eb606a860052ea95315eb57e3237bd44d4aa76c5e360018377135ae69364e7550041f4492924bc7328b71b7be0203f566a02d004859396e6f68bb -DIST shotgun-0.9.gem 14336 SHA256 5518285ff9494a36841345985857fb848aeab9981bc2c0d964f08c10315045a5 SHA512 55bc886df596606db9324da4441e3b9585355dedeca0e135b50c52a46640efa83dd378b5e86b35d631b51c4ad8839313809d88932282447b30a23a9bf2827196 WHIRLPOOL 15cecfacdb7b2d6fbdb5982915e37f4eeb48fec5b95f05e84464b23f31623658a5da85f2142f671d5312f47e0d67a95e536db2e6ef3ead29b0d005797adf3274 diff --git a/dev-ruby/shotgun/shotgun-0.9-r1.ebuild b/dev-ruby/shotgun/shotgun-0.9-r1.ebuild deleted file mode 100644 index 1d855998fa3c..000000000000 --- a/dev-ruby/shotgun/shotgun-0.9-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20 ruby21" - -# No documentation task -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README" - -inherit ruby-fakegem - -DESCRIPTION="Forking implementation of rackup" -HOMEPAGE="https://rtomayko.github.com/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 )" - -all_ruby_install() { - all_fakegem_install - - doman man/shotgun.1 -} |