diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-11 02:03:21 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-11 02:03:21 +0000 |
commit | 1f543d91ceb65ce7f959f84df32e456f55074136 (patch) | |
tree | 3c34cd64ebb21d639deebfeea47abf134f942013 /dev-ruby/activesupport/activesupport-1.0.1.ebuild | |
parent | New release (1.6.3) (diff) | |
download | gentoo-2-1f543d91ceb65ce7f959f84df32e456f55074136.tar.gz gentoo-2-1f543d91ceb65ce7f959f84df32e456f55074136.tar.bz2 gentoo-2-1f543d91ceb65ce7f959f84df32e456f55074136.zip |
Version bump.
(Portage version: 2.0.51.18)
Diffstat (limited to 'dev-ruby/activesupport/activesupport-1.0.1.ebuild')
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.0.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/activesupport/activesupport-1.0.1.ebuild b/dev-ruby/activesupport/activesupport-1.0.1.ebuild new file mode 100644 index 000000000000..3042158cf77f --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.0.1.ebuild @@ -0,0 +1,18 @@ +# 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*" |