summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-04-24 07:34:02 +0000
committerHans de Graaff <graaff@gentoo.org>2010-04-24 07:34:02 +0000
commitfbb455691a5279c6987ec4db02b3fa33a3edf888 (patch)
treeddb94b0ac3ef7f34e0f9a20058befa67a4ba2ec8 /dev-ruby
parentVersion bump. (diff)
downloadgentoo-2-fbb455691a5279c6987ec4db02b3fa33a3edf888.tar.gz
gentoo-2-fbb455691a5279c6987ec4db02b3fa33a3edf888.tar.bz2
gentoo-2-fbb455691a5279c6987ec4db02b3fa33a3edf888.zip
Remove old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/capistrano/ChangeLog6
-rw-r--r--dev-ruby/capistrano/capistrano-2.5.16.ebuild37
-rw-r--r--dev-ruby/capistrano/capistrano-2.5.17.ebuild34
-rw-r--r--dev-ruby/capistrano/capistrano-2.5.9.ebuild32
4 files changed, 5 insertions, 104 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog
index 287ccab242d8..e385ae6773df 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.55 2010/03/31 15:20:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.56 2010/04/24 07:34:02 graaff Exp $
+
+ 24 Apr 2010; Hans de Graaff <graaff@gentoo.org> -capistrano-2.5.9.ebuild,
+ -capistrano-2.5.16.ebuild, -capistrano-2.5.17.ebuild:
+ Remove old versions.
31 Mar 2010; Diego E. Pettenò <flameeyes@gentoo.org>
capistrano-2.5.18.ebuild:
diff --git a/dev-ruby/capistrano/capistrano-2.5.16.ebuild b/dev-ruby/capistrano/capistrano-2.5.16.ebuild
deleted file mode 100644
index 8e9dd38f9891..000000000000
--- a/dev-ruby/capistrano/capistrano-2.5.16.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.16.ebuild,v 1.1 2010/02/18 07:34:36 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-# 'cap' is still provided by capistrano-launcher
-RUBY_FAKEGEM_BINWRAP="capify"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="http://capify.org/"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "
- >=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"
-ruby_add_bdepend test "dev-ruby/mocha"
-
-PDEPEND="dev-ruby/capistrano-launcher"
-
-each_ruby_prepare() {
- # Remove Jeweler check_dependencies task
- sed -i '/check_dependencies/d' Rakefile
-}
diff --git a/dev-ruby/capistrano/capistrano-2.5.17.ebuild b/dev-ruby/capistrano/capistrano-2.5.17.ebuild
deleted file mode 100644
index 2a9576188cce..000000000000
--- a/dev-ruby/capistrano/capistrano-2.5.17.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.5.17.ebuild,v 1.1 2010/03/14 13:06:33 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="http://capify.org/"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "
- >=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"
-ruby_add_bdepend test "dev-ruby/mocha"
-
-RDEPEND="!dev-ruby/capistrano-launcher"
-
-each_ruby_prepare() {
- # Remove Jeweler check_dependencies task
- sed -i '/check_dependencies/d' Rakefile
-}
diff --git a/dev-ruby/capistrano/capistrano-2.5.9.ebuild b/dev-ruby/capistrano/capistrano-2.5.9.ebuild
deleted file mode 100644
index a15097c13b6a..000000000000
--- a/dev-ruby/capistrano/capistrano-2.5.9.ebuild
+++ /dev/null
@@ -1,32 +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.9.ebuild,v 1.2 2009/11/24 14:35:12 flameeyes 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-lang/ruby-1.8.2
- >=dev-ruby/rubygems-1.3.0
- >=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"
-}