diff options
Diffstat (limited to 'dev-ruby/vlad')
-rw-r--r-- | dev-ruby/vlad/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/vlad/vlad-2.7.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/vlad/Manifest b/dev-ruby/vlad/Manifest index 1c215f3c19e6..21e10de05651 100644 --- a/dev-ruby/vlad/Manifest +++ b/dev-ruby/vlad/Manifest @@ -1,2 +1 @@ -DIST vlad-2.7.0.gem 29184 BLAKE2B 5eda039d0d618950089ce743cde95c011edd476573058064d3c20b55bca9ce598ddafb352902fc48d9f4d7dbd0cf3a26b6c39acdf5d592a35654aeb8d62fcfb4 SHA512 088739f975e7b9b218b76518a690a7a1fbc534dbc169a704b769a8e99bc5efe0c915012d65a35590fb8f1a27caff4d7c7eaae325431a28ffa973afb25d5890fb DIST vlad-2.7.1.gem 29184 BLAKE2B eb35f357d87daaf2903ca880139ac41c1725419fb6f0e3d00e1a31fd24697373c8d4869e31d17e6dc88ce31ecad1a0747ee2ec08a31871b4c44b32dce28424bc SHA512 520ef393fdf63daa348015306003cdd3bd9b8f162b44b31d78c170d1ece466b804226b030640a180a8538c6908c77d80dcfc13078ce295a6c59f1f5b9df9ef13 diff --git a/dev-ruby/vlad/vlad-2.7.0.ebuild b/dev-ruby/vlad/vlad-2.7.0.ebuild deleted file mode 100644 index a4e74ebefc07..000000000000 --- a/dev-ruby/vlad/vlad-2.7.0.ebuild +++ /dev/null @@ -1,27 +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" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="Pragmatic application deployment automation, without mercy" -HOMEPAGE="https://github.com/seattlerb/vlad" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_bdepend ">=dev-ruby/hoe-3.13 - test? ( >=dev-ruby/minitest-5.7 )" -ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.3" - -all_ruby_prepare() { - # Keep Isolate from managing the dependencies. - sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die -} |