commit: 0a3d5542b257ed05b22a090a469732023adc82d8 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Mar 6 19:29:38 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Mar 6 19:29:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3d5542
dev-ruby/vlad: Remove old Package-Manager: portage-2.2.27 dev-ruby/vlad/Manifest | 2 -- dev-ruby/vlad/vlad-2.6.3.ebuild | 29 ----------------------------- dev-ruby/vlad/vlad-2.6.4.ebuild | 29 ----------------------------- 3 files changed, 60 deletions(-) diff --git a/dev-ruby/vlad/Manifest b/dev-ruby/vlad/Manifest index 26a6a85..ffe2f55 100644 --- a/dev-ruby/vlad/Manifest +++ b/dev-ruby/vlad/Manifest @@ -1,3 +1 @@ -DIST vlad-2.6.3.gem 29184 SHA256 61d560f74c08844648fee9820c6d83da32c4c74e7ee541d15628151c3658889e SHA512 13246b98ee7238f1a5ff8ec9df3a1ecb3c137a1ab2e07af6f8a01c61ebc9798a6a1dd0f8080d31dcfff7d81268848868a6960939dd02713e585aeb732be95a52 WHIRLPOOL 525fb6b885c8f6dd20ec0f369ff6d8c973971bd65b36bb9ff99823cd7dd537f861fb4bf9b6540b07c23802b3fa1c30ceeef7789dcd7ffdd2540afe9b1d0331d5 -DIST vlad-2.6.4.gem 29184 SHA256 ad1c2cd8c0c9584aaa4061baaebfeba2df619e8c7ccbe25ff1e22b4696ea045d SHA512 e9d233c3caf01a7c77317e1bf64fb3832939fe5b85734874215160d9dd9b89967eeb80edc9ffdc4af47bc3f9c1b32eef77c29d99ad0535835c1a35cc55d5538e WHIRLPOOL ec730a456547e9c1e1f56c12fd5fa48f50eac04531f737ecb8c63c9fd7383cd7ee0748ffc34601bf6ed33cfe772dc61662aede26e7d097ba2d86025463e05348 DIST vlad-2.6.5.gem 29184 SHA256 2447cce7b2db8695fcb9eb4fef5ed22932f217132e65ef95c3d66c5a07976044 SHA512 d1cf81372b973ad383cba7ad42512e9f734efc2034ae40ba6ef68277693c01568ee68613b97c8ead81793c748b848d5201f3b45cc00c16e3b460a95e42702f4f WHIRLPOOL 50942dd5fb0cff59da56613b146edc2bc565b5e755bfea8cc6dc0df9f3e9e73590ddc3063068df134cbfd1600e43cf0cd6b6a61dd41ebc5c2993c79910a75fcc diff --git a/dev-ruby/vlad/vlad-2.6.3.ebuild b/dev-ruby/vlad/vlad-2.6.3.ebuild deleted file mode 100644 index 838ff17..0000000 --- a/dev-ruby/vlad/vlad-2.6.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="Pragmatic application deployment automation, without mercy" -HOMEPAGE="http://rubyhitsquad.com/Vlad_the_Deployer.html" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_bdepend ">=dev-ruby/hoe-2.9.2 - test? ( dev-ruby/minitest )" -ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.1" - -all_ruby_prepare() { - # Keep Isolate from managing the dependencies. - sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die -} diff --git a/dev-ruby/vlad/vlad-2.6.4.ebuild b/dev-ruby/vlad/vlad-2.6.4.ebuild deleted file mode 100644 index 838ff17..0000000 --- a/dev-ruby/vlad/vlad-2.6.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="Pragmatic application deployment automation, without mercy" -HOMEPAGE="http://rubyhitsquad.com/Vlad_the_Deployer.html" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -ruby_add_bdepend ">=dev-ruby/hoe-2.9.2 - test? ( dev-ruby/minitest )" -ruby_add_rdepend ">=dev-ruby/rake-remote_task-2.1" - -all_ruby_prepare() { - # Keep Isolate from managing the dependencies. - sed -i -e '/isolate/ s:^:#:' -e '/rubyforge/ s:^:#:' Rakefile || die -}
