From fc3eb85aa0d5088e2075ba0f1b0e2ce898a2b0b5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 26 Aug 2018 19:32:58 +0200 Subject: net-nds/nsscache: Remove support for non-existent deps --- net-nds/nsscache/metadata.xml | 1 - net-nds/nsscache/nsscache-0.30-r2.ebuild | 5 ++--- net-nds/nsscache/nsscache-0.30.ebuild | 8 +++----- net-nds/nsscache/nsscache-0.31.ebuild | 5 ++--- net-nds/nsscache/nsscache-0.32.ebuild | 5 ++--- 5 files changed, 9 insertions(+), 15 deletions(-) (limited to 'net-nds') diff --git a/net-nds/nsscache/metadata.xml b/net-nds/nsscache/metadata.xml index 90ba820d293c..2391c0ec85c5 100644 --- a/net-nds/nsscache/metadata.xml +++ b/net-nds/nsscache/metadata.xml @@ -5,7 +5,6 @@ robbat2@gentoo.org - Depend on sys-libs/libnss_db to handle dbm files. Depend on sys-auth/libnss-cache to handle flat files diff --git a/net-nds/nsscache/nsscache-0.30-r2.ebuild b/net-nds/nsscache/nsscache-0.30-r2.ebuild index cdcb4c2d78e9..522bf5454392 100644 --- a/net-nds/nsscache/nsscache-0.30-r2.ebuild +++ b/net-nds/nsscache/nsscache-0.30-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,14 +16,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -IUSE="nssdb nsscache" +IUSE="nsscache" DEPEND="${PYTHON_DEPS} dev-python/python-ldap[${PYTHON_USEDEP}] dev-python/pycurl[${PYTHON_USEDEP}] dev-python/bsddb3[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} - nssdb? ( sys-libs/nss-db ) nsscache? ( >=sys-auth/libnss-cache-0.10 )" RESTRICT="test" S="${WORKDIR}/${PN}-version-${PV}" diff --git a/net-nds/nsscache/nsscache-0.30.ebuild b/net-nds/nsscache/nsscache-0.30.ebuild index f8d2a3f20ccd..822766f671c9 100644 --- a/net-nds/nsscache/nsscache-0.30.ebuild +++ b/net-nds/nsscache/nsscache-0.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,14 +14,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -IUSE="nssdb nsscache" +IUSE="nsscache" DEPEND="${PYTHON_DEPS} dev-python/python-ldap[${PYTHON_USEDEP}] - dev-python/pycurl[${PYTHON_USEDEP}] - nssdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] )" + dev-python/pycurl[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} - nssdb? ( sys-libs/nss-db ) nsscache? ( >=sys-auth/libnss-cache-0.10 )" RESTRICT="test" S="${WORKDIR}/${PN}-version-${PV}" diff --git a/net-nds/nsscache/nsscache-0.31.ebuild b/net-nds/nsscache/nsscache-0.31.ebuild index b16d07c4ca6c..a62723e48c66 100644 --- a/net-nds/nsscache/nsscache-0.31.ebuild +++ b/net-nds/nsscache/nsscache-0.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,14 +17,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -IUSE="nssdb nsscache" +IUSE="nsscache" DEPEND="${PYTHON_DEPS} dev-python/python-ldap[${PYTHON_USEDEP}] dev-python/pycurl[${PYTHON_USEDEP}] dev-python/bsddb3[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} - nssdb? ( sys-libs/nss-db ) nsscache? ( >=sys-auth/libnss-cache-0.10 )" RESTRICT="test" S="${WORKDIR}/${PN}-version-${PV}" diff --git a/net-nds/nsscache/nsscache-0.32.ebuild b/net-nds/nsscache/nsscache-0.32.ebuild index b16d07c4ca6c..a62723e48c66 100644 --- a/net-nds/nsscache/nsscache-0.32.ebuild +++ b/net-nds/nsscache/nsscache-0.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,14 +17,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -IUSE="nssdb nsscache" +IUSE="nsscache" DEPEND="${PYTHON_DEPS} dev-python/python-ldap[${PYTHON_USEDEP}] dev-python/pycurl[${PYTHON_USEDEP}] dev-python/bsddb3[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} - nssdb? ( sys-libs/nss-db ) nsscache? ( >=sys-auth/libnss-cache-0.10 )" RESTRICT="test" S="${WORKDIR}/${PN}-version-${PV}" -- cgit v1.2.3-65-gdbad