diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-09-15 22:23:57 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-09-15 22:23:57 +0000 |
commit | 2838072f2e63f422ccb8b801df27ac168aa1c640 (patch) | |
tree | 4d24a41dc7b110faea7c903c42d9b24449920422 /dev-ruby/nano-methods/nano-methods-0.8.2.ebuild | |
parent | Mark 1.5.0-r2 stable on alpha (diff) | |
download | historical-2838072f2e63f422ccb8b801df27ac168aa1c640.tar.gz historical-2838072f2e63f422ccb8b801df27ac168aa1c640.tar.bz2 historical-2838072f2e63f422ccb8b801df27ac168aa1c640.zip |
Initial import. Added as a dependency for dev-ruby/nitro.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-ruby/nano-methods/nano-methods-0.8.2.ebuild')
-rw-r--r-- | dev-ruby/nano-methods/nano-methods-0.8.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/nano-methods/nano-methods-0.8.2.ebuild b/dev-ruby/nano-methods/nano-methods-0.8.2.ebuild new file mode 100644 index 000000000000..3e8c31767417 --- /dev/null +++ b/dev-ruby/nano-methods/nano-methods-0.8.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nano-methods/nano-methods-0.8.2.ebuild,v 1.1 2005/09/15 22:23:57 citizen428 Exp $ + +inherit ruby gems + +MY_P="${P/-methods/}" + +USE_RUBY="ruby18" +DESCRIPTION="Ruby's Atomic Library" +HOMEPAGE="http://nano.rubyforge.org/" +SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="virtual/ruby" + +S="${WORKDIR}/${MY_P}" |