diff options
author | Oliver Borm (oli) <oli.borm@web.de> | 2007-11-26 22:13:16 +0000 |
---|---|---|
committer | Oliver Borm (oli) <oli.borm@web.de> | 2007-11-26 22:13:16 +0000 |
commit | 81eb1b5ba8429628db30f7391a6e3c88a930cfd9 (patch) | |
tree | 0b45c6c851f9d2e1ea612f0e26656d36d7fc007f /sys-auth | |
parent | sci-libs/cgnslib: Corrected some typos in the ebuild, thanks to Maxim Loginov. (diff) | |
download | sunrise-reviewed-81eb1b5ba8429628db30f7391a6e3c88a930cfd9.tar.gz sunrise-reviewed-81eb1b5ba8429628db30f7391a6e3c88a930cfd9.tar.bz2 sunrise-reviewed-81eb1b5ba8429628db30f7391a6e3c88a930cfd9.zip |
sys-auth/kstart-krenew: Ebuild with heimdal support and man page installation, thanks to Roland Hopferwieser.
svn path=/sunrise/; revision=5125
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/kstart-krenew/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/kstart-krenew/Manifest | 4 | ||||
-rw-r--r-- | sys-auth/kstart-krenew/kstart-krenew-3.10.ebuild | 9 |
3 files changed, 12 insertions, 6 deletions
diff --git a/sys-auth/kstart-krenew/ChangeLog b/sys-auth/kstart-krenew/ChangeLog index a4cc7bb49..b00cb5570 100644 --- a/sys-auth/kstart-krenew/ChangeLog +++ b/sys-auth/kstart-krenew/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 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 + Hopferwieser. + 23 Nov 2007; Jakub Moc <jakub@gentoo.org> kstart-krenew-3.10.ebuild: epatch and econf die on their own with a useful message diff --git a/sys-auth/kstart-krenew/Manifest b/sys-auth/kstart-krenew/Manifest index fc0be5300..14e13f027 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 964 RMD160 ab6ef193a1f0d59397f825dd872d1e1a02bf123f SHA1 87c81c24fd59a5facd5887d4155b8e0673185cb6 SHA256 63305d318342525c3b045a890d089e6169aaff8f8271f08744e055c4d8202d97 -MISC ChangeLog 508 RMD160 98080187b124ea64c50b782313b1e077783c521c SHA1 c6a9d932043404698414b97d8a364f5cb68379b7 SHA256 bea95c16a49a1a340a43ee95dc0bce3b7a9bc6f10002f670b4aa9f5e382cd0a2 +EBUILD kstart-krenew-3.10.ebuild 1003 RMD160 3b9e7683fb1da2484777b6173a389db21ab7933a SHA1 58005099f5e212cf6175ca1f8dcad0d1bf3c692e SHA256 86625cb75206686d21a6fc5fe78e294059e5b59107c1086bb6b853e0402bea52 +MISC ChangeLog 680 RMD160 8654c849aae284d3c1cefabcb981aedcf2f027ce SHA1 ac636fb428009a8149dec8fd875c7793c4d938cc SHA256 39626e9eddaeda95123787383a06f30e27d7b686d9fbb16ea6143a4a865e3e55 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 7b287c772..2b7d76efd 100644 --- a/sys-auth/kstart-krenew/kstart-krenew-3.10.ebuild +++ b/sys-auth/kstart-krenew/kstart-krenew-3.10.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="afs kerberos krb4" DEPEND="afs? ( net-fs/openafs ) - kerberos? ( app-crypt/mit-krb5 )" + kerberos? ( virtual/krb5 )" RDEPEND="${DEPEND}" @@ -24,22 +24,23 @@ src_unpack() { unpack "${A}" cd "${S}" - epatch "${FILESDIR}"/kstart-"${PV}"-happy-tickets.patch + epatch "${FILESDIR}"/kstart-"${PV}"-happy-tickets.patch || die "could not configure" } src_compile() { econf \ $(use_enable krb4 k4start) \ $(use_with kerberos) \ - $(use_with afs aklog /usr/bin/aklog) + $(use_with afs aklog /usr/bin/aklog) || die "could not configure" emake || die "emake failed" } src_install() { - emake DESTDIR="${D}" install || die "could not install" dobin k5start krenew if use krb4; then dobin k4start + doman k4start.1 fi + doman k5start.1 krenew.1 dodoc README NEWS } |