Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/kstart/
Date: Sat, 03 Sep 2022 11:24:54
Message-Id: 1662204263.285fd139bcd880800c54436dce700e9b0b280985.eras@gentoo
1 commit: 285fd139bcd880800c54436dce700e9b0b280985
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 3 11:24:23 2022 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 11:24:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285fd139
7
8 app-crypt/kstart: drop 4.2
9
10 Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
11
12 app-crypt/kstart/Manifest | 1 -
13 app-crypt/kstart/kstart-4.2.ebuild | 29 -----------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/app-crypt/kstart/Manifest b/app-crypt/kstart/Manifest
17 index 9389eea0c324..d48804e1723b 100644
18 --- a/app-crypt/kstart/Manifest
19 +++ b/app-crypt/kstart/Manifest
20 @@ -1,2 +1 @@
21 -DIST kstart-4.2.tar.gz 296651 BLAKE2B 127bf28ef538681d188ae79ed67cedaa7d9022c1fe6741b3486ce7d5901c4a77d0aec7d00164240a79ffc70b56dd7fdeaf42e76dd2b02effe79bcad41ad8e271 SHA512 7ce9c1f964c0d469b4b8a5de88ae83186e99116959941c4e7f69c59165d0c22aac432ac26dd5fe54f7c2f725048bb55b787107aea8408e2fd6c9ad02dcb31552
22 DIST kstart-4.3.tar.gz 324005 BLAKE2B eb8a115e114f62ac93a84fcacd427cb0cb56241973747bb841d2263d6333ea670b5beb1421d6beca0366b8a444e7d24910fde1329c4a35a34190d9bf9e22b17d SHA512 a5d5e6f7428af82012d2935a05398336cfd7caf66243cce158930e7a9b79f444cf88f5f23ecbc2efe2432493440ef913f60f85820d5d9943687637935eee97fd
23
24 diff --git a/app-crypt/kstart/kstart-4.2.ebuild b/app-crypt/kstart/kstart-4.2.ebuild
25 deleted file mode 100644
26 index 1eec3057a2ce..000000000000
27 --- a/app-crypt/kstart/kstart-4.2.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="Modified versions of kinit for refreshing kerberos tickets automatically"
36 -HOMEPAGE="https://www.eyrie.org/~eagle/software/kstart/"
37 -SRC_URI="https://archives.eyrie.org/software/kerberos/${P}.tar.gz"
38 -
39 -LICENSE="|| ( MIT Stanford ISC )"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -IUSE="afs"
43 -
44 -DEPEND="virtual/krb5
45 - afs? ( net-fs/openafs )"
46 -RDEPEND="${DEPEND}"
47 -
48 -src_configure() {
49 - econf \
50 - --enable-reduced-depends \
51 - "$(use_with afs)" \
52 - "$(use_enable afs setpag)"
53 -}
54 -
55 -src_install() {
56 - emake DESTDIR="${D}" install
57 - dodoc README NEWS TODO examples/*
58 -}