diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-06-28 11:47:30 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-06-28 11:47:30 +0000 |
commit | 50d4384e322bc7874e04e54f52e41cabdeee7dbc (patch) | |
tree | 07feea9e55122116e7a161fd728328770cef9d4d /dev-ruby/activesupport/activesupport-1.3.0.ebuild | |
parent | Remove old versions (diff) | |
download | historical-50d4384e322bc7874e04e54f52e41cabdeee7dbc.tar.gz historical-50d4384e322bc7874e04e54f52e41cabdeee7dbc.tar.bz2 historical-50d4384e322bc7874e04e54f52e41cabdeee7dbc.zip |
Remove old versions
Package-Manager: portage-2.1.1_pre1-r2
Diffstat (limited to 'dev-ruby/activesupport/activesupport-1.3.0.ebuild')
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.3.0.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/activesupport/activesupport-1.3.0.ebuild b/dev-ruby/activesupport/activesupport-1.3.0.ebuild deleted file mode 100644 index 81aa9f654e6c..000000000000 --- a/dev-ruby/activesupport/activesupport-1.3.0.ebuild +++ /dev/null @@ -1,20 +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/activesupport/activesupport-1.3.0.ebuild,v 1.3 2006/03/30 03:21:13 agriffis 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://gems.rubyforge.org/gems/${P}.gem" - -LICENSE="MIT" -SLOT="1.1" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.2 - >=dev-ruby/rubygems-0.8.11" |