diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-03-30 18:56:32 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-03-30 18:56:32 +0000 |
commit | bbe23539e2fb2e000c7d3c0ea773b80593c957fa (patch) | |
tree | 18ba562b9abd58d5f14873de8db6a4f7154d5700 /dev-ruby/capistrano | |
parent | arm/s390/sh stable wrt #212590 (diff) | |
download | gentoo-2-bbe23539e2fb2e000c7d3c0ea773b80593c957fa.tar.gz gentoo-2-bbe23539e2fb2e000c7d3c0ea773b80593c957fa.tar.bz2 gentoo-2-bbe23539e2fb2e000c7d3c0ea773b80593c957fa.zip |
Remove intermediate versions.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.5.2.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.5.3.ebuild | 30 |
3 files changed, 5 insertions, 61 deletions
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 <graaff@gentoo.org> -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" -} |