diff options
author | Michael Hammer <mueli@gentoo.org> | 2010-01-12 12:25:42 +0000 |
---|---|---|
committer | Michael Hammer <mueli@gentoo.org> | 2010-01-12 12:25:42 +0000 |
commit | 02260ed3b9fac9f99b0bbc485cff6ba5fce386f1 (patch) | |
tree | b25c470dd6283114cc3ebf7d30c279c4e1fcc092 /app-crypt | |
parent | Version bump (diff) | |
download | gentoo-2-02260ed3b9fac9f99b0bbc485cff6ba5fce386f1.tar.gz gentoo-2-02260ed3b9fac9f99b0bbc485cff6ba5fce386f1.tar.bz2 gentoo-2-02260ed3b9fac9f99b0bbc485cff6ba5fce386f1.zip |
removed old releases and made release bump to 3.15 to fix bug #296618
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/kstart/ChangeLog | 10 | ||||
-rw-r--r-- | app-crypt/kstart/kstart-3.13.ebuild | 37 | ||||
-rw-r--r-- | app-crypt/kstart/kstart-3.15.ebuild (renamed from app-crypt/kstart/kstart-3.14.ebuild) | 7 |
3 files changed, 11 insertions, 43 deletions
diff --git a/app-crypt/kstart/ChangeLog b/app-crypt/kstart/ChangeLog index 20a9ea015b65..075c1e85efd2 100644 --- a/app-crypt/kstart/ChangeLog +++ b/app-crypt/kstart/ChangeLog @@ -1,6 +1,12 @@ # 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.5 2008/07/31 08:56:57 mueli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kstart/ChangeLog,v 1.6 2010/01/12 12:25:42 mueli Exp $ + +*kstart-3.15 (12 Jan 2010) + + 12 Jan 2010; Michael Hammer <mueli@gentoo.org> -kstart-3.13.ebuild, + -kstart-3.14.ebuild, +kstart-3.15.ebuild: + removed old releases and made release bump to 3.15 to fix bug #296618 *kstart-3.14-r1 (31 Jul 2008) diff --git a/app-crypt/kstart/kstart-3.13.ebuild b/app-crypt/kstart/kstart-3.13.ebuild deleted file mode 100644 index cc47fd1c9efb..000000000000 --- a/app-crypt/kstart/kstart-3.13.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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 -} diff --git a/app-crypt/kstart/kstart-3.14.ebuild b/app-crypt/kstart/kstart-3.15.ebuild index 500a2de5b2af..0830995f9d6d 100644 --- a/app-crypt/kstart/kstart-3.14.ebuild +++ b/app-crypt/kstart/kstart-3.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kstart/kstart-3.14.ebuild,v 1.1 2008/07/25 16:58:27 mueli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kstart/kstart-3.15.ebuild,v 1.1 2010/01/12 12:25:42 mueli Exp $ inherit eutils @@ -19,8 +19,7 @@ RDEPEND="$DEPEND src_compile() { myconf="--disable-k4start \ - --with-kerberos \ - $(use_with afs afs /usr/bin/aklog)" + $(use_enable afs setpag)" econf $myconf || die "econf failed" emake || die "emake failed" } |