summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-09-28 07:51:38 +0000
committerHans de Graaff <graaff@gentoo.org>2011-09-28 07:51:38 +0000
commitf6d9fe6a5dcda7b91e77f7b61078852263c0eafe (patch)
tree5a99973a3e35ff8607cdef76e6835c4c7ef0aca5 /dev-ruby/rails
parentVersion bump for Rails 3.0.10 (diff)
downloadgentoo-2-f6d9fe6a5dcda7b91e77f7b61078852263c0eafe.tar.gz
gentoo-2-f6d9fe6a5dcda7b91e77f7b61078852263c0eafe.tar.bz2
gentoo-2-f6d9fe6a5dcda7b91e77f7b61078852263c0eafe.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-2.3.11.ebuild63
-rw-r--r--dev-ruby/rails/rails-2.3.12.ebuild70
-rw-r--r--dev-ruby/rails/rails-2.3.5.ebuild47
4 files changed, 5 insertions, 181 deletions
diff --git a/dev-ruby/rails/ChangeLog b/dev-ruby/rails/ChangeLog
index e5539e9947ac..3cf35563aa06 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.205 2011/09/28 07:37:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.206 2011/09/28 07:51:38 graaff Exp $
+
+ 28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -rails-2.3.5.ebuild,
+ -rails-2.3.11.ebuild, -rails-2.3.12.ebuild:
+ Remove old versions.
*rails-3.0.10 (28 Sep 2011)
diff --git a/dev-ruby/rails/rails-2.3.11.ebuild b/dev-ruby/rails/rails-2.3.11.ebuild
deleted file mode 100644
index ad2ced64b0a5..000000000000
--- a/dev-ruby/rails/rails-2.3.11.ebuild
+++ /dev/null
@@ -1,63 +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-2.3.11.ebuild,v 1.1 2011/02/21 20:12:22 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_EXTRAINSTALL="builtin configs doc dispatches environments fresh_rakefile helpers html README"
-RUBY_FAKEGEM_EXTRADOC="README CHANGELOG"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-# gem lacks tests
-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="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-rails-0.15"
-
-ruby_add_rdepend ">=dev-ruby/rake-0.8.3
- ~dev-ruby/activerecord-${PV}
- ~dev-ruby/activeresource-${PV}
- ~dev-ruby/activesupport-${PV}
- ~dev-ruby/actionmailer-${PV}
- ~dev-ruby/actionpack-${PV}"
-ruby_add_bdepend "doc? ( dev-ruby/redcloth )"
-
-all_ruby_prepare() {
- sed -i -e '/horo/d' Rakefile || die "Could not remove reference to unavailable documentation template."
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- ruby_fakegem_binwrapper rails rails-${PV}
-
- if use doc; then
- pushd doc
- docinto api
- dohtml -r *
- popd
- fi
-}
-
-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-2.3.12.ebuild b/dev-ruby/rails/rails-2.3.12.ebuild
deleted file mode 100644
index 639864ff5a06..000000000000
--- a/dev-ruby/rails/rails-2.3.12.ebuild
+++ /dev/null
@@ -1,70 +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-2.3.12.ebuild,v 1.6 2011/07/24 17:38:13 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_EXTRAINSTALL="builtin configs doc dispatches environments fresh_rakefile helpers html README"
-RUBY_FAKEGEM_EXTRADOC="README CHANGELOG"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-# gem lacks tests
-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="2.3"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-rails-0.15"
-
-ruby_add_rdepend ">=dev-ruby/rake-0.8.3
- dev-ruby/rdoc
- ~dev-ruby/activerecord-${PV}
- ~dev-ruby/activeresource-${PV}
- ~dev-ruby/activesupport-${PV}
- ~dev-ruby/actionmailer-${PV}
- ~dev-ruby/actionpack-${PV}"
-ruby_add_bdepend "doc? ( dev-ruby/redcloth )"
-
-all_ruby_prepare() {
- sed -i -e '/horo/d' Rakefile || die "Could not remove reference to unavailable documentation template."
-
- # Create the documentation that we create on the fly in a separate
- # directory, since we need to install the doc directory for the
- # rails script.
- sed -i -e "s/rdoc_dir = 'doc'/rdoc_dir = 'rdoc'/" Rakefile || die
-
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- ruby_fakegem_binwrapper rails rails-${PV}
-
- if use doc; then
- pushd rdoc
- docinto api
- dohtml -r *
- popd
- fi
-}
-
-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-2.3.5.ebuild b/dev-ruby/rails/rails-2.3.5.ebuild
deleted file mode 100644
index b9d95fb0f399..000000000000
--- a/dev-ruby/rails/rails-2.3.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.3.5.ebuild,v 1.6 2010/05/22 14:36:13 flameeyes Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-DESCRIPTION="ruby on rails is a web-application and persistance framework"
-HOMEPAGE="http://www.rubyonrails.org"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-
-IUSE="fastcgi"
-DEPEND=">=dev-lang/ruby-1.8.6
- >=app-admin/eselect-rails-0.15
- >=dev-ruby/rake-0.8.3
- ~dev-ruby/activerecord-${PV}
- ~dev-ruby/activeresource-${PV}
- ~dev-ruby/activesupport-${PV}
- ~dev-ruby/actionmailer-${PV}
- ~dev-ruby/actionpack-${PV}"
-
-RDEPEND="${DEPEND}
- fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
- >=dev-ruby/rubygems-1.3.2"
-
-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
-}