Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/nsscache: ChangeLog nsscache-0.21.14.ebuild nsscache-0.21.10.ebuild nsscache-0.19.ebuild
Date: Sun, 29 May 2011 13:03:47
Message-Id: 20110529130338.17C1B20054@flycatcher.gentoo.org
1 idl0r 11/05/29 13:03:38
2
3 Modified: ChangeLog
4 Added: nsscache-0.21.14.ebuild
5 Removed: nsscache-0.21.10.ebuild nsscache-0.19.ebuild
6 Log:
7 Version bump. Remove old ebuilds.
8
9 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.10 net-nds/nsscache/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/nsscache/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/nsscache/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/nsscache/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 15 Mar 2011 17:20:25 -0000 1.9
25 +++ ChangeLog 29 May 2011 13:03:38 -0000 1.10
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-nds/nsscache
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.9 2011/03/15 17:20:25 idl0r Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/ChangeLog,v 1.10 2011/05/29 13:03:38 idl0r Exp $
31 +
32 +*nsscache-0.21.14 (29 May 2011)
33 +
34 + 29 May 2011; Christian Ruppert <idl0r@g.o> -nsscache-0.19.ebuild,
35 + -nsscache-0.21.10.ebuild, +nsscache-0.21.14.ebuild:
36 + Version bump. Remove old ebuilds.
37
38 *nsscache-0.21.10 (15 Mar 2011)
39
40
41
42
43 1.1 net-nds/nsscache/nsscache-0.21.14.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/nsscache/nsscache-0.21.14.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/nsscache/nsscache-0.21.14.ebuild?rev=1.1&content-type=text/plain
47
48 Index: nsscache-0.21.14.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-nds/nsscache/nsscache-0.21.14.ebuild,v 1.1 2011/05/29 13:03:38 idl0r Exp $
53
54 EAPI=3
55
56 PYTHON_DEPEND="2"
57 SUPPORT_PYTHON_ABIS="1"
58 RESTRICT_PYTHON_ABIS="3.*"
59
60 inherit eutils python distutils
61
62 DESCRIPTION="commandline tool to sync directory services to local cache"
63 HOMEPAGE="http://code.google.com/p/nsscache/"
64 SRC_URI="http://nsscache.googlecode.com/files/${P}.tar.gz"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="nssdb nsscache"
70
71 DEPEND="dev-python/python-ldap
72 dev-python/pycurl"
73 RDEPEND="${DEPEND}
74 nssdb? ( sys-libs/nss-db )
75 nsscache? ( >=sys-auth/libnss-cache-0.10 )"
76 RESTRICT="test"
77
78 src_prepare() {
79 distutils_src_prepare
80 epatch "${FILESDIR}"/${PN}-0.8.3-starttls.patch
81 }
82
83 src_install() {
84 distutils_src_install
85
86 # overwrite default with working config.
87 insinto /etc
88 doins "${FILESDIR}/nsscache.conf" || die
89
90 doman nsscache.1 nsscache.conf.5
91 dodoc THANKS nsscache.cron
92
93 keepdir /var/lib/nsscache
94 }