summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-03 16:19:20 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-03 16:19:20 +0100
commit312456186919deebd1ea3b34b9e26b1e15ebd5b6 (patch)
tree9f41dbee43e2392f0e58ed3b9f43ce41e8d18fce /app-crypt
parentfe2f8d9da0555e4ed15cc203d8dd99dd60b3117e (diff)
gentoo auto-resync : 03:09:2022 - 16:19:20
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/Manifest.gzbin23967 -> 23969 bytes
-rw-r--r--app-crypt/kstart/Manifest4
-rw-r--r--app-crypt/kstart/kstart-4.2.ebuild29
-rw-r--r--app-crypt/kstart/kstart-4.3.ebuild2
4 files changed, 2 insertions, 33 deletions
diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz
index 88f30a42b62b..d2c7ee95ffe0 100644
--- a/app-crypt/Manifest.gz
+++ b/app-crypt/Manifest.gz
Binary files 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