summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 15:42:15 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 15:42:15 +0000
commit06899b39e5b8dc37ad7e6394211667ebba41aad4 (patch)
tree3d6afb0cec202d55d6d980f82e962f3a6eefee14 /app-crypt/gringotts
parentStable on x86. (diff)
downloadhistorical-06899b39e5b8dc37ad7e6394211667ebba41aad4.tar.gz
historical-06899b39e5b8dc37ad7e6394211667ebba41aad4.tar.bz2
historical-06899b39e5b8dc37ad7e6394211667ebba41aad4.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-crypt/gringotts')
-rw-r--r--app-crypt/gringotts/ChangeLog5
-rw-r--r--app-crypt/gringotts/Manifest8
-rw-r--r--app-crypt/gringotts/gringotts-0.6.2.ebuild4
3 files changed, 10 insertions, 7 deletions
diff --git a/app-crypt/gringotts/ChangeLog b/app-crypt/gringotts/ChangeLog
index bdbf15c866a5..c02787acfed0 100644
--- a/app-crypt/gringotts/ChangeLog
+++ b/app-crypt/gringotts/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/gringotts
# Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.14 2004/04/18 18:05:12 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/ChangeLog,v 1.15 2004/04/26 15:42:15 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> gringotts-0.6.2.ebuild:
+ Add die following econf for bug 48950
18 Apr 2004; L. Boshell <liquidx@gentoo.org> gringotts-1.2.8.ebuild:
Marked stable on x86. Remove GTK_DISABLE_DEPRECATED macro from Makefile,
diff --git a/app-crypt/gringotts/Manifest b/app-crypt/gringotts/Manifest
index 2362f86c4d35..c84de21095aa 100644
--- a/app-crypt/gringotts/Manifest
+++ b/app-crypt/gringotts/Manifest
@@ -1,8 +1,8 @@
-MD5 b46669e0c51d4cbd25af886d608f7447 ChangeLog 2010
+MD5 fdbd8f901262f0ad07594f54ea482763 gringotts-1.2.8.ebuild 1025
+MD5 da6935363bb97b9e84505b0362165544 gringotts-0.6.2.ebuild 840
MD5 db096c10c1ff182160c98c8dc95ef2e2 gringotts-1.2.7.ebuild 857
-MD5 dfdadf7410fe623745212d087260052e gringotts-0.6.2.ebuild 813
+MD5 2f01a33f935ae252e083ffcb5dbed6f1 ChangeLog 2124
MD5 978ca7de1eb30365afc7555b471468a6 metadata.xml 219
-MD5 fdbd8f901262f0ad07594f54ea482763 gringotts-1.2.8.ebuild 1025
+MD5 f5f93f35d5e5ff64be8c75de6bde2964 files/digest-gringotts-0.6.2 68
MD5 382c31ccfb9cfcf8055a4796357f2ba0 files/digest-gringotts-1.2.7 68
MD5 238aeb98d1470931a9e60395575595d4 files/digest-gringotts-1.2.8 68
-MD5 f5f93f35d5e5ff64be8c75de6bde2964 files/digest-gringotts-0.6.2 68
diff --git a/app-crypt/gringotts/gringotts-0.6.2.ebuild b/app-crypt/gringotts/gringotts-0.6.2.ebuild
index 563f76ee5d14..2819973e2eb2 100644
--- a/app-crypt/gringotts/gringotts-0.6.2.ebuild
+++ b/app-crypt/gringotts/gringotts-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.6.2.ebuild,v 1.6 2004/01/25 12:30:28 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gringotts/gringotts-0.6.2.ebuild,v 1.7 2004/04/26 15:42:15 agriffis Exp $
DESCRIPTION="Gringotts is a utility that allows you to jot down sensitive data"
SRC_URI="http://devel.pluto.linux.it/projects/Gringotts/current/${P}.tar.bz2"
@@ -19,7 +19,7 @@ DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}