Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/unscd: unscd-0.49.ebuild ChangeLog
Date: Tue, 21 May 2013 18:16:34
Message-Id: 20130521181628.606E32171D@flycatcher.gentoo.org
1 vapier 13/05/21 18:16:28
2
3 Modified: unscd-0.49.ebuild ChangeLog
4 Log:
5 Require glibc be built with USE=nscd #469624 by Volker Hemmann.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.3 sys-apps/unscd/unscd-0.49.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild?r1=1.2&r2=1.3
15
16 Index: unscd-0.49.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- unscd-0.49.ebuild 10 Aug 2012 15:26:34 -0000 1.2
23 +++ unscd-0.49.ebuild 21 May 2013 18:16:28 -0000 1.3
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild,v 1.2 2012/08/10 15:26:34 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild,v 1.3 2013/05/21 18:16:28 vapier Exp $
30 +
31 +EAPI="4"
32
33 inherit toolchain-funcs
34
35 @@ -13,6 +15,9 @@
36 KEYWORDS="amd64 x86"
37 IUSE=""
38
39 +RDEPEND="sys-libs/glibc[nscd(+)]"
40 +DEPEND="${RDEPEND}"
41 +
42 S=${WORKDIR}
43
44 src_unpack() {
45 @@ -21,10 +26,10 @@
46
47 src_compile() {
48 tc-export CC
49 - emake unscd || die
50 + emake unscd
51 }
52
53 src_install() {
54 - newinitd "${FILESDIR}"/unscd.initd unscd || die
55 - dosbin unscd || die
56 + newinitd "${FILESDIR}"/unscd.initd unscd
57 + dosbin unscd
58 }
59
60
61
62 1.13 sys-apps/unscd/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?rev=1.13&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?rev=1.13&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?r1=1.12&r2=1.13
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v
71 retrieving revision 1.12
72 retrieving revision 1.13
73 diff -u -r1.12 -r1.13
74 --- ChangeLog 10 Aug 2012 15:26:34 -0000 1.12
75 +++ ChangeLog 21 May 2013 18:16:28 -0000 1.13
76 @@ -1,6 +1,9 @@
77 # ChangeLog for sys-apps/unscd
78 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.12 2012/08/10 15:26:34 vapier Exp $
80 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.13 2013/05/21 18:16:28 vapier Exp $
82 +
83 + 21 May 2013; Mike Frysinger <vapier@g.o> unscd-0.49.ebuild:
84 + Require glibc be built with USE=nscd #469624 by Volker Hemmann.
85
86 10 Aug 2012; Mike Frysinger <vapier@g.o> unscd-0.49.ebuild:
87 Stabilize for all #430750 by Plopmaster.