summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2004-11-22 18:00:25 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2004-11-22 18:00:25 +0000
commit5bc36e865f67f754d5086df3c2b0b03b3a92b726 (patch)
tree375a9c1d716b309b2cd42b4e4a32c8db5e8a10f6 /app-crypt
parentMarked 0.3.8 stable (x86). Don't use einstall (bug #72024). Removed old ebuil... (diff)
downloadgentoo-2-5bc36e865f67f754d5086df3c2b0b03b3a92b726.tar.gz
gentoo-2-5bc36e865f67f754d5086df3c2b0b03b3a92b726.tar.bz2
gentoo-2-5bc36e865f67f754d5086df3c2b0b03b3a92b726.zip
Avoid einstall (bug #72009)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gringotts/ChangeLog6
-rw-r--r--app-crypt/gringotts/gringotts-1.2.8-r1.ebuild4
-rw-r--r--app-crypt/gringotts/gringotts-1.2.8.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog
index 0ec423e4dee1..0f2311d60dbc 100644
--- a/app-crypt/gringotts/ChangeLog
+++ b/app-crypt/gringotts/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/gringotts
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.18 2004/11/12 06:09:35 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.19 2004/11/22 18:00:25 leonardop Exp $
+
+ 22 Nov 2004; Leonardo Boshell <leonardop@gentoo.org> gringotts-1.2.8.ebuild,
+ gringotts-1.2.8-r1.ebuild:
+ Don't use einstall. See bug #72009.
*gringotts-1.2.8-r1 (12 Nov 2004)
diff --git a/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild b/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild
index 4f0d955ef068..af32a8e4a8fd 100644
--- a/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild
+++ b/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild,v 1.1 2004/11/12 06:09:35 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8-r1.ebuild,v 1.2 2004/11/22 18:00:25 leonardop Exp $
DESCRIPTION="Utility that allows you to jot down sensitive data"
HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/"
@@ -28,7 +28,7 @@ src_unpack() {
}
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
# The FAQ and README documents shouldn't be gzip'd, as they need to be
# available in plain format when they are called from the `Help' menu.
diff --git a/app-crypt/gringotts/gringotts-1.2.8.ebuild b/app-crypt/gringotts/gringotts-1.2.8.ebuild
index 4190cd4ec4e7..4935d4b28e3a 100644
--- a/app-crypt/gringotts/gringotts-1.2.8.ebuild
+++ b/app-crypt/gringotts/gringotts-1.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8.ebuild,v 1.6 2004/10/05 11:46:56 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-1.2.8.ebuild,v 1.7 2004/11/22 18:00:25 leonardop Exp $
DESCRIPTION="Utility that allows you to jot down sensitive data"
HOMEPAGE="http://devel.pluto.linux.it/projects/Gringotts/"
@@ -27,7 +27,7 @@ src_unpack() {
}
src_install() {
- einstall || die
+ make DESTDIR=${D} install || die
# The FAQ and README documents shouldn't be gzip'd, as they need to be
# available in plain format when they are called from the `Help' menu.