summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-12-22 09:01:18 +0000
committerHans de Graaff <graaff@gentoo.org>2011-12-22 09:01:18 +0000
commitb1a30dbaedb52473ec262fe2f4b7e9e1224c1ed2 (patch)
tree559ea97c5014068ebaf898db7836eb1257b6c154 /dev-ruby/capistrano
parentAdd new 0.9 virtual so we can depend on it in mplayer1. (diff)
downloadgentoo-2-b1a30dbaedb52473ec262fe2f4b7e9e1224c1ed2.tar.gz
gentoo-2-b1a30dbaedb52473ec262fe2f4b7e9e1224c1ed2.tar.bz2
gentoo-2-b1a30dbaedb52473ec262fe2f4b7e9e1224c1ed2.zip
Remove old versions.
(Portage version: 2.1.10.41/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.6.0.ebuild34
-rw-r--r--dev-ruby/capistrano/capistrano-2.8.0.ebuild33
3 files changed, 5 insertions, 68 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog
index 9b5b2dc4b2ad..cf5b6b1229ea 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.72 2011/09/27 06:16:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.73 2011/12/22 09:01:18 graaff Exp $
+
+ 22 Dec 2011; Hans de Graaff <graaff@gentoo.org> -capistrano-2.6.0.ebuild,
+ -capistrano-2.8.0.ebuild:
+ Remove old versions.
*capistrano-2.9.0 (27 Sep 2011)
diff --git a/dev-ruby/capistrano/capistrano-2.6.0.ebuild b/dev-ruby/capistrano/capistrano-2.6.0.ebuild
deleted file mode 100644
index c27b615e71cc..000000000000
--- a/dev-ruby/capistrano/capistrano-2.6.0.ebuild
+++ /dev/null
@@ -1,34 +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.6.0.ebuild,v 1.2 2011/08/03 06:19:46 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.1.0
- >=dev-ruby/highline-1.2.7"
-ruby_add_bdepend "
- test? ( dev-ruby/mocha )"
-
-each_ruby_prepare() {
- # Remove Jeweler check_dependencies task
- sed -i '/check_dependencies/d' Rakefile
-}
diff --git a/dev-ruby/capistrano/capistrano-2.8.0.ebuild b/dev-ruby/capistrano/capistrano-2.8.0.ebuild
deleted file mode 100644
index d2bbf21e55a3..000000000000
--- a/dev-ruby/capistrano/capistrano-2.8.0.ebuild
+++ /dev/null
@@ -1,33 +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.8.0.ebuild,v 1.1 2011/08/03 06:18:30 graaff Exp $
-
-EAPI="2"
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.mdown"
-
-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.1.0
- >=dev-ruby/highline-1.2.7"
-ruby_add_bdepend "
- test? ( dev-ruby/mocha )"
-
-all_ruby_prepare() {
- rm Gemfile || die
- sed -i -e '/[Bb]undler/d' Rakefile || die
-}