summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-12-11 17:59:31 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-12-11 17:59:31 +0000
commit5cd7cdaaf9bfeb4fc615aff2e279e3afe62bdb32 (patch)
treeec112f11e63d0965082a6927da12e3ab1e08346c /dev-ruby
parentAdd Portuguese (pt) longdescription (diff)
downloadhistorical-5cd7cdaaf9bfeb4fc615aff2e279e3afe62bdb32.tar.gz
historical-5cd7cdaaf9bfeb4fc615aff2e279e3afe62bdb32.tar.bz2
historical-5cd7cdaaf9bfeb4fc615aff2e279e3afe62bdb32.zip
Change einstall to make DESTDIR install. Closes bug #114692
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-postgres/ChangeLog5
-rw-r--r--dev-ruby/ruby-postgres/Manifest6
-rw-r--r--dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild4
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog
index aedccaed9e12..7892fed64c1e 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.4 2005/10/03 13:25:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.5 2005/12/11 17:59:31 caleb Exp $
+
+ 11 Dec 2005; Caleb Tennis <caleb@gentoo.org> ruby-postgres-0.7.1.ebuild:
+ Change einstall to make DESTDIR install. Closes bug #114692
03 Oct 2005; Aron Griffis <agriffis@gentoo.org>
ruby-postgres-0.7.1.ebuild:
diff --git a/dev-ruby/ruby-postgres/Manifest b/dev-ruby/ruby-postgres/Manifest
index 8fc648bb4104..96b872548f91 100644
--- a/dev-ruby/ruby-postgres/Manifest
+++ b/dev-ruby/ruby-postgres/Manifest
@@ -1,4 +1,4 @@
-MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
-MD5 48faf15e261b80621e03b252756fb90c ChangeLog 594
-MD5 42524e256462cc2d37cf0c90f7babd97 ruby-postgres-0.7.1.ebuild 663
+MD5 db4579214c36856d0b0a005359ac6b36 ChangeLog 730
MD5 a2ddae4b1f9d97aa89560c3c75aa8c44 files/digest-ruby-postgres-0.7.1 70
+MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
+MD5 30bce8211ccbf68621efc2f250c80794 ruby-postgres-0.7.1.ebuild 677
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 5f6444088187..2d7dc3a4e4a4 100644
--- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild
+++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.6 2005/10/03 13:25:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.ebuild,v 1.7 2005/12/11 17:59:31 caleb Exp $
DESCRIPTION="An extension library to access a PostgreSQL database from Ruby"
HOMEPAGE="http://www.postgresql.jp/interfaces/ruby/"
@@ -18,5 +18,5 @@ src_compile() {
}
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
}