summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-09-28 07:58:49 +0000
committerHans de Graaff <graaff@gentoo.org>2011-09-28 07:58:49 +0000
commitfbc01d417ed07e9d2579a3d306537dbd6b51c8d0 (patch)
tree3c0b07a9abdfad7779f347628237a2d8244a814b /dev-ruby/activesupport
parentRemove old versions. (diff)
downloadgentoo-2-fbc01d417ed07e9d2579a3d306537dbd6b51c8d0.tar.gz
gentoo-2-fbc01d417ed07e9d2579a3d306537dbd6b51c8d0.tar.bz2
gentoo-2-fbc01d417ed07e9d2579a3d306537dbd6b51c8d0.zip
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r--dev-ruby/activesupport/ChangeLog7
-rw-r--r--dev-ruby/activesupport/activesupport-2.3.11.ebuild38
-rw-r--r--dev-ruby/activesupport/activesupport-2.3.12.ebuild38
-rw-r--r--dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild29
-rw-r--r--dev-ruby/activesupport/activesupport-2.3.5.ebuild17
5 files changed, 6 insertions, 123 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index ed7692cd0994..669b8016bca8 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.154 2011/09/28 07:20:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.155 2011/09/28 07:58:49 graaff Exp $
+
+ 28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -activesupport-2.3.5.ebuild,
+ -activesupport-2.3.5-r1.ebuild, -activesupport-2.3.11.ebuild,
+ -activesupport-2.3.12.ebuild:
+ Remove old versions.
*activesupport-3.0.10 (28 Sep 2011)
diff --git a/dev-ruby/activesupport/activesupport-2.3.11.ebuild b/dev-ruby/activesupport/activesupport-2.3.11.ebuild
deleted file mode 100644
index 21b1f71204a3..000000000000
--- a/dev-ruby/activesupport/activesupport-2.3.11.ebuild
+++ /dev/null
@@ -1,38 +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/activesupport/activesupport-2.3.11.ebuild,v 1.2 2011/04/26 12:08:50 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="http://rubyforge.org/projects/activesupport/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/builder-2.1.2:0 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4"
-
-all_ruby_prepare() {
- # Remove the bundled packages!
- rm -r lib/active_support/vendor/{tzinfo,builder,i18n}-* \
- || die "failed to remove vendor packages"
-
- # This patch removes the fallback to local vendorized gems, as
- # well as fixing the dependencies for i18n to use the correct
- # slot.
- epatch "${FILESDIR}"/${PN}-2.3.9-unvendorize.patch
-
- # don't support older mocha versions as the optional codepath
- # breaks JRuby
- epatch "${FILESDIR}"/${PN}-2.3.5-mocha-0.9.5.patch
-}
diff --git a/dev-ruby/activesupport/activesupport-2.3.12.ebuild b/dev-ruby/activesupport/activesupport-2.3.12.ebuild
deleted file mode 100644
index 1d7fcbf5cffc..000000000000
--- a/dev-ruby/activesupport/activesupport-2.3.12.ebuild
+++ /dev/null
@@ -1,38 +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/activesupport/activesupport-2.3.12.ebuild,v 1.5 2011/07/24 17:24:03 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="http://rubyforge.org/projects/activesupport/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/builder-2.1.2:0 >=dev-ruby/tzinfo-0.3.16 >=dev-ruby/i18n-0.4.1:0.4"
-
-all_ruby_prepare() {
- # Remove the bundled packages!
- rm -r lib/active_support/vendor/{tzinfo,builder,i18n}-* \
- || die "failed to remove vendor packages"
-
- # This patch removes the fallback to local vendorized gems, as
- # well as fixing the dependencies for i18n to use the correct
- # slot.
- epatch "${FILESDIR}"/${PN}-2.3.9-unvendorize.patch
-
- # don't support older mocha versions as the optional codepath
- # breaks JRuby
- epatch "${FILESDIR}"/${PN}-2.3.5-mocha-0.9.5.patch
-}
diff --git a/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild b/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild
deleted file mode 100644
index fab6b6a3c3e6..000000000000
--- a/dev-ruby/activesupport/activesupport-2.3.5-r1.ebuild
+++ /dev/null
@@ -1,29 +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/activesupport/activesupport-2.3.5-r1.ebuild,v 1.4 2010/05/23 10:36:02 a3li Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="http://rubyforge.org/projects/activesupport/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/builder-2.1.2 >=dev-ruby/tzinfo-0.3.12"
-
-all_ruby_prepare() {
- # Remove the bundled packages!
- rm -r lib/active_support/vendor/{tzinfo,builder}-* \
- || die "failed to remove vendor packages"
-}
diff --git a/dev-ruby/activesupport/activesupport-2.3.5.ebuild b/dev-ruby/activesupport/activesupport-2.3.5.ebuild
deleted file mode 100644
index d3b908f0017c..000000000000
--- a/dev-ruby/activesupport/activesupport-2.3.5.ebuild
+++ /dev/null
@@ -1,17 +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/activesupport/activesupport-2.3.5.ebuild,v 1.6 2010/05/22 15:00:38 flameeyes Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-DESCRIPTION="Utility Classes and Extension to the Standard Library"
-HOMEPAGE="http://rubyforge.org/projects/activesupport/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=dev-lang/ruby-1.8.6"
-RDEPEND="${DEPEND}"