diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 21:39:26 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 21:39:26 +0000 |
commit | 942ed4d4f86c9efbb46f1c5f09923659524b15b4 (patch) | |
tree | 8744440d69c795595d7a8983f561b54eb08e7c4f /app-crypt/cryptplug | |
parent | QA: Use die between || and the text; keepdir takes a list and we don't need t... (diff) | |
download | historical-942ed4d4f86c9efbb46f1c5f09923659524b15b4.tar.gz historical-942ed4d4f86c9efbb46f1c5f09923659524b15b4.tar.bz2 historical-942ed4d4f86c9efbb46f1c5f09923659524b15b4.zip |
QA: Use die between || and the text.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-crypt/cryptplug')
-rw-r--r-- | app-crypt/cryptplug/Manifest | 18 | ||||
-rw-r--r-- | app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild | 6 |
2 files changed, 17 insertions, 7 deletions
diff --git a/app-crypt/cryptplug/Manifest b/app-crypt/cryptplug/Manifest index 964d7f06e126..230789ef6470 100644 --- a/app-crypt/cryptplug/Manifest +++ b/app-crypt/cryptplug/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 fd720a05585ed83c7766aded2811ff9d ChangeLog 3362 -MD5 99f118072c5b38f05722b00e8e9155c3 cryptplug-0.3.16-r1.ebuild 946 -MD5 566cf4f89e44670d0aba4a745913d748 metadata.xml 224 -MD5 fcd6801f3b4a1d686f007e21116d0068 files/digest-cryptplug-0.3.16-r1 68 -MD5 6768ce3b7b579632728e609be93e902c files/cryptplug-0.3.16-initialize-fix.diff 365 +MD5 56c7c1f25bc2bc3e86088cd78d552532 cryptplug-0.3.16-r1.ebuild 952 MD5 cdccd69cf2aa5ae99581ec0f966ba4ed files/cryptplug-0.3.16-64bit.dif 452 +MD5 6768ce3b7b579632728e609be93e902c files/cryptplug-0.3.16-initialize-fix.diff 365 +MD5 fcd6801f3b4a1d686f007e21116d0068 files/digest-cryptplug-0.3.16-r1 68 +MD5 566cf4f89e44670d0aba4a745913d748 metadata.xml 224 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC0ZWZI1lqEGTUzyQRAo4XAJ9RPmJb6Q5254w4Eva172eQTNP4SgCfc6ic +SohkDq9L5Snk2ni81A3ovwY= +=jejh +-----END PGP SIGNATURE----- diff --git a/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild b/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild index bee200d6268a..3d13671a4fc0 100644 --- a/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild +++ b/app-crypt/cryptplug/cryptplug-0.3.16-r1.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/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild,v 1.11 2005/01/01 12:28:16 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/cryptplug-0.3.16-r1.ebuild,v 1.12 2005/07/10 21:39:26 swegener Exp $ inherit eutils @@ -29,8 +29,8 @@ src_unpack() { src_compile() { export GPGME_CONFIG=${ROOT}/usr/bin/gpgme3-config - econf || "configure failed" - emake || "make failed" + econf || die "configure failed" + emake || die "make failed" } src_install() { |