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/man-db: ChangeLog man-db-2.6.0.2.ebuild
Date: Thu, 01 Dec 2011 17:03:35
Message-Id: 20111201170325.8A0652004B@flycatcher.gentoo.org
1 vapier 11/12/01 17:03:25
2
3 Modified: ChangeLog man-db-2.6.0.2.ebuild
4 Log:
5 Pull in pkg-config for building #392733 by Nikoli.
6
7 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 sys-apps/man-db/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 27 Nov 2011 18:35:39 -0000 1.24
23 +++ ChangeLog 1 Dec 2011 17:03:25 -0000 1.25
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-apps/man-db
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.24 2011/11/27 18:35:39 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.25 2011/12/01 17:03:25 vapier Exp $
29 +
30 + 01 Dec 2011; Mike Frysinger <vapier@g.o> man-db-2.6.0.2.ebuild:
31 + Pull in pkg-config for building #392733 by Nikoli.
32
33 27 Nov 2011; Mike Frysinger <vapier@g.o> man-db-2.6.0.2.ebuild:
34 Drop autotools-utils, fix up SRC_URI mirror, add USE=zlib, and touch up
35
36
37
38 1.10 sys-apps/man-db/man-db-2.6.0.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild?r1=1.9&r2=1.10
43
44 Index: man-db-2.6.0.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- man-db-2.6.0.2.ebuild 27 Nov 2011 18:35:39 -0000 1.9
51 +++ man-db-2.6.0.2.ebuild 1 Dec 2011 17:03:25 -0000 1.10
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v 1.9 2011/11/27 18:35:39 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.0.2.ebuild,v 1.10 2011/12/01 17:03:25 vapier Exp $
57
58 EAPI="2"
59
60 @@ -23,6 +23,7 @@
61 zlib? ( sys-libs/zlib )
62 !sys-apps/man"
63 DEPEND="${RDEPEND}
64 + dev-util/pkgconfig
65 nls? ( sys-devel/gettext )"
66
67 pkg_setup() {