diff options
author | Alex Legler <a3li@gentoo.org> | 2009-10-22 08:05:19 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-10-22 08:05:19 +0000 |
commit | eb10741a013d7a30bfe4e34f6a865bb555c5df2c (patch) | |
tree | ef472e7d41666f38a462c9ba05d255eb4bf15b0c /dev-ruby/rails | |
parent | bump version (diff) | |
download | gentoo-2-eb10741a013d7a30bfe4e34f6a865bb555c5df2c.tar.gz gentoo-2-eb10741a013d7a30bfe4e34f6a865bb555c5df2c.tar.bz2 gentoo-2-eb10741a013d7a30bfe4e34f6a865bb555c5df2c.zip |
heavy cleanup action
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rails')
-rw-r--r-- | dev-ruby/rails/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rails/rails-1.2.6-r1.ebuild | 50 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.0.5-r1.ebuild | 46 | ||||
-rw-r--r-- | dev-ruby/rails/rails-2.1.2-r1.ebuild | 46 |
4 files changed, 5 insertions, 143 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog index 30c73a2a2a47..3a15b39aa1fb 100644 --- a/dev-ruby/rails/ChangeLog +++ b/dev-ruby/rails/ChangeLog @@ -1,6 +1,10 @@ # 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.156 2009/10/18 17:39:21 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.157 2009/10/22 08:05:19 a3li Exp $ + + 22 Oct 2009; Alex Legler <a3li@gentoo.org> -rails-1.2.6-r1.ebuild, + -rails-2.0.5-r1.ebuild, -rails-2.1.2-r1.ebuild: + Removing three old versions 18 Oct 2009; Alex Legler <a3li@gentoo.org> -rails-2.2.2-r1.ebuild: removing vulnerable ebuild, bug 283396 diff --git a/dev-ruby/rails/rails-1.2.6-r1.ebuild b/dev-ruby/rails/rails-1.2.6-r1.ebuild deleted file mode 100644 index 31aafcea6df5..000000000000 --- a/dev-ruby/rails/rails-1.2.6-r1.ebuild +++ /dev/null @@ -1,50 +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-1.2.6-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="1.2" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" - -IUSE="mysql sqlite sqlite3 postgres fastcgi" -DEPEND=">=dev-lang/ruby-1.8.5 - >=app-admin/eselect-rails-0.14 - >=dev-ruby/rake-0.7.2 - =dev-ruby/activerecord-1.15.6 - =dev-ruby/actionmailer-1.3.6 - =dev-ruby/actionwebservice-1.2.6 - =dev-ruby/activesupport-1.4.4 - =dev-ruby/actionpack-1.13.6 - !<dev-ruby/rails-1.1.6-r1" - -RDEPEND="${DEPEND} - fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 ) - sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) - sqlite3? ( dev-ruby/sqlite3-ruby ) - mysql? ( >=dev-ruby/mysql-ruby-2.7 ) - postgres? ( >=dev-ruby/ruby-postgres-0.7.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 -} diff --git a/dev-ruby/rails/rails-2.0.5-r1.ebuild b/dev-ruby/rails/rails-2.0.5-r1.ebuild deleted file mode 100644 index 20ec7c27d798..000000000000 --- a/dev-ruby/rails/rails-2.0.5-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.0.5-r1.ebuild,v 1.5 2009/01/09 17:37:56 ranger Exp $ - -inherit ruby gems - -DESCRIPTION="ruby on rails is a web-application and persistance framework" -HOMEPAGE="http://www.rubyonrails.org" - -LICENSE="MIT" -SLOT="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.7.2 - ~dev-ruby/activerecord-2.0.5 - ~dev-ruby/activeresource-2.0.5 - ~dev-ruby/activesupport-2.0.5 - ~dev-ruby/actionmailer-2.0.5 - ~dev-ruby/actionpack-2.0.5 - !<dev-ruby/rails-1.1.6-r1" - -RDEPEND="${DEPEND} - fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )" - -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 -} diff --git a/dev-ruby/rails/rails-2.1.2-r1.ebuild b/dev-ruby/rails/rails-2.1.2-r1.ebuild deleted file mode 100644 index 71db849f4150..000000000000 --- a/dev-ruby/rails/rails-2.1.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.1.2-r1.ebuild,v 1.6 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.1" -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.1 - ~dev-ruby/activerecord-2.1.2 - ~dev-ruby/activeresource-2.1.2 - ~dev-ruby/activesupport-2.1.2 - ~dev-ruby/actionmailer-2.1.2 - ~dev-ruby/actionpack-2.1.2 - !<dev-ruby/rails-1.1.6-r1" - -RDEPEND="${DEPEND} - fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )" - -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 -} |