summaryrefslogtreecommitdiff
path: root/sys-auth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-10 00:01:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-10 00:01:14 +0100
commit17e5f1ea4a2e1c5664f96480ca46348d008e8711 (patch)
tree7166d1b58a582290a4ad23ff5882cca911b8035c /sys-auth
parenta0ce545d52f231499bf9f3644493113d8af58ec9 (diff)
gentoo auto-resync : 10:05:2024 - 00:01:13
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/Manifest.gzbin9259 -> 9260 bytes
-rw-r--r--sys-auth/ssh-import-id/Manifest3
-rw-r--r--sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild5
-rw-r--r--sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild27
4 files changed, 3 insertions, 32 deletions
diff --git a/sys-auth/Manifest.gz b/sys-auth/Manifest.gz
index 617201322af7..34269cfb5dd9 100644
--- a/sys-auth/Manifest.gz
+++ b/sys-auth/Manifest.gz
Binary files differ
diff --git a/sys-auth/ssh-import-id/Manifest b/sys-auth/ssh-import-id/Manifest
index 70907de57497..ab3ec139613d 100644
--- a/sys-auth/ssh-import-id/Manifest
+++ b/sys-auth/ssh-import-id/Manifest
@@ -1,4 +1,3 @@
DIST ssh-import-id-5.11.tar.gz 146064 BLAKE2B d869ec480d224aa906ef08b5b9acfbf9324d67bffafadcf1c0adae108ad53e76cdfbcf0d1905a947bda5df507fbd69e7ee121890bc48e452ca67c5acd92ac18c SHA512 49703b8b9c127f13bf0626fd013318b9498ec8a67a060fb7607c7a1894da3e3e3e7e995c9b68af8375237f4031d06abda20f2a9a73a1fabbe33055f2f434716b
-EBUILD ssh-import-id-5.11-r1.ebuild 675 BLAKE2B 1ace0dcf0c5f7fc95079db4b968e4867ea0c6a7c6094e71a702fb2577ffee332c196f475dd3cff258c4a8b297b28c62b663267bbded2600f70a2f0ba4679e9a9 SHA512 f4590f1ef081d9a327a3ac9eb080475e008bb3a80ce4bfb3d28d2c0a46355b6b56971b30e7a9bd895e1b7b07e82be277de773810d636fd6a364621c8d0cb8a17
-EBUILD ssh-import-id-5.11.ebuild 643 BLAKE2B 79487010604b3b453f626b2048fb5c8f49c28f1a7cb88b68f10ce969a285a028d9eae70d6bb74f7ae2ecfe0abeee98cc5c23b5a9d73995bab1b17e5f2fb86358 SHA512 32d64e6d17a6a46b0fe588d83805b5172fda014e5f62f92a1f7444df752aa1ed0723e9d350fffcfe66738c7b19cb5acee7a9fe9ea0173037ce5790966ad2a59f
+EBUILD ssh-import-id-5.11-r1.ebuild 668 BLAKE2B 0ece439e3011c8698b34e83136a714f6e91dd6de4039204bbcb21ce0fe630290d383d8ce5d35f8479823c379ccaadfe747d68ae694c1564e69270a002525e9f7 SHA512 11e3f4952421fa3a3a82ca248363e1ff38dbb9cefc51647ec650a128f71324ba234ad1f54c771941fea1cca928c990556c02cfc9a3867c34c4d30e9cccf1cd92
MISC metadata.xml 273 BLAKE2B fa9a929e831594a0fa92e57ca7e022bfa546fd4acbca574c375ef4d9e9c2c4159978e66ff57662660e6f0cce38dbd11c7b2ccd3de5c5463f0b762660828cfeac SHA512 18a64e171940d5c5bf98af2ad4582900d6c6ec555d0f7ef8223e4ba62fcbe49a186891dc08f9cade95381a4c53c60275a896f31b87e8b220a9bddf92b5d58596
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
index ddde94c6da84..fc69019e6ff3 100644
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
+++ b/sys-auth/ssh-import-id/ssh-import-id-5.11-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
@@ -15,7 +15,6 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc x86"
-IUSE=""
DEPEND="${PYTHON_DEPS}"
RDEPEND="
diff --git a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild b/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
deleted file mode 100644
index 66f383c14cac..000000000000
--- a/sys-auth/ssh-import-id/ssh-import-id-5.11.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utility to securely retrieve an SSH public key and install it locally"
-HOMEPAGE="https://launchpad.net/ssh-import-id"
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
- dev-python/distro[${PYTHON_USEDEP}]
-"
-
-src_install() {
- distutils-r1_src_install
- doman usr/share/man/man1/ssh-import-id.1
-}