summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-08-03 06:01:48 +0000
committerHans de Graaff <graaff@gentoo.org>2011-08-03 06:01:48 +0000
commit8d71eb22e58f85c1d930e61e1171318be5f34da9 (patch)
tree703c17ed0a63675a295c4b4153fbad319b72b65f /dev-ruby/capistrano
parentMasking metasploit[gui] as it needs java (diff)
downloadgentoo-2-8d71eb22e58f85c1d930e61e1171318be5f34da9.tar.gz
gentoo-2-8d71eb22e58f85c1d930e61e1171318be5f34da9.tar.bz2
gentoo-2-8d71eb22e58f85c1d930e61e1171318be5f34da9.zip
Remove old versions.
(Portage version: 2.1.10.3/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.19.ebuild40
-rw-r--r--dev-ruby/capistrano/capistrano-2.5.21.ebuild37
-rw-r--r--dev-ruby/capistrano/capistrano-2.5.5.ebuild30
4 files changed, 5 insertions, 108 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog
index bb328e4e15f3..32280d601a56 100644
--- a/dev-ruby/capistrano/ChangeLog
+++ b/dev-ruby/capistrano/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/capistrano
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.68 2011/07/22 20:57:06 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.69 2011/08/03 06:01:48 graaff Exp $
+
+ 03 Aug 2011; Hans de Graaff <graaff@gentoo.org> -capistrano-2.5.5.ebuild,
+ -capistrano-2.5.19.ebuild, -capistrano-2.5.21.ebuild:
+ Remove old versions.
22 Jul 2011; Mark Loeser <halcy0n@gentoo.org> capistrano-2.5.20.ebuild:
Stable for ppc/ppc64; bug #321103
diff --git a/dev-ruby/capistrano/capistrano-2.5.19.ebuild b/dev-ruby/capistrano/capistrano-2.5.19.ebuild
deleted file mode 100644
index 8e9e2b6326fc..000000000000
--- a/dev-ruby/capistrano/capistrano-2.5.19.ebuild
+++ /dev/null
@@ -1,40 +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.19.ebuild,v 1.3 2010/08/15 18:53:04 flameeyes Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="http://capify.org/"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-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
- !dev-ruby/test-unit:2
- )"
-
-RDEPEND="${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.21.ebuild b/dev-ruby/capistrano/capistrano-2.5.21.ebuild
deleted file mode 100644
index e17b6b44eaf0..000000000000
--- a/dev-ruby/capistrano/capistrano-2.5.21.ebuild
+++ /dev/null
@@ -1,37 +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/capistrano/capistrano-2.5.21.ebuild,v 1.1 2011/04/07 06:23:43 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.mdown"
-RUBY_FAKEGEM_EXTRAINSTALL="VERSION"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="http://capify.org/"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-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="${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.5.ebuild b/dev-ruby/capistrano/capistrano-2.5.5.ebuild
deleted file mode 100644
index 23dc55af4cde..000000000000
--- a/dev-ruby/capistrano/capistrano-2.5.5.ebuild
+++ /dev/null
@@ -1,30 +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.5.ebuild,v 1.4 2009/04/10 14:42:16 armin76 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.10
- >=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"
-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"
-}