summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-04-09 13:01:20 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-04-09 13:01:20 +0000
commitfa60a1455dffdc5c8e5d22c29db53bea4e37a917 (patch)
tree00f340153c81ef0c0b6d5d65d489043c4d74dfe6 /dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild
parentDon't run automake two times when the versions differs. (diff)
downloadgentoo-2-fa60a1455dffdc5c8e5d22c29db53bea4e37a917.tar.gz
gentoo-2-fa60a1455dffdc5c8e5d22c29db53bea4e37a917.tar.bz2
gentoo-2-fa60a1455dffdc5c8e5d22c29db53bea4e37a917.zip
Change homepage and inherit ruby from bug #129271
(Portage version: 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.ebuild21
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"