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 | fa60a1455dffdc5c8e5d22c29db53bea4e37a917 (patch) | |
tree | 00f340153c81ef0c0b6d5d65d489043c4d74dfe6 /dev-ruby | |
parent | Don't run automake two times when the versions differs. (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ruby/ruby-postgres/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild | 21 |
2 files changed, 11 insertions, 15 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog index 18d3a807bbd9..405257432a85 100644 --- a/dev-ruby/ruby-postgres/ChangeLog +++ b/dev-ruby/ruby-postgres/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-postgres # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.7 2006/01/31 19:54:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.8 2006/04/09 13:01:20 caleb Exp $ + + 09 Apr 2006; Caleb Tennis <caleb@gentoo.org> ruby-postgres-0.7.1.ebuild: + Change homepage and inherit ruby from bug #129271 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> ruby-postgres-0.7.1.ebuild: 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" |