diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-09-23 01:36:59 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-09-23 01:36:59 +0000 |
commit | 53dc6334e29148f3fdbf7611e555d16b7d1a9fce (patch) | |
tree | cd339cbb849f87fb50f0975da3d419ae25f3dfa3 /dev-ruby/activerecord | |
parent | Use a relative link over an absolute one (diff) | |
download | gentoo-2-53dc6334e29148f3fdbf7611e555d16b7d1a9fce.tar.gz gentoo-2-53dc6334e29148f3fdbf7611e555d16b7d1a9fce.tar.bz2 gentoo-2-53dc6334e29148f3fdbf7611e555d16b7d1a9fce.zip |
Remove old versions
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.10.1.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.6.0.ebuild | 24 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.7.0.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.8.0.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.9.0.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.9.1.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.10.1 | 1 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.6.0 | 1 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.7.0 | 1 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.8.0 | 1 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.9.0 | 1 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.9.1 | 1 |
13 files changed, 7 insertions, 152 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index c51c45c3f83e..f6deb10675bc 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.13 2005/08/01 18:49:15 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.14 2005/09/23 01:35:44 caleb Exp $ + + 23 Sep 2005; Caleb Tennis <caleb@gentoo.org> -activerecord-1.6.0.ebuild, + -activerecord-1.7.0.ebuild, -activerecord-1.8.0.ebuild, + -activerecord-1.9.0.ebuild, -activerecord-1.9.1.ebuild, + -activerecord-1.10.1.ebuild: + Remove old versions 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> activerecord-1.11.1.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.10.1.ebuild b/dev-ruby/activerecord/activerecord-1.10.1.ebuild deleted file mode 100644 index d5b7569adb0c..000000000000 --- a/dev-ruby/activerecord/activerecord-1.10.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.10.1.ebuild,v 1.3 2005/07/12 11:10:26 dholm 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://rubyforge.org/frs/download.php/4146/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -RESTRICT="test" - -DEPEND="=dev-lang/ruby-1.8* - >=dev-ruby/activesupport-1.0.4" diff --git a/dev-ruby/activerecord/activerecord-1.6.0.ebuild b/dev-ruby/activerecord/activerecord-1.6.0.ebuild deleted file mode 100644 index ea947e424cb8..000000000000 --- a/dev-ruby/activerecord/activerecord-1.6.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.6.0.ebuild,v 1.1 2005/02/16 05:40:45 pythonhead 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://rubyforge.org/frs/download.php/2762/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="=dev-lang/ruby-1.8*" - -src_test() { - echo "Skipping rake test. It requires setting up live databases" - echo "and is beyond the scope of portage testing." -} - diff --git a/dev-ruby/activerecord/activerecord-1.7.0.ebuild b/dev-ruby/activerecord/activerecord-1.7.0.ebuild deleted file mode 100644 index 91e557da70da..000000000000 --- a/dev-ruby/activerecord/activerecord-1.7.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.7.0.ebuild,v 1.2 2005/03/08 18:22:31 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://rubyforge.org/frs/download.php/3190/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="=dev-lang/ruby-1.8* - >=dev-ruby/activesupport-1.0.0" - -src_test() { - echo "Skipping rake test. It requires setting up live databases" - echo "and is beyond the scope of portage testing." -} - diff --git a/dev-ruby/activerecord/activerecord-1.8.0.ebuild b/dev-ruby/activerecord/activerecord-1.8.0.ebuild deleted file mode 100644 index 7394fa0d3e8e..000000000000 --- a/dev-ruby/activerecord/activerecord-1.8.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.8.0.ebuild,v 1.1 2005/03/11 02:05:32 pythonhead 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://rubyforge.org/frs/download.php/3326/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="=dev-lang/ruby-1.8* - >=dev-ruby/activesupport-1.0.1" - -src_test() { - echo "Skipping rake test. It requires setting up live databases" - echo "and is beyond the scope of portage testing." -} - diff --git a/dev-ruby/activerecord/activerecord-1.9.0.ebuild b/dev-ruby/activerecord/activerecord-1.9.0.ebuild deleted file mode 100644 index b11c96ecd500..000000000000 --- a/dev-ruby/activerecord/activerecord-1.9.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.9.0.ebuild,v 1.2 2005/07/27 13:04:03 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://rubyforge.org/frs/download.php/3587/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="=dev-lang/ruby-1.8* - >=dev-ruby/activesupport-1.0.2" - -src_test() { - echo "Skipping rake test. It requires setting up live databases" - echo "and is beyond the scope of portage testing." -} - diff --git a/dev-ruby/activerecord/activerecord-1.9.1.ebuild b/dev-ruby/activerecord/activerecord-1.9.1.ebuild deleted file mode 100644 index 23a6d6470107..000000000000 --- a/dev-ruby/activerecord/activerecord-1.9.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.9.1.ebuild,v 1.2 2005/04/01 18:12:38 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://rubyforge.org/frs/download.php/3680/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="=dev-lang/ruby-1.8* - >=dev-ruby/activesupport-1.0.3" - -src_test() { - echo "Skipping rake test. It requires setting up live databases" - echo "and is beyond the scope of portage testing." -} - diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.10.1 b/dev-ruby/activerecord/files/digest-activerecord-1.10.1 deleted file mode 100644 index b498547039f4..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.10.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 aa2b215c928be42268c1736fa279cfe5 activerecord-1.10.1.gem 256512 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.6.0 b/dev-ruby/activerecord/files/digest-activerecord-1.6.0 deleted file mode 100644 index f2c58e56306d..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.6.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f232ffe8714603480f88e5e2409d2765 activerecord-1.6.0.gem 278016 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.7.0 b/dev-ruby/activerecord/files/digest-activerecord-1.7.0 deleted file mode 100644 index 6e52f311a95d..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 fff35db9eddfa5d80a0f02a1871f97bf activerecord-1.7.0.gem 279040 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.8.0 b/dev-ruby/activerecord/files/digest-activerecord-1.8.0 deleted file mode 100644 index d7bae484b655..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.8.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f3599251f640c9bda770affb9b359651 activerecord-1.8.0.gem 285184 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.9.0 b/dev-ruby/activerecord/files/digest-activerecord-1.9.0 deleted file mode 100644 index b2c5c3da1d0a..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.9.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5123ed0b6cd314e3e41beec907912f3 activerecord-1.9.0.gem 287232 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.9.1 b/dev-ruby/activerecord/files/digest-activerecord-1.9.1 deleted file mode 100644 index d4b51c549ba7..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c9018e37ab1a50059b24cd528740a89e activerecord-1.9.1.gem 243200 |