diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-04-09 22:07:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-04-09 22:07:09 +0000 |
commit | ab1c4cf06bfacd7b387492795d343f8fc1453330 (patch) | |
tree | c54967169ea6a46351350fe31a6f1fad8e9215ab /dev-ruby/capistrano | |
parent | bump to 4.7.3. Various fixes that makes our patch stack smaller. (diff) | |
download | gentoo-2-ab1c4cf06bfacd7b387492795d343f8fc1453330.tar.gz gentoo-2-ab1c4cf06bfacd7b387492795d343f8fc1453330.tar.bz2 gentoo-2-ab1c4cf06bfacd7b387492795d343f8fc1453330.zip |
Version bump, add ~ppc.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/capistrano')
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.2.0.ebuild | 29 | ||||
-rw-r--r-- | dev-ruby/capistrano/metadata.xml | 4 |
4 files changed, 44 insertions, 5 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index ba8e6effdd8a..6ab27f87028c 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/capistrano -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.26 2007/12/10 16:58:33 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.27 2008/04/09 22:07:09 robbat2 Exp $ + +*capistrano-2.2.0 (09 Apr 2008) + + 09 Apr 2008; Robin H. Johnson <robbat2@gentoo.org> metadata.xml, + capistrano-1.4.1-r1.ebuild, +capistrano-2.2.0.ebuild: + Version bump, add ~ppc. 10 Dec 2007; Raúl Porcel <armin76@gentoo.org> capistrano-2.0.0.ebuild, capistrano-2.1.0.ebuild: diff --git a/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild b/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild index dc033cb40824..c9c4e0b71585 100644 --- a/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild +++ b/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild,v 1.4 2007/11/14 06:58:17 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild,v 1.5 2008/04/09 22:07:09 robbat2 Exp $ inherit gems @@ -10,7 +10,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1" -KEYWORDS="amd64 ~ia64 ppc64 x86" +KEYWORDS="amd64 ~ia64 ppc64 x86 ~ppc" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 diff --git a/dev-ruby/capistrano/capistrano-2.2.0.ebuild b/dev-ruby/capistrano/capistrano-2.2.0.ebuild new file mode 100644 index 000000000000..6ed1cf3eb1ca --- /dev/null +++ b/dev-ruby/capistrano/capistrano-2.2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.2.0.ebuild,v 1.1 2008/04/09 22:07:09 robbat2 Exp $ + +inherit gems + +DESCRIPTION="A distributed application deployment system" +HOMEPAGE="http://capify.org/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.2 + >=dev-ruby/rake-0.7.0 + >=dev-ruby/net-ssh-1.0.10 + >=dev-ruby/net-sftp-1.1.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" +} diff --git a/dev-ruby/capistrano/metadata.xml b/dev-ruby/capistrano/metadata.xml index 852136183369..dbb6fb764591 100644 --- a/dev-ruby/capistrano/metadata.xml +++ b/dev-ruby/capistrano/metadata.xml @@ -2,4 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>ruby</herd> +<longdescription> +Capistrano is a utility and framework for executing commands in parallel on +multiple remote machines, via SSH. +</longdescription> </pkgmetadata> |