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/pciutils: pciutils-3.1.9-r2.ebuild ChangeLog
Date: Fri, 27 Apr 2012 03:11:54
Message-Id: 20120427031135.9B6672004B@flycatcher.gentoo.org
1 vapier 12/04/27 03:11:35
2
3 Modified: pciutils-3.1.9-r2.ebuild ChangeLog
4 Log:
5 Make sure USE=static-libs requires zlib[static-libs] accordingly.
6
7 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 sys-apps/pciutils/pciutils-3.1.9-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild?r1=1.6&r2=1.7
15
16 Index: pciutils-3.1.9-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- pciutils-3.1.9-r2.ebuild 24 Apr 2012 14:43:41 -0000 1.6
23 +++ pciutils-3.1.9-r2.ebuild 27 Apr 2012 03:11:35 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v 1.6 2012/04/24 14:43:41 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.1.9-r2.ebuild,v 1.7 2012/04/27 03:11:35 vapier Exp $
29
30 EAPI="4"
31
32 @@ -15,7 +15,11 @@
33 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
34 IUSE="static-libs zlib"
35
36 -DEPEND="zlib? ( sys-libs/zlib )"
37 +# Have the sub-libs in RDEPEND with [static-libs] since, logically,
38 +# our libssl.a depends on libz.a/etc... at runtime.
39 +LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )"
40 +DEPEND="static-libs? ( ${LIB_DEPEND} )
41 + !static-libs? ( ${LIB_DEPEND//\[static-libs(+)]} )"
42 RDEPEND="${DEPEND}
43 sys-apps/hwids"
44
45
46
47
48 1.201 sys-apps/pciutils/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.201&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?rev=1.201&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pciutils/ChangeLog?r1=1.200&r2=1.201
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
57 retrieving revision 1.200
58 retrieving revision 1.201
59 diff -u -r1.200 -r1.201
60 --- ChangeLog 24 Apr 2012 14:43:41 -0000 1.200
61 +++ ChangeLog 27 Apr 2012 03:11:35 -0000 1.201
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sys-apps/pciutils
64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.200 2012/04/24 14:43:41 vapier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.201 2012/04/27 03:11:35 vapier Exp $
67 +
68 + 27 Apr 2012; Mike Frysinger <vapier@g.o> pciutils-3.1.9-r2.ebuild:
69 + Make sure USE=static-libs requires zlib[static-libs] accordingly.
70
71 24 Apr 2012; Mike Frysinger <vapier@g.o>
72 +files/pciutils-3.1.9-static-pc.patch, pciutils-3.1.9-r1.ebuild,