summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-08-26 20:20:39 +0000
committerHans de Graaff <graaff@gentoo.org>2007-08-26 20:20:39 +0000
commit753fb9891af765fed3916e4f05b40b007883f117 (patch)
tree42bdfa39d94c6a3d1c12b62bd6743441c38cebd7 /dev-ruby/ruby-gsl/ruby-gsl-0.2.0.ebuild
parentmedia-sound/alsa-headers-1.0.14.ebuild: x86 stable (bug #189155) (diff)
downloadgentoo-2-753fb9891af765fed3916e4f05b40b007883f117.tar.gz
gentoo-2-753fb9891af765fed3916e4f05b40b007883f117.tar.bz2
gentoo-2-753fb9891af765fed3916e4f05b40b007883f117.zip
Initial version as per bug 188337
(Portage version: 2.1.2.12)
Diffstat (limited to 'dev-ruby/ruby-gsl/ruby-gsl-0.2.0.ebuild')
-rw-r--r--dev-ruby/ruby-gsl/ruby-gsl-0.2.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/ruby-gsl/ruby-gsl-0.2.0.ebuild b/dev-ruby/ruby-gsl/ruby-gsl-0.2.0.ebuild
new file mode 100644
index 000000000000..db768f7d135c
--- /dev/null
+++ b/dev-ruby/ruby-gsl/ruby-gsl-0.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gsl/ruby-gsl-0.2.0.ebuild,v 1.1 2007/08/26 20:20:39 graaff Exp $
+
+inherit ruby
+
+DESCRIPTION="Ruby wrapper for GNU Scientific Library"
+HOMEPAGE="http://ruby-gsl.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="sci-libs/gsl
+ dev-lang/ruby"
+RDEPEND="${DEPEND}"
+
+S="${S}/ext"