diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-06-17 05:55:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-06-17 05:55:59 +0000 |
commit | 1194ec9da83b3b50e141328f352065204d5ec3ac (patch) | |
tree | aa4589a212b400d37dced6ae1f96115a748cf439 /dev-ruby/activerecord | |
parent | keyword ~sparc-fbsd (diff) | |
download | historical-1194ec9da83b3b50e141328f352065204d5ec3ac.tar.gz historical-1194ec9da83b3b50e141328f352065204d5ec3ac.tar.bz2 historical-1194ec9da83b3b50e141328f352065204d5ec3ac.zip |
Remove old versions
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.14.4.5618.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.5.ebuild | 17 |
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" |