From bbe23539e2fb2e000c7d3c0ea773b80593c957fa Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 30 Mar 2009 18:56:32 +0000 Subject: Remove intermediate versions. (Portage version: 2.1.6.7/cvs/Linux x86_64) --- dev-ruby/capistrano/ChangeLog | 6 +++++- dev-ruby/capistrano/capistrano-2.5.2.ebuild | 30 ----------------------------- dev-ruby/capistrano/capistrano-2.5.3.ebuild | 30 ----------------------------- 3 files changed, 5 insertions(+), 61 deletions(-) delete mode 100644 dev-ruby/capistrano/capistrano-2.5.2.ebuild delete mode 100644 dev-ruby/capistrano/capistrano-2.5.3.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index 829fb8191f18..27643638c40e 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.42 2009/02/25 22:06:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.43 2009/03/30 18:56:32 graaff Exp $ + + 30 Mar 2009; Hans de Graaff -capistrano-2.5.2.ebuild, + -capistrano-2.5.3.ebuild: + Remove version that won't become stable. *capistrano-2.5.5 (25 Feb 2009) diff --git a/dev-ruby/capistrano/capistrano-2.5.2.ebuild b/dev-ruby/capistrano/capistrano-2.5.2.ebuild deleted file mode 100644 index 830cd917237e..000000000000 --- a/dev-ruby/capistrano/capistrano-2.5.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.2.ebuild,v 1.1 2008/11/17 05:59:26 graaff Exp $ - -inherit gems - -DESCRIPTION="A distributed application deployment system" -HOMEPAGE="http://capify.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.2 - >=dev-ruby/rubygems-1.3.0 - >=dev-ruby/net-ssh-2.0.0 - >=dev-ruby/net-sftp-2.0.0 - >=dev-ruby/net-scp-1.0.0 - >=dev-ruby/net-ssh-gateway-1.0.0 - >=dev-ruby/highline-1.2.7" -PDEPEND="dev-ruby/capistrano-launcher" - -src_install() { - gems_src_install - - # Deleted cap, as it will be provided by capistrano-launcher - rm "${D}/usr/bin/cap" - rm "${D}/${GEMSDIR}/bin/cap" -} diff --git a/dev-ruby/capistrano/capistrano-2.5.3.ebuild b/dev-ruby/capistrano/capistrano-2.5.3.ebuild deleted file mode 100644 index 32d45a67e844..000000000000 --- a/dev-ruby/capistrano/capistrano-2.5.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.3.ebuild,v 1.1 2008/12/20 12:42:17 graaff Exp $ - -inherit gems - -DESCRIPTION="A distributed application deployment system" -HOMEPAGE="http://capify.org/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.2 - >=dev-ruby/rubygems-1.3.0 - >=dev-ruby/net-ssh-2.0.0 - >=dev-ruby/net-sftp-2.0.0 - >=dev-ruby/net-scp-1.0.0 - >=dev-ruby/net-ssh-gateway-1.0.0 - >=dev-ruby/highline-1.2.7" -PDEPEND="dev-ruby/capistrano-launcher" - -src_install() { - gems_src_install - - # Deleted cap, as it will be provided by capistrano-launcher - rm "${D}/usr/bin/cap" - rm "${D}/${GEMSDIR}/bin/cap" -} -- cgit v1.2.3-65-gdbad