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 | 3a4bcb1ae84cb7916a04ac5d7d7abcbcc5dd3128 (patch) | |
tree | dd21cb4f57bbf640ce5071e84376bd663a423d4c /dev-ruby/activesupport | |
parent | Remove old versions (diff) | |
download | gentoo-2-3a4bcb1ae84cb7916a04ac5d7d7abcbcc5dd3128.tar.gz gentoo-2-3a4bcb1ae84cb7916a04ac5d7d7abcbcc5dd3128.tar.bz2 gentoo-2-3a4bcb1ae84cb7916a04ac5d7d7abcbcc5dd3128.zip |
Remove old versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.3.1.5618.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 983c09d01166..5a0052d66100 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.62 2008/06/17 05:30:21 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.63 2008/06/17 05:55:59 graaff Exp $ + + 17 Jun 2008; Hans de Graaff <graaff@gentoo.org> + -activesupport-1.3.1.5618.ebuild: + Remove old versions *activesupport-2.1.0 (17 Jun 2008) diff --git a/dev-ruby/activesupport/activesupport-1.3.1.5618.ebuild b/dev-ruby/activesupport/activesupport-1.3.1.5618.ebuild deleted file mode 100644 index a2646760898f..000000000000 --- a/dev-ruby/activesupport/activesupport-1.3.1.5618.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.1.5618.ebuild,v 1.2 2006/11/24 01:35:21 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://gems.rubyonrails.org/gems/${P}.gem" - -LICENSE="MIT" -SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-lang/ruby-1.8.5 - >=dev-ruby/rubygems-0.8.11" |