diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-09-15 11:28:19 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-09-15 11:28:19 +0000 |
commit | 4fae9660e891a618d5e69452bc043ac930c60585 (patch) | |
tree | cd2690ad59bd5f42e559258f64bb7fc30ffffdc4 | |
parent | Cleanup (diff) | |
download | gentoo-2-4fae9660e891a618d5e69452bc043ac930c60585.tar.gz gentoo-2-4fae9660e891a618d5e69452bc043ac930c60585.tar.bz2 gentoo-2-4fae9660e891a618d5e69452bc043ac930c60585.zip |
Remove old versions
(Portage version: 2.1.4.4)
-rw-r--r-- | dev-ruby/capistrano/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-1.4.1.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/capistrano/capistrano-2.1.0.ebuild | 29 |
4 files changed, 5 insertions, 86 deletions
diff --git a/dev-ruby/capistrano/ChangeLog b/dev-ruby/capistrano/ChangeLog index 1f32fff9160e..62cbbcec4726 100644 --- a/dev-ruby/capistrano/ChangeLog +++ b/dev-ruby/capistrano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/capistrano # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.33 2008/06/23 19:03:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/ChangeLog,v 1.34 2008/09/15 11:28:19 graaff Exp $ + + 15 Sep 2008; Hans de Graaff <graaff@gentoo.org> -capistrano-1.4.1.ebuild, + -capistrano-1.4.1-r1.ebuild, -capistrano-2.1.0.ebuild: + Remove old versions 23 Jun 2008; Raúl Porcel <armin76@gentoo.org> capistrano-1.4.2.ebuild: ia64 stable wrt #228453 diff --git a/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild b/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild deleted file mode 100644 index c9c4e0b71585..000000000000 --- a/dev-ruby/capistrano/capistrano-1.4.1-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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.5 2008/04/09 22:07:09 robbat2 Exp $ - -inherit gems - -DESCRIPTION="A distributed application deployment system" -HOMEPAGE="http://rubyforge.org/projects/capistrano/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="amd64 ~ia64 ppc64 x86 ~ppc" -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" -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/capistrano-1.4.1.ebuild b/dev-ruby/capistrano/capistrano-1.4.1.ebuild deleted file mode 100644 index d2cbe963983c..000000000000 --- a/dev-ruby/capistrano/capistrano-1.4.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 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.ebuild,v 1.8 2007/09/01 21:58:33 nichoj Exp $ - -inherit gems - -DESCRIPTION="A distributed application deployment system" -HOMEPAGE="http://rubyforge.org/projects/capistrano/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="amd64 ia64 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" - -pkg_postinst() -{ - elog - elog "Capistrano has replaced switchtower due to naming issues. If you were previously using" - elog "switchtower in your Rails apps, you need to manually remove lib/tasks/switchtower.rake" - elog "from them and then run 'cap -A .' in your project directory, making sure to keep deploy.rb" - elog -} diff --git a/dev-ruby/capistrano/capistrano-2.1.0.ebuild b/dev-ruby/capistrano/capistrano-2.1.0.ebuild deleted file mode 100644 index 08de400bccea..000000000000 --- a/dev-ruby/capistrano/capistrano-2.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano/capistrano-2.1.0.ebuild,v 1.2 2007/12/10 16:58:33 armin76 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 ~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" -} |