commit:     bd05b41fcc05a09a874143b446ab8440884997cb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 12:32:56 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 12:32:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd05b41f

net-nds/nsscache: Remove old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-nds/nsscache/Manifest                |  4 ---
 net-nds/nsscache/nsscache-0.30-r2.ebuild | 46 -------------------------------
 net-nds/nsscache/nsscache-0.30.ebuild    | 41 ----------------------------
 net-nds/nsscache/nsscache-0.31.ebuild    | 47 --------------------------------
 net-nds/nsscache/nsscache-0.32.ebuild    | 47 --------------------------------
 5 files changed, 185 deletions(-)

diff --git a/net-nds/nsscache/Manifest b/net-nds/nsscache/Manifest
index c51df7a7c19..6686a51026c 100644
--- a/net-nds/nsscache/Manifest
+++ b/net-nds/nsscache/Manifest
@@ -1,6 +1,2 @@
-DIST nsscache-0.30-gentoo-authorized-keys-command.py 8004 BLAKE2B 
d5acb0edf6389a7dd1382aad290b1541f147c11d06e1e8458aa1c6a7a3dd9e5d1db0a1a0f6f63d489c0bc464d545c6a1b6cf752f8a0050f9efb6f6d576e6e32f
 SHA512 
58d3053aa140cbec214033ea3c524e7e7b670aa94a6ff306b9d816ffd4c23b8c781b1178ef7ce14009f8b45afaf05f75e9248e8c1eebef790b838baef5f50c26
 DIST nsscache-0.30-r3-gentoo-authorized-keys-command.py 11974 BLAKE2B 
4272bab8d85ef0f39c8b26fd035009d3c77dd629fd7853e0072232393d329af1885ce44c4877d7718a37154661d9c85bb1f5276463875f9dfbbd023106d9d15a
 SHA512 
b660a6ae19e6e42efbb07d0a368704706b0a0bd1bf0b2c84855f0d1c00d4cda80872432f5a25384d0c27e99bf60072beb12975bcfa0201b52fa040d0e6bc2da2
-DIST nsscache-0.30.tar.gz 109615 BLAKE2B 
1b67da7241a974a541514849643115d8e6dd0e587dbd39e1919eaca5064b6fde79678c3443246444d1b8c75c4455ad008231ee1f1a6b74511d9a38e742be2c6e
 SHA512 
22c58904eadd2e69405c42263c1c85c7b612151466386870fbea7685ab32835250a84f1acd83fca6f3289582c74df5371cbfb4f354679a302f240fd0ff334712
-DIST nsscache-0.31.tar.gz 108073 BLAKE2B 
c730786e4a273d039273f104d1458587741c5bc8b2e470d12a551765f3141aafb33df811feca432b493415e20c9abb07244b9c624e38053b95c15c5e41ba8303
 SHA512 
1be90b0217605f86d2effc6063a805fb604f535386cc9f2eb8b0244ab1293521fd1342f52e3fad98c7d95cf66db3dabf93747bf40ce5ed2bf70c8c07382001a4
-DIST nsscache-0.32.tar.gz 112333 BLAKE2B 
ac477eef53e8e9d8cdcc7a0d7b460046883aaba8836ec5d49f449aae0d4f0ea34cd10f89a98849a18e0a0b1b5d1eb4f4c99a138d6eb2bc6bc608a1cc33c28ac2
 SHA512 
c35f539ea017a328c1630031b7934c231b256d3f2198c6764954c42f36ed281432ff97667e5754692971b4f24be38887406f98718d5f49d364e1e3eebb32185f
 DIST nsscache-0.39.tar.gz 127896 BLAKE2B 
8383ca53ee5cf2f84e4485722d35598b624005bb32073696a23daa1061c0b057d26333cdee9c97cedcb99daa8c61362719d80b01b216c163a327cd4edeabeefd
 SHA512 
f93cec949302f21bc5989ab3192302a32349ee4ae98e2f05f169cca8a16a821f39857cb0fff52c7b54552828684b4723d22e44f97525a01577ab89bd159e0376

