From 1612612d728e278ad24fb3508fd20ab6874b9d40 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 23 Oct 2009 15:16:22 +0000 Subject: Version bump. (Portage version: 2.1.6.13/cvs/Linux x86_64) --- dev-ruby/capistrano/ChangeLog | 7 ++++++- dev-ruby/capistrano/capistrano-2.5.9.ebuild | 32 +++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/capistrano/capistrano-2.5.9.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index 015193eca747..bc275488dd9d 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.47 2009/05/25 20:20:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.48 2009/10/23 15:16:22 graaff Exp $ + +*capistrano-2.5.9 (23 Oct 2009) + + 23 Oct 2009; Hans de Graaff +capistrano-2.5.9.ebuild: + Version bump. 25 May 2009; Hans de Graaff -capistrano-2.0.0.ebuild: Remove old version. diff --git a/dev-ruby/capistrano/capistrano-2.5.9.ebuild b/dev-ruby/capistrano/capistrano-2.5.9.ebuild new file mode 100644 index 000000000000..dd901ad4a5db --- /dev/null +++ b/dev-ruby/capistrano/capistrano-2.5.9.ebuild @@ -0,0 +1,32 @@ +# 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.1 2009/10/23 15:16:22 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-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" +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" +} -- cgit v1.2.3-65-gdbad