commit:     fc3eb85aa0d5088e2075ba0f1b0e2ce898a2b0b5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 17:32:58 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 17:32:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3eb85a

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 ++---
 profiles/base/package.use.mask           | 1 -
 6 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/net-nds/nsscache/metadata.xml b/net-nds/nsscache/metadata.xml
index 90ba820d293..2391c0ec85c 100644
--- a/net-nds/nsscache/metadata.xml
+++ b/net-nds/nsscache/metadata.xml
@@ -5,7 +5,6 @@
                <email>robb...@gentoo.org</email>
        </maintainer>
        <use>
-               <flag name="nssdb">Depend on sys-libs/libnss_db to handle dbm 
files.</flag>
                <flag name="nsscache">Depend on sys-auth/libnss-cache to handle 
flat files</flag>
        </use>
        <upstream>

diff --git a/net-nds/nsscache/nsscache-0.30-r2.ebuild 
b/net-nds/nsscache/nsscache-0.30-r2.ebuild
index cdcb4c2d78e..522bf545439 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 f8d2a3f20cc..822766f671c 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 b16d07c4ca6..a62723e48c6 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 b16d07c4ca6..a62723e48c6 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}"

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index bdf5c8d7d5c..853c669be52 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -406,7 +406,6 @@ dev-java/gcj-jdk awt
 # Mike Gilbert <flop...@gentoo.org> (16 May 2015)
 # dev-lang/python[berkdb] fails with recent multilib sys-libs/db (bug 519584).
 dev-lang/python berkdb
-net-nds/nsscache nssdb
 
 # Jason Zaman <perfin...@gentoo.org> (08 May 2015)
 # java wrappers fail to build (bug #548858)

Reply via email to