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/activesupport | |
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/activesupport')
11 files changed, 6 insertions, 100 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 12d396afb4e1..6db424f19259 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.11 2005/08/01 18:49:15 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.12 2005/09/23 01:34:25 caleb Exp $ + + 23 Sep 2005; Caleb Tennis <caleb@gentoo.org> -activesupport-1.0.0.ebuild, + -activesupport-1.0.1.ebuild, -activesupport-1.0.2.ebuild, + -activesupport-1.0.3.ebuild, -activesupport-1.0.4.ebuild: + Remove old versions 01 Aug 2005; Ferris McCormick <fmccor@gentoo.org> activesupport-1.1.1.ebuild: diff --git a/dev-ruby/activesupport/activesupport-1.0.0.ebuild b/dev-ruby/activesupport/activesupport-1.0.0.ebuild deleted file mode 100644 index 995afa93f6c9..000000000000 --- a/dev-ruby/activesupport/activesupport-1.0.0.ebuild +++ /dev/null @@ -1,18 +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/activesupport/activesupport-1.0.0.ebuild,v 1.2 2005/03/08 18:21:07 caleb Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" -# 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/3196/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="=dev-lang/ruby-1.8*" diff --git a/dev-ruby/activesupport/activesupport-1.0.1.ebuild b/dev-ruby/activesupport/activesupport-1.0.1.ebuild deleted file mode 100644 index 3042158cf77f..000000000000 --- a/dev-ruby/activesupport/activesupport-1.0.1.ebuild +++ /dev/null @@ -1,18 +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/activesupport/activesupport-1.0.1.ebuild,v 1.1 2005/03/11 02:03:21 pythonhead Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" -# 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/3323/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="=dev-lang/ruby-1.8*" diff --git a/dev-ruby/activesupport/activesupport-1.0.2.ebuild b/dev-ruby/activesupport/activesupport-1.0.2.ebuild deleted file mode 100644 index 56e4af28fa83..000000000000 --- a/dev-ruby/activesupport/activesupport-1.0.2.ebuild +++ /dev/null @@ -1,18 +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/activesupport/activesupport-1.0.2.ebuild,v 1.1 2005/03/22 19:54:09 caleb Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" -# 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/3581/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="=dev-lang/ruby-1.8*" diff --git a/dev-ruby/activesupport/activesupport-1.0.3.ebuild b/dev-ruby/activesupport/activesupport-1.0.3.ebuild deleted file mode 100644 index 6736fd6ab9bf..000000000000 --- a/dev-ruby/activesupport/activesupport-1.0.3.ebuild +++ /dev/null @@ -1,20 +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/activesupport/activesupport-1.0.3.ebuild,v 1.2 2005/04/01 18:10:43 caleb Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" -# 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/3677/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="=dev-lang/ruby-1.8* - >=dev-ruby/rubygems-0.8.10" - diff --git a/dev-ruby/activesupport/activesupport-1.0.4.ebuild b/dev-ruby/activesupport/activesupport-1.0.4.ebuild deleted file mode 100644 index 6afac63688ee..000000000000 --- a/dev-ruby/activesupport/activesupport-1.0.4.ebuild +++ /dev/null @@ -1,20 +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/activesupport/activesupport-1.0.4.ebuild,v 1.3 2005/07/12 11:09:58 dholm Exp $ - -inherit ruby gems - -USE_RUBY="ruby18" -DESCRIPTION="Utility Classes and Extension to the Standard Library" -HOMEPAGE="http://rubyforge.org/projects/activesupport/" -# 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/4112/${P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="=dev-lang/ruby-1.8* - >=dev-ruby/rubygems-0.8.10" diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.0.0 b/dev-ruby/activesupport/files/digest-activesupport-1.0.0 deleted file mode 100644 index cae3356eef06..000000000000 --- a/dev-ruby/activesupport/files/digest-activesupport-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 70949cf387c4b34f840a954816e3b40c activesupport-1.0.0.gem 22016 diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.0.1 b/dev-ruby/activesupport/files/digest-activesupport-1.0.1 deleted file mode 100644 index db92e4a38381..000000000000 --- a/dev-ruby/activesupport/files/digest-activesupport-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 daec7e372b6787c81616b89f9ae47f65 activesupport-1.0.1.gem 23040 diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.0.2 b/dev-ruby/activesupport/files/digest-activesupport-1.0.2 deleted file mode 100644 index a0151a3c9f15..000000000000 --- a/dev-ruby/activesupport/files/digest-activesupport-1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 9b3d43feedf834e07896c6b2066e2453 activesupport-1.0.2.gem 23040 diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.0.3 b/dev-ruby/activesupport/files/digest-activesupport-1.0.3 deleted file mode 100644 index ac5245154573..000000000000 --- a/dev-ruby/activesupport/files/digest-activesupport-1.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 7fafb174f667669e5b2f39162340b0c7 activesupport-1.0.3.gem 23552 diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.0.4 b/dev-ruby/activesupport/files/digest-activesupport-1.0.4 deleted file mode 100644 index 400d492492a6..000000000000 --- a/dev-ruby/activesupport/files/digest-activesupport-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 e18cab558c865c3fc12cd46bfd265b48 activesupport-1.0.4.gem 24064 |