summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-23 23:58:45 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-23 23:58:45 +0000
commit7dd52995bb5f6d486f228d51ada68ea95177d405 (patch)
treee6ba69c340dd7389eebce94c4f4d487ed0edb8a8 /dev-ruby
parentdont set EXTRA_EMAKE (Manifest recommit) (diff)
downloadgentoo-2-7dd52995bb5f6d486f228d51ada68ea95177d405.tar.gz
gentoo-2-7dd52995bb5f6d486f228d51ada68ea95177d405.tar.bz2
gentoo-2-7dd52995bb5f6d486f228d51ada68ea95177d405.zip
EXTRA_ECONF -> RUBY_ECONF
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/plruby/plruby-0.4.2.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/dev-ruby/plruby/plruby-0.4.2.ebuild b/dev-ruby/plruby/plruby-0.4.2.ebuild
index 077abbaedf3e..b732775a7b5a 100644
--- a/dev-ruby/plruby/plruby-0.4.2.ebuild
+++ b/dev-ruby/plruby/plruby-0.4.2.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plruby/plruby-0.4.2.ebuild,v 1.2 2004/07/05 16:41:13 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plruby/plruby-0.4.2.ebuild,v 1.3 2004/09/23 23:58:45 vapier Exp $
inherit ruby
-SLOT="0"
-LICENSE="Ruby"
-KEYWORDS="~x86 ~ppc"
DESCRIPTION="plruby language for PostgreSQL"
-SRC_URI="ftp://moulon.inra.fr/pub/ruby/${P}.tar.gz"
HOMEPAGE="http://moulon.inra.fr/ruby/plruby.html"
+SRC_URI="ftp://moulon.inra.fr/pub/ruby/${P}.tar.gz"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
IUSE=""
-DEPEND=">=dev-lang/ruby-1.4.4 >=dev-db/postgresql-7.1"
-EXTRA_ECONF="--with-pgsql-include=/usr/include/postgresql --with-pgsql-lib=/usr/lib"
+DEPEND=">=dev-lang/ruby-1.4.4 >=dev-db/postgresql-7.1"
+RUBY_ECONF="--with-pgsql-include=/usr/include/postgresql --with-pgsql-lib=/usr/lib"