diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-04-09 13:01:20 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-04-09 13:01:20 +0000 |
commit | fdcde6900cb4d6a992a747f725e11bdfc0123f25 (patch) | |
tree | 7eecac721f2d3480909ffa272fa5520bfc60686f /dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | |
parent | Don't run automake two times when the versions differs. (diff) | |
download | historical-fdcde6900cb4d6a992a747f725e11bdfc0123f25.tar.gz historical-fdcde6900cb4d6a992a747f725e11bdfc0123f25.tar.bz2 historical-fdcde6900cb4d6a992a747f725e11bdfc0123f25.zip |
Change homepage and inherit ruby from bug #129271
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild')
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild index 1c364b698b4c..0752005df91e 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild @@ -1,22 +1,15 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.9 2006/01/31 19:54:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.10 2006/04/09 13:01:20 caleb Exp $ + +inherit ruby DESCRIPTION="An extension library to access a PostgreSQL database from Ruby" -HOMEPAGE="http://www.postgresql.jp/interfaces/ruby/" -SRC_URI="http://www.postgresql.jp/interfaces/ruby/archive/${P}.tar.gz" +HOMEPAGE="http://ruby.scripting.ca/postgres" +SRC_URI="http://ruby.scripting.ca/postgres/archive/${P}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="alpha ~amd64 hppa ia64 mips ppc sparc x86" IUSE="" -DEPEND=">=dev-lang/ruby-1.3.4 - >=dev-db/postgresql-6.4" - -src_compile() { - ruby extconf.rb || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die -} +USE_RUBY="ruby18" +DEPEND=">=dev-db/postgresql-6.4" |