diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-11-17 06:28:37 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-11-17 06:28:37 +0000 |
commit | bdd2548a4d391053bceabad4d22694db209ac64e (patch) | |
tree | c1c7cf15db23f04ffe8a396cddbc70c8a393ef5a /dev-ruby/activerecord | |
parent | Update patch provided by upstream that addressed #244660. (diff) | |
download | historical-bdd2548a4d391053bceabad4d22694db209ac64e.tar.gz historical-bdd2548a4d391053bceabad4d22694db209ac64e.tar.bz2 historical-bdd2548a4d391053bceabad4d22694db209ac64e.zip |
Remove old versions
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.0.2.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.0.4.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.1.0.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-2.1.1.ebuild | 21 |
5 files changed, 6 insertions, 85 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 4e39fa625b8c..c2841d510373 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,11 @@ # 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.89 2008/11/15 18:08:42 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.90 2008/11/17 06:23:44 graaff Exp $ + + 17 Nov 2008; Hans de Graaff <graaff@gentoo.org> + -activerecord-2.0.2.ebuild, -activerecord-2.0.4.ebuild, + -activerecord-2.1.0.ebuild, -activerecord-2.1.1.ebuild: + Remove old, insecure, versions 15 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org> activerecord-2.0.5.ebuild, activerecord-2.1.2.ebuild: diff --git a/dev-ruby/activerecord/activerecord-2.0.2.ebuild b/dev-ruby/activerecord/activerecord-2.0.2.ebuild deleted file mode 100644 index 1b652e9ee22a..000000000000 --- a/dev-ruby/activerecord/activerecord-2.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.2.ebuild,v 1.7 2008/05/16 17:36:32 nixnut Exp $ - -inherit ruby gems - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="mysql postgres sqlite sqlite3" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-2.0.2 - sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) - sqlite3? ( dev-ruby/sqlite3-ruby ) - mysql? ( >=dev-ruby/mysql-ruby-2.7 ) - postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )" diff --git a/dev-ruby/activerecord/activerecord-2.0.4.ebuild b/dev-ruby/activerecord/activerecord-2.0.4.ebuild deleted file mode 100644 index be0f6894fa45..000000000000 --- a/dev-ruby/activerecord/activerecord-2.0.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.0.4.ebuild,v 1.1 2008/09/12 05:56:06 graaff Exp $ - -inherit ruby gems - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="mysql postgres sqlite sqlite3" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-2.0.4 - sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) - sqlite3? ( dev-ruby/sqlite3-ruby ) - mysql? ( >=dev-ruby/mysql-ruby-2.7 ) - postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )" diff --git a/dev-ruby/activerecord/activerecord-2.1.0.ebuild b/dev-ruby/activerecord/activerecord-2.1.0.ebuild deleted file mode 100644 index e32bb08a0980..000000000000 --- a/dev-ruby/activerecord/activerecord-2.1.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.1.0.ebuild,v 1.1 2008/06/17 05:40:54 graaff Exp $ - -inherit ruby gems - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" - -LICENSE="MIT" -SLOT="2.1" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="mysql postgres sqlite sqlite3" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.5 - ~dev-ruby/activesupport-2.1.0 - sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) - sqlite3? ( dev-ruby/sqlite3-ruby ) - mysql? ( >=dev-ruby/mysql-ruby-2.7 ) - postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )" diff --git a/dev-ruby/activerecord/activerecord-2.1.1.ebuild b/dev-ruby/activerecord/activerecord-2.1.1.ebuild deleted file mode 100644 index 8ae2de0cdbe5..000000000000 --- a/dev-ruby/activerecord/activerecord-2.1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.1.1.ebuild,v 1.1 2008/09/13 09:06:38 graaff Exp $ - -inherit ruby gems - -DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" -HOMEPAGE="http://rubyforge.org/projects/activerecord/" - -LICENSE="MIT" -SLOT="2.1" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="mysql postgres sqlite sqlite3" -RESTRICT="test" - -DEPEND=">=dev-lang/ruby-1.8.5 - ~dev-ruby/activesupport-2.1.1 - sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 ) - sqlite3? ( dev-ruby/sqlite3-ruby ) - mysql? ( >=dev-ruby/mysql-ruby-2.7 ) - postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )" |