diff options
author | Christian Marie <pingu@gentoo.org> | 2007-02-01 05:51:24 +0000 |
---|---|---|
committer | Christian Marie <pingu@gentoo.org> | 2007-02-01 05:51:24 +0000 |
commit | 4def6c7e32fd6e69ac15c5c979de131df99f3810 (patch) | |
tree | c4742e487e19d8e9057098463f6119c0a0e89226 /dev-ruby/fastthread/fastthread-0.6.3.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-4def6c7e32fd6e69ac15c5c979de131df99f3810.tar.gz gentoo-2-4def6c7e32fd6e69ac15c5c979de131df99f3810.tar.bz2 gentoo-2-4def6c7e32fd6e69ac15c5c979de131df99f3810.zip |
Version bump
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-ruby/fastthread/fastthread-0.6.3.ebuild')
-rw-r--r-- | dev-ruby/fastthread/fastthread-0.6.3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ruby/fastthread/fastthread-0.6.3.ebuild b/dev-ruby/fastthread/fastthread-0.6.3.ebuild new file mode 100644 index 000000000000..8e67111627ce --- /dev/null +++ b/dev-ruby/fastthread/fastthread-0.6.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fastthread/fastthread-0.6.3.ebuild,v 1.1 2007/02/01 05:51:24 pingu Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Optimized replacement for thread.rb primitives" +# Mongrel hosts gem_plugin, so setting that as homepage +HOMEPAGE="http://mongrel.rubyforge.org/" +SRC_URI="http://mongrel.rubyforge.org/releases/gems/${P}.gem" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" +IUSE="" |