diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-01-04 13:42:44 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2007-01-04 13:42:44 +0000 |
commit | 6f2b3b07b35c2a3464f53b9b02aafbc3e3471f00 (patch) | |
tree | a2ca54ca5fa729e2d1c6d3d2b33fa651a32d17a7 /dev-ruby/fastthread/fastthread-0.5.3.1.ebuild | |
parent | Apply the sparc64 patch when using the build useflag, or building stages with... (diff) | |
download | gentoo-2-6f2b3b07b35c2a3464f53b9b02aafbc3e3471f00.tar.gz gentoo-2-6f2b3b07b35c2a3464f53b9b02aafbc3e3471f00.tar.bz2 gentoo-2-6f2b3b07b35c2a3464f53b9b02aafbc3e3471f00.zip |
New ebuild, for #126925
(Portage version: 2.1.1)
Diffstat (limited to 'dev-ruby/fastthread/fastthread-0.5.3.1.ebuild')
-rw-r--r-- | dev-ruby/fastthread/fastthread-0.5.3.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ruby/fastthread/fastthread-0.5.3.1.ebuild b/dev-ruby/fastthread/fastthread-0.5.3.1.ebuild new file mode 100644 index 000000000000..a7f4eb9d7692 --- /dev/null +++ b/dev-ruby/fastthread/fastthread-0.5.3.1.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.5.3.1.ebuild,v 1.1 2007/01/04 13:42:43 pclouds 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="~x86" +IUSE="" |