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/pcmcia-cs: pcmcia-cs-3.2.8-r2.ebuild pcmcia-cs-3.2.9_pre20050614.ebuild
Date: Sat, 19 Apr 2008 23:04:54
Message-Id: E1JnM6z-0006AQ-Gf@stork.gentoo.org
1 vapier 08/04/19 23:04:49
2
3 Modified: pcmcia-cs-3.2.8-r2.ebuild
4 pcmcia-cs-3.2.9_pre20050614.ebuild
5 Log:
6 pkgconfig only goes in DEPEND #217278
7 (Portage version: 2.2_pre5)
8
9 Revision Changes Path
10 1.16 sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild?r1=1.15&r2=1.16
15
16 Index: pcmcia-cs-3.2.8-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- pcmcia-cs-3.2.8-r2.ebuild 22 Jul 2007 06:24:05 -0000 1.15
23 +++ pcmcia-cs-3.2.8-r2.ebuild 19 Apr 2008 23:04:48 -0000 1.16
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild,v 1.15 2007/07/22 06:24:05 dberkholz Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.8-r2.ebuild,v 1.16 2008/04/19 23:04:48 vapier Exp $
30
31 inherit eutils flag-o-matic toolchain-funcs linux-info
32
33 @@ -11,19 +11,21 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="amd64 arm ppc sh x86"
37 -
38 IUSE="gtk vanilla trusted X xforms"
39 +
40 RDEPEND="!sys-apps/pcmcia-cs-cis
41 - !sys-apps/pcmcia-cs-pnptools
42 - X? ( x11-libs/libX11
43 - x11-libs/libXpm
44 - x11-libs/libXaw
45 - gtk? ( =x11-libs/gtk+-2*
46 - dev-util/pkgconfig )
47 - xforms? ( x11-libs/xforms ) )"
48 + !sys-apps/pcmcia-cs-pnptools
49 + X? (
50 + x11-libs/libX11
51 + x11-libs/libXpm
52 + x11-libs/libXaw
53 + gtk? ( =x11-libs/gtk+-2* )
54 + xforms? ( x11-libs/xforms )
55 + )"
56 DEPEND="${RDEPEND}
57 - virtual/linux-sources
58 - >=sys-apps/sed-4"
59 + dev-util/pkgconfig
60 + virtual/linux-sources
61 + >=sys-apps/sed-4"
62
63 pkg_setup() {
64 linux-info_pkg_setup
65
66
67
68 1.4 sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild?rev=1.4&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild?rev=1.4&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild?r1=1.3&r2=1.4
73
74 Index: pcmcia-cs-3.2.9_pre20050614.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild,v
77 retrieving revision 1.3
78 retrieving revision 1.4
79 diff -u -r1.3 -r1.4
80 --- pcmcia-cs-3.2.9_pre20050614.ebuild 22 Jul 2007 06:24:05 -0000 1.3
81 +++ pcmcia-cs-3.2.9_pre20050614.ebuild 19 Apr 2008 23:04:48 -0000 1.4
82 @@ -1,6 +1,6 @@
83 -# Copyright 1999-2007 Gentoo Foundation
84 +# Copyright 1999-2008 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild,v 1.3 2007/07/22 06:24:05 dberkholz Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.9_pre20050614.ebuild,v 1.4 2008/04/19 23:04:48 vapier Exp $
88
89 inherit eutils flag-o-matic toolchain-funcs linux-info
90
91 @@ -15,20 +15,22 @@
92 LICENSE="GPL-2"
93 SLOT="0"
94 KEYWORDS="~amd64 ~arm ~ppc ~sh ~x86"
95 -
96 IUSE="gtk vanilla trusted X xforms"
97 +
98 RDEPEND="!sys-apps/pcmcia-cs-cis
99 - !sys-apps/pcmcia-cs-pnptools
100 - X? ( x11-libs/libX11
101 - x11-libs/libXpm
102 - x11-libs/libXaw
103 - gtk? ( =x11-libs/gtk+-2*
104 - dev-util/pkgconfig )
105 - xforms? ( x11-libs/xforms ) )"
106 + !sys-apps/pcmcia-cs-pnptools
107 + X? (
108 + x11-libs/libX11
109 + x11-libs/libXpm
110 + x11-libs/libXaw
111 + gtk? ( =x11-libs/gtk+-2* )
112 + xforms? ( x11-libs/xforms )
113 + )"
114 DEPEND="${RDEPEND}
115 - virtual/linux-sources
116 - dev-util/yacc
117 - >=sys-apps/sed-4"
118 + dev-util/pkgconfig
119 + virtual/linux-sources
120 + dev-util/yacc
121 + >=sys-apps/sed-4"
122
123 pkg_setup() {
124 linux-info_pkg_setup
125
126
127
128 --
129 gentoo-commits@l.g.o mailing list