summaryrefslogtreecommitdiff
path: root/net-nds
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-16 00:53:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-16 00:53:50 +0000
commit84dcbb8bcdcf5785ac3b24905c73ae4aa6bb781e (patch)
tree6f6b979013e5661ca4b3690bc9417307fdc169ce /net-nds
parent57e62db33bb33adb6593a2be7b3a5990aaf01f56 (diff)
gentoo auto-resync : 16:11:2022 - 00:53:49
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/Manifest.gzbin2567 -> 2560 bytes
-rw-r--r--net-nds/nsscache/Manifest1
-rw-r--r--net-nds/nsscache/nsscache-0.39.ebuild66
3 files changed, 0 insertions, 67 deletions
diff --git a/net-nds/Manifest.gz b/net-nds/Manifest.gz
index 6ce0ffff554b..90ce0082947b 100644
--- a/net-nds/Manifest.gz
+++ b/net-nds/Manifest.gz
Binary files differ
diff --git a/net-nds/nsscache/Manifest b/net-nds/nsscache/Manifest
index f6d62d3113d4..3084f6272014 100644
--- a/net-nds/nsscache/Manifest
+++ b/net-nds/nsscache/Manifest
@@ -2,6 +2,5 @@ DIST nsscache-0.30-r3-gentoo-authorized-keys-command.py 11974 BLAKE2B 4272bab8d8
DIST nsscache-0.39.tar.gz 127896 BLAKE2B 8383ca53ee5cf2f84e4485722d35598b624005bb32073696a23daa1061c0b057d26333cdee9c97cedcb99daa8c61362719d80b01b216c163a327cd4edeabeefd SHA512 f93cec949302f21bc5989ab3192302a32349ee4ae98e2f05f169cca8a16a821f39857cb0fff52c7b54552828684b4723d22e44f97525a01577ab89bd159e0376
DIST nsscache-0.47.tar.gz 126225 BLAKE2B f238d4a6565038420dee7359edadf348a0e5fb581b8238b23d3835cc10ad9676917bfa6573c6a1d462d7afee36398954744ff2d498b4c1ed3459666b3aa6ad5c SHA512 94cd9a62169146f1e10f78476a950dfc708b6c2063cffed3617bbfa9c43aaf134b1f038a94079df408e168877d32f07b64b61f048d34fed283828cc75e7dd2cf
EBUILD nsscache-0.39-r1.ebuild 1556 BLAKE2B ed22187c5838dce7e7c9ddbc612cc4984d4a1b4d630b46ce34ea536bc88c30a703a932884e2e23835a02c0bb65ee386c200708320917cfcf1399be9d10ccd69a SHA512 1ba68e189a36ae300b159395564b6253e9564fd6615c157113d6675c432380244a7c5a2de1fc893b95edf19c62afdf5924e7bbd028910d09ade9e203e71bcb65
-EBUILD nsscache-0.39.ebuild 1551 BLAKE2B e887301bcc5d0c5a2ed4a3cb8394634377754b562bcc9d00f611724f63f3c2f2a4c37b517c72b961d5a87694b0618f432cc963af12269d7c9e45fada4f18b7de SHA512 dc98faed7dc9f0b4e591eaac4b13b3ba8c452574b5fc82d41115a2cadb464e1dd07e0e682969118459a7f216d6f26aa488912be461ce4058dbff0ea9660b9038
EBUILD nsscache-0.47.ebuild 1822 BLAKE2B df4592aa8b982592164b814872a7ffa140edec7037ca3afe0f3804213f263266b60a6c40347afca1883880b8eeae4990c09b1b020f1fe60b9a1ff3f05d6741c5 SHA512 522f238ff19663fcd8536561bc43b9601dca0f36d58fb0e4bb5007715e39976016a53dbe3d5d81ff7ed5522ab25f6d2b7c10216a9350927e931f90505d3103e0
MISC metadata.xml 467 BLAKE2B 49769763ea33cf2fa9ff8614ee16353cd0454bc9ed634787f2782493949d7f25bac9720ad2f0c16d8f6ce45d3b4e79b0f8a6592a7bcc5668ad3c834094584406 SHA512 e3f7f6bdc779dfc2cf63e00940de55faa22a7a8ac4de539c4785c13eff97faf541bd1badb5616a3b8d0a53eabe278290216830fefa4c683d5654d93af98149a7
diff --git a/net-nds/nsscache/nsscache-0.39.ebuild b/net-nds/nsscache/nsscache-0.39.ebuild
deleted file mode 100644
index 1b85909b4234..000000000000
--- a/net-nds/nsscache/nsscache-0.39.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="commandline tool to sync directory services to local cache"
-HOMEPAGE="https://github.com/google/nsscache"
-SCRIPT_A='nsscache-0.30-r3-gentoo-authorized-keys-command.py'
-SRC_URI="
- https://github.com/google/nsscache/archive/version/${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~robbat2/${SCRIPT_A}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="berkdb nsscache s3"
-RESTRICT="test" # requires network
-
-DEPEND="
- dev-python/ldap3[${PYTHON_USEDEP}]
- dev-python/pycurl[${PYTHON_USEDEP}]
- berkdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] )
- s3? ( dev-python/boto3[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}
- nsscache? ( >=sys-auth/libnss-cache-0.10 )"
-
-S="${WORKDIR}/${PN}-version-${PV}"
-
-python_prepare_all() {
- sed -i \
- -e "/setup_requires/s,'pytest-runner',,g" \
- -e '/tests_require/s,\[.*\],[],g' \
- setup.py || die
- sed -i \
- -e '/test=pytest/d' \
- setup.cfg || die
- sed -i \
- -e '/pytest/d' \
- requirements.txt || die
-
- distutils-r1_python_prepare_all
-}
-
-python_compile() {
- distutils-r1_python_compile --verbose
-}
-
-python_install() {
- distutils-r1_python_install
-
- python_scriptinto /usr/libexec/nsscache
- python_newexe "${DISTDIR}"/"${SCRIPT_A}" authorized-keys-command.py
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- doman nsscache.1 nsscache.conf.5
- dodoc THANKS nsscache.cron CONTRIBUTING.md README.md
-
- keepdir /var/lib/nsscache
-}