diff options
Diffstat (limited to 'net-nds/nsscache/nsscache-0.21.14.ebuild')
-rw-r--r-- | net-nds/nsscache/nsscache-0.21.14.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
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 -} |