summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-06-17 05:53:14 +0000
committerHans de Graaff <graaff@gentoo.org>2008-06-17 05:53:14 +0000
commitb9d6aba8fbafe5bb62d8f225d77ec9993ececb95 (patch)
tree6615b2edec179b4dba6b6f586e678e91424bc398 /dev-ruby
parentRemove old versions (diff)
downloadgentoo-2-b9d6aba8fbafe5bb62d8f225d77ec9993ececb95.tar.gz
gentoo-2-b9d6aba8fbafe5bb62d8f225d77ec9993ececb95.tar.bz2
gentoo-2-b9d6aba8fbafe5bb62d8f225d77ec9993ececb95.zip
Remove old versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/activerecord/ChangeLog6
-rw-r--r--dev-ruby/activerecord/activerecord-1.14.4.5618.ebuild21
-rw-r--r--dev-ruby/activerecord/activerecord-1.15.5.ebuild17
3 files changed, 5 insertions, 39 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog
index 0dae37a7e917..67f8af3d899d 100644
--- a/dev-ruby/activerecord/ChangeLog
+++ b/dev-ruby/activerecord/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.77 2008/05/16 17:36:32 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.78 2008/06/17 05:53:14 graaff Exp $
+
+ 17 Jun 2008; Hans de Graaff <graaff@gentoo.org>
+ -activerecord-1.14.4.5618.ebuild, -activerecord-1.15.5.ebuild:
+ Remove old versions
16 May 2008; nixnut <nixnut@gentoo.org> activerecord-2.0.2.ebuild:
Stable on ppc wrt bug 221309
diff --git a/dev-ruby/activerecord/activerecord-1.14.4.5618.ebuild b/dev-ruby/activerecord/activerecord-1.14.4.5618.ebuild
deleted file mode 100644
index d7bcb6079da2..000000000000
--- a/dev-ruby/activerecord/activerecord-1.14.4.5618.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.14.4.5618.ebuild,v 1.2 2006/11/24 01:34:06 caleb Exp $
-
-inherit ruby gems
-
-USE_RUBY="ruby18"
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="http://rubyforge.org/projects/activerecord/"
-# The URL depends implicitly on the version, unfortunately. Even if you
-# change the filename on the end, it still downloads the same file.
-SRC_URI="http://gems.rubyonrails.org/gems/${P}.gem"
-
-LICENSE="MIT"
-SLOT="1.2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-RESTRICT="test"
-
-DEPEND=">=dev-lang/ruby-1.8.5
- =dev-ruby/activesupport-1.3.1.5618"
diff --git a/dev-ruby/activerecord/activerecord-1.15.5.ebuild b/dev-ruby/activerecord/activerecord-1.15.5.ebuild
deleted file mode 100644
index 3a734064ae7a..000000000000
--- a/dev-ruby/activerecord/activerecord-1.15.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.5.ebuild,v 1.5 2007/10/21 15:09:40 beandog Exp $
-
-inherit ruby gems
-
-DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
-HOMEPAGE="http://rubyforge.org/projects/activerecord/"
-
-LICENSE="MIT"
-SLOT="1.2"
-KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-RESTRICT="test"
-
-DEPEND=">=dev-lang/ruby-1.8.5
- =dev-ruby/activesupport-1.4.4"