summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-09-28 07:56:40 +0000
committerHans de Graaff <graaff@gentoo.org>2011-09-28 07:56:40 +0000
commit98557dcf2ecbc7a2c1178934ab4ee118ee4f1c47 (patch)
treecc28ba07b44607c48a26f36056e64c29d16c9088 /dev-ruby
parentRemove old versions. (diff)
downloadgentoo-2-98557dcf2ecbc7a2c1178934ab4ee118ee4f1c47.tar.gz
gentoo-2-98557dcf2ecbc7a2c1178934ab4ee118ee4f1c47.tar.bz2
gentoo-2-98557dcf2ecbc7a2c1178934ab4ee118ee4f1c47.zip
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activeresource/ChangeLog6
-rw-r--r--dev-ruby/activeresource/activeresource-2.3.11.ebuild35
-rw-r--r--dev-ruby/activeresource/activeresource-2.3.12.ebuild34
-rw-r--r--dev-ruby/activeresource/activeresource-2.3.5.ebuild18
4 files changed, 5 insertions, 88 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog
index f8167e632146..46e949af0639 100644
--- a/dev-ruby/activeresource/ChangeLog
+++ b/dev-ruby/activeresource/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.96 2011/09/28 07:26:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.97 2011/09/28 07:56:40 graaff Exp $
+
+ 28 Sep 2011; Hans de Graaff <graaff@gentoo.org> -activeresource-2.3.5.ebuild,
+ -activeresource-2.3.11.ebuild, -activeresource-2.3.12.ebuild:
+ Remove old versions.
*activeresource-3.0.10 (28 Sep 2011)
diff --git a/dev-ruby/activeresource/activeresource-2.3.11.ebuild b/dev-ruby/activeresource/activeresource-2.3.11.ebuild
deleted file mode 100644
index aa5fb526405f..000000000000
--- a/dev-ruby/activeresource/activeresource-2.3.11.ebuild
+++ /dev/null
@@ -1,35 +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/activeresource/activeresource-2.3.11.ebuild,v 1.2 2011/04/26 16:31:56 graaff Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Think Active Record for web resources.."
-HOMEPAGE="http://rubyforge.org/projects/activeresource/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
-ruby_add_bdepend "
- test? (
- >=dev-ruby/mocha-0.9.5
- virtual/ruby-test-unit
- !dev-ruby/test-unit:2
- )"
-
-all_ruby_prepare() {
- epatch "${FILESDIR}/${PN}-2.3.10-rails3.patch"
-
- # Custom template not found in package
- sed -i -e '/horo/d' Rakefile || die
-}
diff --git a/dev-ruby/activeresource/activeresource-2.3.12.ebuild b/dev-ruby/activeresource/activeresource-2.3.12.ebuild
deleted file mode 100644
index cd425d0e36e1..000000000000
--- a/dev-ruby/activeresource/activeresource-2.3.12.ebuild
+++ /dev/null
@@ -1,34 +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/activeresource/activeresource-2.3.12.ebuild,v 1.5 2011/07/24 17:25:20 armin76 Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Think Active Record for web resources.."
-HOMEPAGE="http://rubyforge.org/projects/activeresource/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
-ruby_add_bdepend "
- test? (
- >=dev-ruby/mocha-0.9.5
- virtual/ruby-test-unit
- )"
-
-all_ruby_prepare() {
- epatch "${FILESDIR}/${PN}-2.3.10-rails3.patch"
-
- # Custom template not found in package
- sed -i -e '/horo/d' Rakefile || die
-}
diff --git a/dev-ruby/activeresource/activeresource-2.3.5.ebuild b/dev-ruby/activeresource/activeresource-2.3.5.ebuild
deleted file mode 100644
index 5eb4d96ae11b..000000000000
--- a/dev-ruby/activeresource/activeresource-2.3.5.ebuild
+++ /dev/null
@@ -1,18 +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/activeresource/activeresource-2.3.5.ebuild,v 1.7 2010/05/22 14:59:57 flameeyes Exp $
-
-inherit ruby gems
-USE_RUBY="ruby18"
-
-DESCRIPTION="Think Active Record for web resources.."
-HOMEPAGE="http://rubyforge.org/projects/activeresource/"
-
-LICENSE="MIT"
-SLOT="2.3"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=">=dev-lang/ruby-1.8.6
- ~dev-ruby/activesupport-${PV}"
-RDEPEND="${DEPEND}"