ChangeLog

# ChangeLog for app-crypt/kstart
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/kstart/ChangeLog,v 1.2 2008/05/31 10:15:19 mueli Exp $

*kstart-3.13 (31 May 2008)

31 May 2008; Michael Hammer +kstart-3.13.ebuild:
Version Bump for kstart from 3.12 -> 3.13, should now work with heimdal

*kstart-3.12 (13 May 2008)

13 May 2008; Michael Hammer +metadata.xml,
+kstart-3.12.ebuild:
New ebuild for foo. Ebuild is written by me and is related to #174594

Manifest

DIST kstart-3.12.tar.gz 206402 RMD160 6c6f90cdb62c486fa7d004c0289198c1df194ef2 SHA1 d21640f8724ba45060d96598daa13e1620f69d47 SHA256 f7de39d1843869a1f92f525282a6fd65425f3f04c36c31191fba573357143639
DIST kstart-3.13.tar.gz 210075 RMD160 f333d2b41042972a5958f95411022996637c1310 SHA1 b02a4959c03b5205df042d7b96e6eb187a2bb9d3 SHA256 6793353cb4fb050082797ea8930b9a628cfc587746de60cb3eaacb433371fe19
EBUILD kstart-3.12.ebuild 924 RMD160 f5ee1292312f163f6d34a9c4b7edb48e4c1fc277 SHA1 fd9e5a788ee6cf9f9b7cfd69935dc6c5d197dfc8 SHA256 43cba5d501f5cd50c1a6270946e00e47068f472bad1ee2afea3fe70a7589faaa
EBUILD kstart-3.13.ebuild 924 RMD160 93bbcd1566dd534bca0f89cb42108eb309de4b46 SHA1 6e278f20624411454306d1162cfd2ab597de42cd SHA256 5712ceb3f4c9f218cd31150bdd88e3f62d351ad16923735c982832da6e6ed6f5
MISC ChangeLog 565 RMD160 fb9dbd96532bd4b334b7c510826c7f22960aee65 SHA1 fc95b16bb387e618424f02fd58ac10eaeb2662c3 SHA256 e63863dca12c41d768379fa599ec632e3290cb9cb251dcbc7c223ce8157998b9
MISC metadata.xml 541 RMD160 bdca002a1a27afc6f08bdd04dfe5f012e09daff2 SHA1 594ecd18c0593ba1adc2efb6777b977726bf85e0 SHA256 43d6bb570ee82bebf7493ee1e4de41ef34ebf27e04295bef044bf0b9de389a4a

kstart-3.12.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/kstart/kstart-3.12.ebuild,v 1.2 2008/05/13 16:12:28 mr_bones_ Exp $

inherit eutils

DESCRIPTION="Modified versions of kinit for automatic ticket refresh"
HOMEPAGE="http://www.eyrie.org/~eagle/software/kstart"
SRC_URI="http://archives.eyrie.org/software/kerberos/${P}.tar.gz"

LICENSE="|| ( MIT Stanford ISC )"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="afs"

DEPEND="virtual/krb5"
RDEPEND="$DEPEND
afs? ( net-fs/openafs )"

src_compile() {
myconf="--disable-k4start \
--with-kerberos \
$(use_with afs afs /usr/bin/aklog)"
econf $myconf || die "econf failed"
emake || die "emake failed"
}

src_test() {
emake -j1 check \
|| die "Make test failed. See above for details."
}

src_install() {
dobin k5start krenew
doman k5start.1 krenew.1
dodoc README NEWS || die
}

kstart-3.13.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/kstart/kstart-3.13.ebuild,v 1.2 2008/05/31 20:02:38 mr_bones_ Exp $

inherit eutils

DESCRIPTION="Modified versions of kinit for automatic ticket refresh"
HOMEPAGE="http://www.eyrie.org/~eagle/software/kstart"
SRC_URI="http://archives.eyrie.org/software/kerberos/${P}.tar.gz"

LICENSE="|| ( MIT Stanford ISC )"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="afs"

DEPEND="virtual/krb5"
RDEPEND="$DEPEND
afs? ( net-fs/openafs )"

src_compile() {
myconf="--disable-k4start \
--with-kerberos \
$(use_with afs afs /usr/bin/aklog)"
econf $myconf || die "econf failed"
emake || die "emake failed"
}

src_test() {
emake -j1 check \
|| die "Make test failed. See above for details."
}

src_install() {
dobin k5start krenew
doman k5start.1 krenew.1
dodoc README NEWS || die
}

metadata.xml




kerberos
Modified versions of kinit that can use srvtabs or
keytabs to authenticate, can run as daemons and wake up periodically
to refresh a ticket, and can run single commands with their own
authentication credentials and refresh those credentials until the
command exits.


mueli@gentoo.org