From 5bc36e865f67f754d5086df3c2b0b03b3a92b726 Mon Sep 17 00:00:00 2001 From: Leonardo Boshell Date: Mon, 22 Nov 2004 18:00:25 +0000 Subject: Avoid einstall (bug #72009) --- app-crypt/gringotts/ChangeLog | 6 +++++- app-crypt/gringotts/gringotts-1.2.8-r1.ebuild | 4 ++-- app-crypt/gringotts/gringotts-1.2.8.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'app-crypt') 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 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. -- cgit v1.2.3-65-gdbad