summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-11-28 10:33:30 +0000
committerJakub Moc <jakub@gentoo.org>2007-11-28 10:33:30 +0000
commit6bd9356ba37b7dd5626245a327e30527e22d65cd (patch)
tree6e12fbaab6b2c6baed38b3023ae70d50e40d0557 /sys-auth
parentsci-libs/cgnslib: Added additional die commands to ebuild, thanks to Maxim Lo... (diff)
downloadsunrise-reviewed-6bd9356ba37b7dd5626245a327e30527e22d65cd.tar.gz
sunrise-reviewed-6bd9356ba37b7dd5626245a327e30527e22d65cd.tar.bz2
sunrise-reviewed-6bd9356ba37b7dd5626245a327e30527e22d65cd.zip
sys-auth/kstart-krenew: Remove redundant || die once again
svn path=/sunrise/; revision=5127
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/kstart-krenew/ChangeLog3
-rw-r--r--sys-auth/kstart-krenew/Manifest4
-rw-r--r--sys-auth/kstart-krenew/kstart-krenew-3.10.ebuild4
3 files changed, 7 insertions, 4 deletions
diff --git a/sys-auth/kstart-krenew/ChangeLog b/sys-auth/kstart-krenew/ChangeLog
index b00cb5570..9f23fe5f9 100644
--- a/sys-auth/kstart-krenew/ChangeLog
+++ b/sys-auth/kstart-krenew/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 Nov 2007; Jakub Moc <jakub@gentoo.org> kstart-krenew-3.10.ebuild:
+ Remove redundant || die once again
+
26 Nov 2007; Oliver Borm (boroli) oli.borm@web.de
kstart-krenew-3.10.ebuild:
Ebuild with heimdal support and man page installation, thanks to Roland
diff --git a/sys-auth/kstart-krenew/Manifest b/sys-auth/kstart-krenew/Manifest
index 14e13f027..8d1bfe58d 100644
--- a/sys-auth/kstart-krenew/Manifest
+++ b/sys-auth/kstart-krenew/Manifest
@@ -1,5 +1,5 @@
AUX kstart-3.10-happy-tickets.patch 5958 RMD160 378e2d570f5934451514c5bc1c3b7345fb6eb28e SHA1 2ebf28f43e9297039a5c8fef72e0ba96791f5053 SHA256 f23d38bd6ed390aa60efd7f30df25553e35d335f88d08c45987e512586f8edcd
DIST kstart-3.10.tar.gz 123477 RMD160 92cf78288fade9a6d7d407989d41be641619ce3d SHA1 15584458988b37aa1719b83a9ba80434858fe4be SHA256 120320685f67776f823830c93a154a5960209f2e09f55e0519debcd18e89ffea
-EBUILD kstart-krenew-3.10.ebuild 1003 RMD160 3b9e7683fb1da2484777b6173a389db21ab7933a SHA1 58005099f5e212cf6175ca1f8dcad0d1bf3c692e SHA256 86625cb75206686d21a6fc5fe78e294059e5b59107c1086bb6b853e0402bea52
-MISC ChangeLog 680 RMD160 8654c849aae284d3c1cefabcb981aedcf2f027ce SHA1 ac636fb428009a8149dec8fd875c7793c4d938cc SHA256 39626e9eddaeda95123787383a06f30e27d7b686d9fbb16ea6143a4a865e3e55
+EBUILD kstart-krenew-3.10.ebuild 945 RMD160 f4aa2196f929bfa40fa1d361feed8da8c310150c SHA1 1539681707a9b5190c6246bf1b7ee3857cb6326b SHA256 6419f6f758eedb512a78835223471e8fe473bb8a6066dd9b9fc0820119b09ec0
+MISC ChangeLog 789 RMD160 fd559cf47ba5309d3ffb1eafd5bd83bf892bebd5 SHA1 d1a3909bbd2298071d1915f517f062ccdc7e4919 SHA256 55d1f4d4e367831fb3d6898bf15bbc5f63d8e783ccbaf0738c8bbee78ba8ed3d
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sys-auth/kstart-krenew/kstart-krenew-3.10.ebuild b/sys-auth/kstart-krenew/kstart-krenew-3.10.ebuild
index 2b7d76efd..63afd142a 100644
--- a/sys-auth/kstart-krenew/kstart-krenew-3.10.ebuild
+++ b/sys-auth/kstart-krenew/kstart-krenew-3.10.ebuild
@@ -24,14 +24,14 @@ src_unpack() {
unpack "${A}"
cd "${S}"
- epatch "${FILESDIR}"/kstart-"${PV}"-happy-tickets.patch || die "could not configure"
+ epatch "${FILESDIR}"/kstart-"${PV}"-happy-tickets.patch
}
src_compile() {
econf \
$(use_enable krb4 k4start) \
$(use_with kerberos) \
- $(use_with afs aklog /usr/bin/aklog) || die "could not configure"
+ $(use_with afs aklog /usr/bin/aklog)
emake || die "emake failed"
}