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: Fri, 06 Jul 2012 14:58:19
Message-Id: 20120706145807.986FC2004B@flycatcher.gentoo.org
1 vapier 12/07/06 14:58:07
2
3 Modified: ChangeLog
4 Added: unscd-0.49.ebuild
5 Log:
6 Version bump #425012 by teidakankan.
7
8 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 sys-apps/unscd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 15 Jan 2012 00:12:53 -0000 1.10
24 +++ ChangeLog 6 Jul 2012 14:58:07 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/unscd
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.10 2012/01/15 00:12:53 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/ChangeLog,v 1.11 2012/07/06 14:58:07 vapier Exp $
30 +
31 +*unscd-0.49 (06 Jul 2012)
32 +
33 + 06 Jul 2012; Mike Frysinger <vapier@g.o> +unscd-0.49.ebuild:
34 + Version bump #425012 by teidakankan.
35
36 *unscd-0.48 (15 Jan 2012)
37
38
39
40
41 1.1 sys-apps/unscd/unscd-0.49.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild?rev=1.1&content-type=text/plain
45
46 Index: unscd-0.49.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.49.ebuild,v 1.1 2012/07/06 14:58:07 vapier Exp $
51
52 inherit toolchain-funcs
53
54 DESCRIPTION="simple & stable nscd replacement"
55 HOMEPAGE="http://busybox.net/~vda/unscd/README"
56 SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 S=${WORKDIR}
64
65 src_unpack() {
66 cp "${DISTDIR}"/nscd-${PV}.c unscd.c || die
67 }
68
69 src_compile() {
70 tc-export CC
71 emake unscd || die
72 }
73
74 src_install() {
75 newinitd "${FILESDIR}"/unscd.initd unscd || die
76 dosbin unscd || die
77 }