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 | 2174c7e115148668a28bc64f22dee94785ad2762 (patch) | |
tree | 878686c00d930bb9019f87f9cc2a9630c30e0c4c /dev-ruby/vlad | |
parent | Version bump. (diff) | |
download | historical-2174c7e115148668a28bc64f22dee94785ad2762.tar.gz historical-2174c7e115148668a28bc64f22dee94785ad2762.tar.bz2 historical-2174c7e115148668a28bc64f22dee94785ad2762.zip |
Remove old versions.
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/vlad')
-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" |