From 312456186919deebd1ea3b34b9e26b1e15ebd5b6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 3 Sep 2022 16:19:20 +0100 Subject: gentoo auto-resync : 03:09:2022 - 16:19:20 --- app-crypt/Manifest.gz | Bin 23967 -> 23969 bytes app-crypt/kstart/Manifest | 4 +--- app-crypt/kstart/kstart-4.2.ebuild | 29 ----------------------------- app-crypt/kstart/kstart-4.3.ebuild | 2 +- 4 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 app-crypt/kstart/kstart-4.2.ebuild (limited to 'app-crypt') diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz index 88f30a42b62b..d2c7ee95ffe0 100644 Binary files a/app-crypt/Manifest.gz and b/app-crypt/Manifest.gz differ diff --git a/app-crypt/kstart/Manifest b/app-crypt/kstart/Manifest index 82d01601fffd..97edba258e8a 100644 --- a/app-crypt/kstart/Manifest +++ b/app-crypt/kstart/Manifest @@ -1,5 +1,3 @@ -DIST kstart-4.2.tar.gz 296651 BLAKE2B 127bf28ef538681d188ae79ed67cedaa7d9022c1fe6741b3486ce7d5901c4a77d0aec7d00164240a79ffc70b56dd7fdeaf42e76dd2b02effe79bcad41ad8e271 SHA512 7ce9c1f964c0d469b4b8a5de88ae83186e99116959941c4e7f69c59165d0c22aac432ac26dd5fe54f7c2f725048bb55b787107aea8408e2fd6c9ad02dcb31552 DIST kstart-4.3.tar.gz 324005 BLAKE2B eb8a115e114f62ac93a84fcacd427cb0cb56241973747bb841d2263d6333ea670b5beb1421d6beca0366b8a444e7d24910fde1329c4a35a34190d9bf9e22b17d SHA512 a5d5e6f7428af82012d2935a05398336cfd7caf66243cce158930e7a9b79f444cf88f5f23ecbc2efe2432493440ef913f60f85820d5d9943687637935eee97fd -EBUILD kstart-4.2.ebuild 663 BLAKE2B 0732109be0c35d1517247151805af28863124cdab144aa9d76da0b7124a38c24050d0f3bb38159a8649982574da830ff2687f1f9b2431b929601fbbcae1b768c SHA512 2720add693aa5acbddacf27d1c167ea3622aeb757dec1721154cc1e2c0769872ef6700427ce6eb69977d5ff598afed2b12b3e14fb26dadb68b048f7f595c5648 -EBUILD kstart-4.3.ebuild 707 BLAKE2B 55ca8df5b4e06e501c6551eedb55e73273922cad6e58dbde4ca4711a7e15129b8c34853322ec1bd4ed15852c7b03f9ba182b727ff8d5c83b473b58d553093683 SHA512 dc46ae449410574384c3ca6d9c83206ffbd0ae4ef1816c05b28ba5a962ec9195cff17fa9404fef2cf0e10976adb3779d7c98f2420c7257868675e8cf54ddb5e4 +EBUILD kstart-4.3.ebuild 706 BLAKE2B 36e3b5474e834c519bd2846f8c2d846fc3892db240216056828807aced79c05c81c720e548ef1e99646364e9d9e93fa6ec063f0e7acfd4ec6fd8769297cc7c7f SHA512 ac2e4de666dcb450bc6464a31b9ec0930bc1cfdbe381ff86988572362a583bd49a081f0362c8738bfa5eff507b25825bcb47d855b62995170b90370e18c00c12 MISC metadata.xml 808 BLAKE2B ac04ac91db9cd0bd19767e3d3c0a6789d073990297d7215b0e442962a48070f0bd180a318e4708b405424bacbf2686a1234eebb561e4b4d6aff51c79382f19c9 SHA512 532b706226b5a76d1a8daefb03a54b24006bcbe5e9b21fc8a8a79172cd35f96094b38e30e1735b287b54a56c7b497d4dc37be0483bc23bc9c48d9f7abaa4fceb diff --git a/app-crypt/kstart/kstart-4.2.ebuild b/app-crypt/kstart/kstart-4.2.ebuild deleted file mode 100644 index 1eec3057a2ce..000000000000 --- a/app-crypt/kstart/kstart-4.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Modified versions of kinit for refreshing kerberos tickets automatically" -HOMEPAGE="https://www.eyrie.org/~eagle/software/kstart/" -SRC_URI="https://archives.eyrie.org/software/kerberos/${P}.tar.gz" - -LICENSE="|| ( MIT Stanford ISC )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="afs" - -DEPEND="virtual/krb5 - afs? ( net-fs/openafs )" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --enable-reduced-depends \ - "$(use_with afs)" \ - "$(use_enable afs setpag)" -} - -src_install() { - emake DESTDIR="${D}" install - dodoc README NEWS TODO examples/* -} diff --git a/app-crypt/kstart/kstart-4.3.ebuild b/app-crypt/kstart/kstart-4.3.ebuild index 8b386b7b9c4c..93d710527a2e 100644 --- a/app-crypt/kstart/kstart-4.3.ebuild +++ b/app-crypt/kstart/kstart-4.3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://archives.eyrie.org/software/kerberos/${P}.tar.gz" LICENSE="|| ( MIT Stanford ISC )" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="afs" DEPEND="virtual/krb5 -- cgit v1.2.3