diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-04-22 07:24:22 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-04-22 07:24:22 +0000 |
commit | 9d1adadf97b85a0133c13687f24bf549cb64159d (patch) | |
tree | 4c9c40c86720ba0e11cd73c185e35eef992f2edf /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-9d1adadf97b85a0133c13687f24bf549cb64159d.tar.gz gentoo-2-9d1adadf97b85a0133c13687f24bf549cb64159d.tar.bz2 gentoo-2-9d1adadf97b85a0133c13687f24bf549cb64159d.zip |
Remove old versions.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/vlad/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/vlad/vlad-2.2.2.ebuild | 31 | ||||
-rw-r--r-- | dev-ruby/vlad/vlad-2.2.3.ebuild | 23 |
3 files changed, 6 insertions, 56 deletions
diff --git a/dev-ruby/vlad/ChangeLog b/dev-ruby/vlad/ChangeLog index caeebe80dced..03bbafeeaf45 100644 --- a/dev-ruby/vlad/ChangeLog +++ b/dev-ruby/vlad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/vlad -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.16 2011/12/22 07:07:59 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/ChangeLog,v 1.17 2012/04/22 07:24:22 graaff Exp $ + + 22 Apr 2012; Hans de Graaff <graaff@gentoo.org> -vlad-2.2.2.ebuild, + -vlad-2.2.3.ebuild: + Remove old versions. *vlad-2.2.4 (22 Dec 2011) diff --git a/dev-ruby/vlad/vlad-2.2.2.ebuild b/dev-ruby/vlad/vlad-2.2.2.ebuild deleted file mode 100644 index b2d5cd0acbc5..000000000000 --- a/dev-ruby/vlad/vlad-2.2.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.2.2.ebuild,v 1.1 2011/09/16 19:23:38 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="considerations.txt History.txt README.txt" - -RUBY_FAKEGEM_GEMSPEC="vlad.gemspec" - -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/open4-0.9.0 >=dev-ruby/rake-remote_task-2.0.0" - -all_ruby_prepare() { - # Be more lenient in open4 versions since we have not slotted it. - sed -i -e 's/~> 0.9.0/>= 0.9.0/' Rakefile || die - rake debug_gem | sed 1d > vlad.gemspec || die -} diff --git a/dev-ruby/vlad/vlad-2.2.3.ebuild b/dev-ruby/vlad/vlad-2.2.3.ebuild deleted file mode 100644 index 53ca1d6841ae..000000000000 --- a/dev-ruby/vlad/vlad-2.2.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vlad/vlad-2.2.3.ebuild,v 1.1 2011/10/19 17:58:25 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18" - -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.0.0" |