summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-05-15 01:07:08 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-05-15 01:07:08 +0000
commit60dfe7bf802c0540c95dfe238fda71d6f210c0ff (patch)
tree231f72c5a6bb44a88c489ea64436923958bc1293 /dev-ruby/capistrano
parentRemove ruby18. (diff)
downloadgentoo-2-60dfe7bf802c0540c95dfe238fda71d6f210c0ff.tar.gz
gentoo-2-60dfe7bf802c0540c95dfe238fda71d6f210c0ff.tar.bz2
gentoo-2-60dfe7bf802c0540c95dfe238fda71d6f210c0ff.zip
Remove ruby18. Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r--dev-ruby/capistrano/ChangeLog6
-rw-r--r--dev-ruby/capistrano/capistrano-2.14.2.ebuild40
-rw-r--r--dev-ruby/capistrano/capistrano-2.15.5.ebuild4
3 files changed, 7 insertions, 43 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog
index 22f68430cbee..74a92f809c43 100644
--- a/dev-ruby/capistrano/ChangeLog
+++ b/dev-ruby/capistrano/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/capistrano
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.101 2014/01/26 11:01:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.102 2014/05/15 01:07:07 mrueg Exp $
+
+ 15 May 2014; Manuel Rüger <mrueg@gentoo.org> -capistrano-2.14.2.ebuild,
+ capistrano-2.15.5.ebuild:
+ Remove ruby18. Cleanup old.
26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> capistrano-2.15.5.ebuild:
Stable for x86, wrt bug #495294
diff --git a/dev-ruby/capistrano/capistrano-2.14.2.ebuild b/dev-ruby/capistrano/capistrano-2.14.2.ebuild
deleted file mode 100644
index 4743c2b00180..000000000000
--- a/dev-ruby/capistrano/capistrano-2.14.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.14.2.ebuild,v 1.5 2013/05/07 17:50:39 ago Exp $
-
-EAPI=5
-# ruby19 → pending on net/sftp
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A distributed application deployment system"
-HOMEPAGE="http://capify.org/"
-
-LICENSE="MIT"
-SLOT="2"
-KEYWORDS="amd64 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 test/utils.rb || die
-# sed -i -e '/ruby-debug/ s:^:#:' test/utils.rb || die
-
- # Avoid copy strategy tests since these fail in some cases due to
- # complicated (aka unknown) interactions with other parts of the
- # test suite.
- rm test/deploy/strategy/copy_test.rb || die
-}
diff --git a/dev-ruby/capistrano/capistrano-2.15.5.ebuild b/dev-ruby/capistrano/capistrano-2.15.5.ebuild
index 117d8d2ca9a2..a9da8bf02750 100644
--- a/dev-ruby/capistrano/capistrano-2.15.5.ebuild
+++ b/dev-ruby/capistrano/capistrano-2.15.5.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5.ebuild,v 1.5 2014/01/26 11:01:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.15.5.ebuild,v 1.6 2014/05/15 01:07:07 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"