summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-10-18 17:46:20 +0000
committerAlex Legler <a3li@gentoo.org>2009-10-18 17:46:20 +0000
commit02a84847974f2c4700a74fc0cf092fe373893b61 (patch)
tree6524f33111b9b810641c76cb4ef7b2586c37d70c /dev-ruby/rails
parentppc stable #286504 (diff)
downloadhistorical-02a84847974f2c4700a74fc0cf092fe373893b61.tar.gz
historical-02a84847974f2c4700a74fc0cf092fe373893b61.tar.bz2
historical-02a84847974f2c4700a74fc0cf092fe373893b61.zip
removing vulnerable ebuild, bug 283396
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/rails')
-rw-r--r--dev-ruby/rails/ChangeLog5
-rw-r--r--dev-ruby/rails/rails-2.2.2-r1.ebuild46
2 files changed, 4 insertions, 47 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 4535ca43c91a..30c73a2a2a47 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.155 2009/10/18 17:24:48 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.156 2009/10/18 17:39:21 a3li Exp $
+
+ 18 Oct 2009; Alex Legler <a3li@gentoo.org> -rails-2.2.2-r1.ebuild:
+ removing vulnerable ebuild, bug 283396
18 Oct 2009; nixnut <nixnut@gentoo.org> rails-2.2.3.ebuild:
ppc stable #283396
diff --git a/dev-ruby/rails/rails-2.2.2-r1.ebuild b/dev-ruby/rails/rails-2.2.2-r1.ebuild
deleted file mode 100644
index 152cec6bc5a3..000000000000
--- a/dev-ruby/rails/rails-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,46 +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/rails/rails-2.2.2-r1.ebuild,v 1.7 2009/01/10 16:36:32 armin76 Exp $
-
-inherit ruby gems
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="2.2"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-
-IUSE="fastcgi"
-DEPEND=">=dev-lang/ruby-1.8.5
- >=app-admin/eselect-rails-0.14
- >=dev-ruby/rake-0.8.3
- ~dev-ruby/activerecord-2.2.2
- ~dev-ruby/activeresource-2.2.2
- ~dev-ruby/activesupport-2.2.2
- ~dev-ruby/actionmailer-2.2.2
- ~dev-ruby/actionpack-2.2.2"
-
-RDEPEND="${DEPEND}
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
- >=dev-ruby/rubygems-1.3.1"
-
-src_install() {
- gems_src_install
- # Rename slotted files that may clash so that eselect can handle
- # them
- mv "${D}/usr/bin/rails" "${D}/usr/bin/rails-${PV}"
- sed -i -e "s/>= 0/${PV}/" "${D}/usr/bin/rails-${PV}"
- mv "${D}/${GEMSDIR}/bin/rails" "${D}/${GEMSDIR}/bin/rails-${PV}"
-}
-
-pkg_postinst() {
- einfo "To select between slots of rails, use:"
- einfo "\teselect rails"
-
- eselect rails update
-}
-
-pkg_postrm() {
- eselect rails update
-}