summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-11-23 11:38:16 +0000
committerJakub Moc <jakub@gentoo.org>2007-11-23 11:38:16 +0000
commitaf86c6d402a9d86304ac53f5922c567fbe7af5c3 (patch)
tree8cd5e27305b830619844014d15f0d5480448e28b /sys-auth
parentNuke overquoting (diff)
downloadsunrise-reviewed-af86c6d402a9d86304ac53f5922c567fbe7af5c3.tar.gz
sunrise-reviewed-af86c6d402a9d86304ac53f5922c567fbe7af5c3.tar.bz2
sunrise-reviewed-af86c6d402a9d86304ac53f5922c567fbe7af5c3.zip
sys-auth/kstart-krenew: epatch and econf die on their own with a useful message
svn path=/sunrise/; revision=5101
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 f307538a7..a4cc7bb49 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: $
+ 23 Nov 2007; Jakub Moc <jakub@gentoo.org> kstart-krenew-3.10.ebuild:
+ epatch and econf die on their own with a useful message
+
18 Nov 2007; Oliver Borm (boroli) <oli.borm@web.de>
+files/kstart-3.10-happy-tickets.patch, +metadata.xml,
+kstart-krenew-3.10.ebuild:
diff --git a/sys-auth/kstart-krenew/Manifest b/sys-auth/kstart-krenew/Manifest
index eeed9d155..fc0be5300 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 1022 RMD160 23acbfccb06423475c55c51992f9612e1779d83e SHA1 be72c0161ea5046dd7ee0655a6532b955283dd45 SHA256 033a4c3d4acb39d06acb3d50df862eb1117d270537fa22da466389ab749ed071
-MISC ChangeLog 378 RMD160 986afad023aa93d04cb71d53c63f77f0b3fd2cce SHA1 39b76a543b9877f935a19f4462d750c405ebbe12 SHA256 6fbf080f04d3d579e0c114d275ae5ea663d425490a6aabe7cb46a0d94b92723f
+EBUILD kstart-krenew-3.10.ebuild 964 RMD160 ab6ef193a1f0d59397f825dd872d1e1a02bf123f SHA1 87c81c24fd59a5facd5887d4155b8e0673185cb6 SHA256 63305d318342525c3b045a890d089e6169aaff8f8271f08744e055c4d8202d97
+MISC ChangeLog 508 RMD160 98080187b124ea64c50b782313b1e077783c521c SHA1 c6a9d932043404698414b97d8a364f5cb68379b7 SHA256 bea95c16a49a1a340a43ee95dc0bce3b7a9bc6f10002f670b4aa9f5e382cd0a2
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 90e484d13..7b287c772 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"
}