diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-06-17 05:54:44 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-06-17 05:54:44 +0000 |
commit | 44cee9e753144b1b80b76e7d5b499a6eb3427e44 (patch) | |
tree | ace7f38f69d3b89f250be3e376c85d981dde2b7c /dev-ruby/actionpack | |
parent | keyword ~sparc-fbsd (diff) | |
download | gentoo-2-44cee9e753144b1b80b76e7d5b499a6eb3427e44.tar.gz gentoo-2-44cee9e753144b1b80b76e7d5b499a6eb3427e44.tar.bz2 gentoo-2-44cee9e753144b1b80b76e7d5b499a6eb3427e44.zip |
Remove old versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.12.5.5618.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.13.5.ebuild | 16 |
3 files changed, 5 insertions, 37 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 021a47119ae1..a7bcd8d97953 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.79 2008/06/17 05:35:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.80 2008/06/17 05:54:44 graaff Exp $ + + 17 Jun 2008; Hans de Graaff <graaff@gentoo.org> + -actionpack-1.12.5.5618.ebuild, -actionpack-1.13.5.ebuild: + Remove old versions *actionpack-2.1.0 (17 Jun 2008) diff --git a/dev-ruby/actionpack/actionpack-1.12.5.5618.ebuild b/dev-ruby/actionpack/actionpack-1.12.5.5618.ebuild deleted file mode 100644 index 05ac0176b9d9..000000000000 --- a/dev-ruby/actionpack/actionpack-1.12.5.5618.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.12.5.5618.ebuild,v 1.2 2006/11/24 01:30:10 caleb Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Eases web-request routing, handling, and response." -HOMEPAGE="http://rubyforge.org/projects/actionpack/" -# The URL depends implicitly on the version, unfortunately. Even if you -# change the filename on the end, it still downloads the same file. -SRC_URI="http://gems.rubyonrails.org/gems/${P}.gem" - -LICENSE="MIT" -SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-1.3.1.5618" diff --git a/dev-ruby/actionpack/actionpack-1.13.5.ebuild b/dev-ruby/actionpack/actionpack-1.13.5.ebuild deleted file mode 100644 index b53f0477299a..000000000000 --- a/dev-ruby/actionpack/actionpack-1.13.5.ebuild +++ /dev/null @@ -1,16 +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/actionpack/actionpack-1.13.5.ebuild,v 1.5 2007/10/21 15:13:25 beandog Exp $ - -inherit ruby gems - -DESCRIPTION="Eases web-request routing, handling, and response." -HOMEPAGE="http://rubyforge.org/projects/actionpack/" - -LICENSE="MIT" -SLOT="1.2" -KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-1.4.4" |