summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2006-01-10 22:44:32 +0000
committerMichael Kohl <citizen428@gentoo.org>2006-01-10 22:44:32 +0000
commit69c5530c02d429bc5d02ec28004281332555e3b2 (patch)
treead20725c21cd93e1082fe396cebd18eb87cdc5c3 /dev-ruby/needle/needle-1.3.0.ebuild
parentRemoved the nomirror directive, Paul Wessel confirmed they are no longer coun... (diff)
downloadhistorical-69c5530c02d429bc5d02ec28004281332555e3b2.tar.gz
historical-69c5530c02d429bc5d02ec28004281332555e3b2.tar.bz2
historical-69c5530c02d429bc5d02ec28004281332555e3b2.zip
Version bump.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-ruby/needle/needle-1.3.0.ebuild')
-rw-r--r--dev-ruby/needle/needle-1.3.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ruby/needle/needle-1.3.0.ebuild b/dev-ruby/needle/needle-1.3.0.ebuild
new file mode 100644
index 000000000000..6c87cb943a12
--- /dev/null
+++ b/dev-ruby/needle/needle-1.3.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/needle/needle-1.3.0.ebuild,v 1.1 2006/01/10 22:44:32 citizen428 Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Dependency injection for Ruby"
+HOMEPAGE="http://needle.rubyforge.org/"
+SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE=""
+
+USE_RUBY="ruby18"