diff --git a/net-nds/nsscache/nsscache-0.30-r2.ebuild 
b/net-nds/nsscache/nsscache-0.30-r2.ebuild
deleted file mode 100644
index 522bf545439..00000000000
--- a/net-nds/nsscache/nsscache-0.30-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="commandline tool to sync directory services to local cache"
-HOMEPAGE="https://github.com/google/nsscache";
-SRC_URI="
-       https://github.com/google/nsscache/archive/version/${PV}.tar.gz -> 
${P}.tar.gz
-       
https://dev.gentoo.org/~robbat2/nsscache-0.30-gentoo-authorized-keys-command.py";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-IUSE="nsscache"
-
-DEPEND="${PYTHON_DEPS}
-               dev-python/python-ldap[${PYTHON_USEDEP}]
-               dev-python/pycurl[${PYTHON_USEDEP}]
-               dev-python/bsddb3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-               nsscache? ( >=sys-auth/libnss-cache-0.10 )"
-RESTRICT="test"
-S="${WORKDIR}/${PN}-version-${PV}"
-
-src_prepare() {
-       find "${S}" -name '*.py' -exec \
-               sed -i '/^import bsddb$/s,bsddb,bsddb3 as bsddb,g' \
-               {} \+
-       distutils-r1_src_prepare
-}
-
-src_install() {
-       distutils-r1_src_install
-
-       doman nsscache.1 nsscache.conf.5
-       dodoc THANKS nsscache.cron CONTRIBUTING.md README.md
-       exeinto /usr/libexec/nsscache
-       newexe "${DISTDIR}"/nsscache-0.30-gentoo-authorized-keys-command.py 
authorized-keys-command.py
-
-       keepdir /var/lib/nsscache
-}

diff --git a/net-nds/nsscache/nsscache-0.30.ebuild 
b/net-nds/nsscache/nsscache-0.30.ebuild
deleted file mode 100644
index 822766f671c..00000000000
--- a/net-nds/nsscache/nsscache-0.30.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="commandline tool to sync directory services to local cache"
-HOMEPAGE="https://github.com/google/nsscache";
-SRC_URI="https://github.com/google/nsscache/archive/version/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-IUSE="nsscache"
-
-DEPEND="${PYTHON_DEPS}
-               dev-python/python-ldap[${PYTHON_USEDEP}]
-               dev-python/pycurl[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-               nsscache? ( >=sys-auth/libnss-cache-0.10 )"
-RESTRICT="test"
-S="${WORKDIR}/${PN}-version-${PV}"
-
-src_prepare() {
-       find "${S}" -name '*.py' -exec \
-               sed -i '/^import bsddb$/s,bsddb,bsddb3 as bsddb,g' \
-               {} \+
-       distutils-r1_src_prepare
-}
-
-src_install() {
-       distutils-r1_src_install
-
-       doman nsscache.1 nsscache.conf.5
-       dodoc THANKS nsscache.cron
-
-       keepdir /var/lib/nsscache
-}

diff --git a/net-nds/nsscache/nsscache-0.31.ebuild 
b/net-nds/nsscache/nsscache-0.31.ebuild
deleted file mode 100644
index a62723e48c6..00000000000
--- a/net-nds/nsscache/nsscache-0.31.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils 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"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-IUSE="nsscache"
-
-DEPEND="${PYTHON_DEPS}
-               dev-python/python-ldap[${PYTHON_USEDEP}]
-               dev-python/pycurl[${PYTHON_USEDEP}]
-               dev-python/bsddb3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-               nsscache? ( >=sys-auth/libnss-cache-0.10 )"
-RESTRICT="test"
-S="${WORKDIR}/${PN}-version-${PV}"
-
-src_prepare() {
-       find "${S}" -name '*.py' -exec \
-               sed -i '/^import bsddb$/s,bsddb,bsddb3 as bsddb,g' \
-               {} \+
-       distutils-r1_src_prepare
-}
-
-src_install() {
-       distutils-r1_src_install
-
-       doman nsscache.1 nsscache.conf.5
-       dodoc THANKS nsscache.cron CONTRIBUTING.md README.md
-       exeinto /usr/libexec/nsscache
-       newexe "${DISTDIR}"/"${SCRIPT_A}" authorized-keys-command.py
-
-       keepdir /var/lib/nsscache
-}

diff --git a/net-nds/nsscache/nsscache-0.32.ebuild 
b/net-nds/nsscache/nsscache-0.32.ebuild
deleted file mode 100644
index a62723e48c6..00000000000
--- a/net-nds/nsscache/nsscache-0.32.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils 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"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-IUSE="nsscache"
-
-DEPEND="${PYTHON_DEPS}
-               dev-python/python-ldap[${PYTHON_USEDEP}]
-               dev-python/pycurl[${PYTHON_USEDEP}]
-               dev-python/bsddb3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-               nsscache? ( >=sys-auth/libnss-cache-0.10 )"
-RESTRICT="test"
-S="${WORKDIR}/${PN}-version-${PV}"
-
-src_prepare() {
-       find "${S}" -name '*.py' -exec \
-               sed -i '/^import bsddb$/s,bsddb,bsddb3 as bsddb,g' \
-               {} \+
-       distutils-r1_src_prepare
-}
-
-src_install() {
-       distutils-r1_src_install
-
-       doman nsscache.1 nsscache.conf.5
-       dodoc THANKS nsscache.cron CONTRIBUTING.md README.md
-       exeinto /usr/libexec/nsscache
-       newexe "${DISTDIR}"/"${SCRIPT_A}" authorized-keys-command.py
-
-       keepdir /var/lib/nsscache
-}

Reply via email to