diff options
author | Alex Legler <a3li@gentoo.org> | 2009-10-22 15:14:31 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-10-22 15:14:31 +0000 |
commit | 8159b94c4f65f982772d13cbb5bb70a9b3c4d507 (patch) | |
tree | 6db6774ceb79e03ada0923052f769de860617227 /dev-ruby/actionpack | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-8159b94c4f65f982772d13cbb5bb70a9b3c4d507.tar.gz gentoo-2-8159b94c4f65f982772d13cbb5bb70a9b3c4d507.tar.bz2 gentoo-2-8159b94c4f65f982772d13cbb5bb70a9b3c4d507.zip |
cleanup
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/actionpack')
-rw-r--r-- | dev-ruby/actionpack/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-1.13.6.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.0.5.ebuild | 16 | ||||
-rw-r--r-- | dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild | 25 |
4 files changed, 5 insertions, 58 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog index 1c3d16f87f8e..423a383917e2 100644 --- a/dev-ruby/actionpack/ChangeLog +++ b/dev-ruby/actionpack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionpack # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.127 2009/10/18 17:45:51 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.128 2009/10/22 15:14:31 a3li Exp $ + + 22 Oct 2009; Alex Legler <a3li@gentoo.org> -actionpack-1.13.6.ebuild, + -actionpack-2.0.5.ebuild, -actionpack-2.1.2-r1.ebuild: + removing old ebuilds 18 Oct 2009; Alex Legler <a3li@gentoo.org> -actionpack-2.2.2.ebuild: removing vulnerable ebuild, bug 283396 diff --git a/dev-ruby/actionpack/actionpack-1.13.6.ebuild b/dev-ruby/actionpack/actionpack-1.13.6.ebuild deleted file mode 100644 index 22c02568c7ba..000000000000 --- a/dev-ruby/actionpack/actionpack-1.13.6.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.6.ebuild,v 1.6 2007/12/01 22:46:00 angelos 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" diff --git a/dev-ruby/actionpack/actionpack-2.0.5.ebuild b/dev-ruby/actionpack/actionpack-2.0.5.ebuild deleted file mode 100644 index a1572b82fb03..000000000000 --- a/dev-ruby/actionpack/actionpack-2.0.5.ebuild +++ /dev/null @@ -1,16 +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/actionpack/actionpack-2.0.5.ebuild,v 1.5 2008/11/15 18:11:21 dertobi123 Exp $ - -inherit ruby gems - -DESCRIPTION="Eases web-request routing, handling, and response." -HOMEPAGE="http://rubyforge.org/projects/actionpack/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-2.0.5" diff --git a/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild b/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild deleted file mode 100644 index 8c34bfec8f23..000000000000 --- a/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild,v 1.5 2009/03/25 14:55:43 armin76 Exp $ - -inherit eutils ruby gems - -DESCRIPTION="Eases web-request routing, handling, and response." -HOMEPAGE="http://rubyforge.org/projects/actionpack/" - -LICENSE="MIT" -SLOT="2.1" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-2.1.2" - -src_install() { - gems_src_install - - # Patch for bug 247579. - # Yes, I know, but we cannot patch gems in a different way *yet*. - cd "${D}/$(gem18 env gemdir)/gems/${P}/lib" || die "cd failed" - epatch "${FILESDIR}/${PV}-csrf-circumvention.patch" -} |