diff options
author | 2005-11-04 23:07:34 +0000 | |
---|---|---|
committer | 2005-11-04 23:07:34 +0000 | |
commit | 729e7f80212860ea58390d3543728ec87d87c3aa (patch) | |
tree | f6e58a03f267e2918f60769cde9ceb2c6898af3e /dev-ruby/extensions/extensions-0.6.0.ebuild | |
parent | Version bump; bug #111101. (diff) | |
download | historical-729e7f80212860ea58390d3543728ec87d87c3aa.tar.gz historical-729e7f80212860ea58390d3543728ec87d87c3aa.tar.bz2 historical-729e7f80212860ea58390d3543728ec87d87c3aa.zip |
Initial import
Package-Manager: portage-2.0.53_rc3
Diffstat (limited to 'dev-ruby/extensions/extensions-0.6.0.ebuild')
-rw-r--r-- | dev-ruby/extensions/extensions-0.6.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ruby/extensions/extensions-0.6.0.ebuild b/dev-ruby/extensions/extensions-0.6.0.ebuild new file mode 100644 index 000000000000..de66483b102e --- /dev/null +++ b/dev-ruby/extensions/extensions-0.6.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/extensions/extensions-0.6.0.ebuild,v 1.1 2005/11/04 23:07:34 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Extensions to the standard Ruby library" +HOMEPAGE="http://rubyforge.org/projects/extensions/" +# 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="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.2" |