summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-05-29 13:03:38 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-05-29 13:03:38 +0000
commit9f4780388be39706eb378b60c07b902f5a66a896 (patch)
tree4846ab3cb954489e65b7c6d5631336660159acf5 /net-nds/nsscache
parentInitial commit. Bug #211174 and Bug #256747 (diff)
downloadgentoo-2-9f4780388be39706eb378b60c07b902f5a66a896.tar.gz
gentoo-2-9f4780388be39706eb378b60c07b902f5a66a896.tar.bz2
gentoo-2-9f4780388be39706eb378b60c07b902f5a66a896.zip
Version bump. Remove old ebuilds.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/nsscache')
-rw-r--r--net-nds/nsscache/ChangeLog8
-rw-r--r--net-nds/nsscache/nsscache-0.19.ebuild47
-rw-r--r--net-nds/nsscache/nsscache-0.21.14.ebuild (renamed from net-nds/nsscache/nsscache-0.21.10.ebuild)2
3 files changed, 8 insertions, 49 deletions
diff --git a/net-nds/nsscache/ChangeLog b/net-nds/nsscache/ChangeLog
index 6c6b704e8f3b..00850692e357 100644
--- a/net-nds/nsscache/ChangeLog
+++ b/net-nds/nsscache/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-nds/nsscache
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.9 2011/03/15 17:20:25 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.10 2011/05/29 13:03:38 idl0r Exp $
+
+*nsscache-0.21.14 (29 May 2011)
+
+ 29 May 2011; Christian Ruppert <idl0r@gentoo.org> -nsscache-0.19.ebuild,
+ -nsscache-0.21.10.ebuild, +nsscache-0.21.14.ebuild:
+ Version bump. Remove old ebuilds.
*nsscache-0.21.10 (15 Mar 2011)
diff --git a/net-nds/nsscache/nsscache-0.19.ebuild b/net-nds/nsscache/nsscache-0.19.ebuild
deleted file mode 100644
index 72952361d3e4..000000000000
--- a/net-nds/nsscache/nsscache-0.19.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.19.ebuild,v 1.1 2011/01/13 07:29:01 robbat2 Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit eutils python distutils
-
-DESCRIPTION="commandline tool to sync directory services to local cache"
-HOMEPAGE="http://code.google.com/p/nsscache/"
-SRC_URI="http://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
- rm "${ED}"/usr/bin/runtests*
- 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
-}
-
-#src_test() {
- # Needs several modules not in the tree
- #./runtests.py || die
-#}
diff --git a/net-nds/nsscache/nsscache-0.21.10.ebuild b/net-nds/nsscache/nsscache-0.21.14.ebuild
index d5a3df55c778..85a469b76787 100644
--- a/net-nds/nsscache/nsscache-0.21.10.ebuild
+++ b/net-nds/nsscache/nsscache-0.21.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.21.10.ebuild,v 1.1 2011/03/15 17:20:25 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.21.14.ebuild,v 1.1 2011/05/29 13:03:38 idl0r Exp $
EAPI=3