summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 20:20:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 20:20:05 +0000
commit99f967fec19175feef1e225339f300a9ba66e856 (patch)
tree7efee9346fe799e38cc2923182a75bcf72d43614 /dev-ruby/capistrano
parentDon't install .la files in site-packages directories. (diff)
downloadhistorical-99f967fec19175feef1e225339f300a9ba66e856.tar.gz
historical-99f967fec19175feef1e225339f300a9ba66e856.tar.bz2
historical-99f967fec19175feef1e225339f300a9ba66e856.zip
Remove old versions.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r--dev-ruby/capistrano/ChangeLog6
-rw-r--r--dev-ruby/capistrano/capistrano-2.5.10.ebuild31
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog
index e385ae6773df..77ef7e0fbfb3 100644
--- a/dev-ruby/capistrano/ChangeLog
+++ b/dev-ruby/capistrano/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/capistrano
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.56 2010/04/24 07:34:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.57 2010/05/22 20:18:54 flameeyes Exp $
+
+ 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -capistrano-2.5.10.ebuild:
+ Remove old versions.
24 Apr 2010; Hans de Graaff <graaff@gentoo.org> -capistrano-2.5.9.ebuild,
-capistrano-2.5.16.ebuild, -capistrano-2.5.17.ebuild:
diff --git a/dev-ruby/capistrano/capistrano-2.5.10.ebuild b/dev-ruby/capistrano/capistrano-2.5.10.ebuild
deleted file mode 100644
index d2d05a59e1e6..000000000000
--- a/dev-ruby/capistrano/capistrano-2.5.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.10.ebuild,v 1.1 2009/11/29 07:49:32 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=""
-USE_RUBY="ruby18"
-
-DEPEND="
- >=dev-ruby/net-ssh-2.0.14
- >=dev-ruby/net-sftp-2.0.2
- >=dev-ruby/net-scp-1.0.2
- >=dev-ruby/net-ssh-gateway-1.0.0
- >=dev-ruby/highline-1.2.7"
-RDEPEND="${DEPEND}"
-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"
-}