summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-11-04 23:07:34 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-11-04 23:07:34 +0000
commitb324d2f9670f4e450677226c8e8bc93db7f270a6 (patch)
tree6298dd4e5cc50a640e3f4a2a57dddf40193dbe0d /dev-ruby/extensions/extensions-0.6.0.ebuild
parentVersion bump; bug #111101. (diff)
downloadgentoo-2-b324d2f9670f4e450677226c8e8bc93db7f270a6.tar.gz
gentoo-2-b324d2f9670f4e450677226c8e8bc93db7f270a6.tar.bz2
gentoo-2-b324d2f9670f4e450677226c8e8bc93db7f270a6.zip
Initial import
(Portage version: 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.ebuild19
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"