summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-29 01:47:32 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-08-29 01:47:32 +0200
commit47f9a8faff3440b39fb07fb99359b1f211aa4d4e (patch)
tree01f48b6af117bc6706efebd9f3ea62a2e8814c60 /net-nds
parentapp-i18n/scim-m17n: Remove old (diff)
downloadgentoo-47f9a8faff3440b39fb07fb99359b1f211aa4d4e.tar.gz
gentoo-47f9a8faff3440b39fb07fb99359b1f211aa4d4e.tar.bz2
gentoo-47f9a8faff3440b39fb07fb99359b1f211aa4d4e.zip
net-nds/nsscache: Remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/nsscache/Manifest2
-rw-r--r--net-nds/nsscache/nsscache-0.21.14.ebuild47
-rw-r--r--net-nds/nsscache/nsscache-0.8.8.ebuild39
3 files changed, 0 insertions, 88 deletions
diff --git a/net-nds/nsscache/Manifest b/net-nds/nsscache/Manifest
index 3069bb60036c..12bd683f29c5 100644
--- a/net-nds/nsscache/Manifest
+++ b/net-nds/nsscache/Manifest
@@ -1,3 +1 @@
-DIST nsscache-0.21.14.tar.gz 87708 SHA256 170f89a45b580269d26f9a6d65edaad31290407ebe2234a825299486ad0d89bd SHA512 178aa7748a45d5ad514f57ae1b0ff64b26dd3fd82efbb164f3c3f9a977e07737313a34225afa9b00a15faf5685532030fe23abaf4ab20233187121697e29f463 WHIRLPOOL 2dd83a09bd49b4fd5cefedf043f0a8755a9a64bc2ba30657dc7e84eaf962496ae2bfe2c918659a80af47ed62fe6ab6870430b3ff89aeefe8e1f0d176b5655b95
DIST nsscache-0.23.tar.gz 92603 SHA256 b33ea574cd6e9c4f5ce57b8fae9dd64a710ec89d3f382c879f0af8c6215d0d9e SHA512 2bce655f6e8b64eb258779f80620d4514729d221ce9ed9ca7f675c22faeca400478827f27befa9cdac5e95f33934609d84d520af71f756721e22aa0c7cef82d6 WHIRLPOOL 78d6e8abdc4d66df667d2c9e3ab4c6e1c065a224283c94ab44bd51209db373d896b7221923d1948e7cdc36dcfc752d9f98162c3ece95955578b9b7c0c5b28dd8
-DIST nsscache-0.8.8.tar.gz 74261 SHA256 3512848b3f37a3055812a5d2c500192df8a396cc39f55e63fdaffc67d1a748e2
diff --git a/net-nds/nsscache/nsscache-0.21.14.ebuild b/net-nds/nsscache/nsscache-0.21.14.ebuild
deleted file mode 100644
index 8fa78f7028f8..000000000000
--- a/net-nds/nsscache/nsscache-0.21.14.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-PYTHON_USE_WITH="berkdb"
-PYTHON_USE_WITH_OPT="nssdb"
-
-inherit eutils python distutils
-
-DESCRIPTION="commandline tool to sync directory services to local cache"
-HOMEPAGE="https://code.google.com/p/nsscache/"
-SRC_URI="https://nsscache.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nssdb nsscache"
-
-DEPEND="dev-python/python-ldap
- dev-python/pycurl"
-RDEPEND="${DEPEND}
- nssdb? ( sys-libs/nss-db )
- nsscache? ( >=sys-auth/libnss-cache-0.10 )"
-RESTRICT="test"
-
-src_prepare() {
- distutils_src_prepare
- epatch "${FILESDIR}"/${PN}-0.8.3-starttls.patch
-}
-
-src_install() {
- distutils_src_install
-
- # overwrite default with working config.
- insinto /etc
- doins "${FILESDIR}/nsscache.conf" || die
-
- doman nsscache.1 nsscache.conf.5
- dodoc THANKS nsscache.cron
-
- keepdir /var/lib/nsscache
-}
diff --git a/net-nds/nsscache/nsscache-0.8.8.ebuild b/net-nds/nsscache/nsscache-0.8.8.ebuild
deleted file mode 100644
index 99ef2564c8b4..000000000000
--- a/net-nds/nsscache/nsscache-0.8.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit eutils python distutils
-
-DESCRIPTION="commandline tool to sync directory services to local cache"
-HOMEPAGE="https://code.google.com/p/nsscache/"
-SRC_URI="https://nsscache.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nssdb nsscache"
-
-DEPEND="dev-python/python-ldap"
-RDEPEND="${DEPEND}
- nssdb? ( sys-libs/nss-db )
- nsscache? ( sys-auth/libnss-cache )"
-
-src_prepare() {
- distutils_src_prepare
- epatch "${FILESDIR}"/${PN}-0.8.3-starttls.patch
-}
-
-src_install() {
- distutils_src_install
- insinto /etc
- doins "${FILESDIR}/nsscache.conf" # overwrite default with working config.
- doman nsscache.1 nsscache.conf.5
- dodoc THANKS nsscache.cron
- keepdir /var/lib/nsscache
-}