summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-10-05 17:53:56 +0000
committerHans de Graaff <graaff@gentoo.org>2011-10-05 17:53:56 +0000
commit46eaeb9cb2d9cf77bd0981e1bdb3082a3b21f89e (patch)
tree38999fd34fe34971571a71c3174b1a42b69dddc0 /dev-ruby/rails
parentppc/ppc64 stable wrt #369909 (diff)
downloadgentoo-2-46eaeb9cb2d9cf77bd0981e1bdb3082a3b21f89e.tar.gz
gentoo-2-46eaeb9cb2d9cf77bd0981e1bdb3082a3b21f89e.tar.bz2
gentoo-2-46eaeb9cb2d9cf77bd0981e1bdb3082a3b21f89e.zip
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rails')
-rw-r--r--dev-ruby/rails/ChangeLog6
-rw-r--r--dev-ruby/rails/rails-3.0.7.ebuild50
-rw-r--r--dev-ruby/rails/rails-3.0.9.ebuild50
3 files changed, 5 insertions, 101 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index 3cf35563aa06..56e446582e79 100644
--- a/dev-ruby/rails/ChangeLog
+++ b/dev-ruby/rails/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rails
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.206 2011/09/28 07:51:38 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.207 2011/10/05 17:53:56 graaff Exp $
+
+ 05 Oct 2011; Hans de Graaff <graaff@gentoo.org> -rails-3.0.7.ebuild,
+ -rails-3.0.9.ebuild:
+ Remove old versions.
28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -rails-2.3.5.ebuild,
-rails-2.3.11.ebuild, -rails-2.3.12.ebuild:
diff --git a/dev-ruby/rails/rails-3.0.7.ebuild b/dev-ruby/rails/rails-3.0.7.ebuild
deleted file mode 100644
index 88dd88aa4964..000000000000
--- a/dev-ruby/rails/rails-3.0.7.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.7.ebuild,v 1.1 2011/04/26 18:06:26 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-rails-0.16"
-
-ruby_add_rdepend "
- ~dev-ruby/actionmailer-${PV}
- ~dev-ruby/actionpack-${PV}
- ~dev-ruby/activerecord-${PV}
- ~dev-ruby/activeresource-${PV}
- ~dev-ruby/activesupport-${PV}
- =dev-ruby/bundler-1.0*
- ~dev-ruby/railties-${PV}"
-
-all_ruby_install() {
- all_fakegem_install
-
- ruby_fakegem_binwrapper rails rails-${PV}
-}
-
-pkg_postinst() {
- elog "To select between slots of rails, use:"
- elog "\teselect rails"
-
- eselect rails update
-}
-
-pkg_postrm() {
- eselect rails update
-}
diff --git a/dev-ruby/rails/rails-3.0.9.ebuild b/dev-ruby/rails/rails-3.0.9.ebuild
deleted file mode 100644
index 2a3da58f04c4..000000000000
--- a/dev-ruby/rails/rails-3.0.9.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-3.0.9.ebuild,v 1.4 2011/09/09 12:23:49 grobian Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="3.0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-rails-0.16"
-
-ruby_add_rdepend "
- ~dev-ruby/actionmailer-${PV}
- ~dev-ruby/actionpack-${PV}
- ~dev-ruby/activerecord-${PV}
- ~dev-ruby/activeresource-${PV}
- ~dev-ruby/activesupport-${PV}
- =dev-ruby/bundler-1.0*
- ~dev-ruby/railties-${PV}"
-
-all_ruby_install() {
- all_fakegem_install
-
- ruby_fakegem_binwrapper rails rails-${PV}
-}
-
-pkg_postinst() {
- elog "To select between slots of rails, use:"
- elog "\teselect rails"
-
- eselect rails update
-}
-
-pkg_postrm() {
- eselect rails update
-}