Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xosd: ChangeLog xosd-2.2.14-r1.ebuild
Date: Fri, 20 Jun 2008 14:31:46
Message-Id: E1K9heO-0002dx-GK@stork.gentoo.org
1 darkside 08/06/20 14:31:40
2
3 Modified: ChangeLog xosd-2.2.14-r1.ebuild
4 Log:
5 Move pkgconfig from RDEPEND to DEPEND, build time tool. My mistake.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.74 x11-libs/xosd/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/ChangeLog?rev=1.74&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/ChangeLog?rev=1.74&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/ChangeLog?r1=1.73&r2=1.74
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v
18 retrieving revision 1.73
19 retrieving revision 1.74
20 diff -u -r1.73 -r1.74
21 --- ChangeLog 18 Jun 2008 00:30:09 -0000 1.73
22 +++ ChangeLog 20 Jun 2008 14:31:39 -0000 1.74
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/xosd
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.73 2008/06/18 00:30:09 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/ChangeLog,v 1.74 2008/06/20 14:31:39 darkside Exp $
28 +
29 + 20 Jun 2008; Jeremy Olexa <darkside@g.o> xosd-2.2.14-r1.ebuild:
30 + Move pkgconfig from RDEPEND to DEPEND, build time tool. My mistake.
31
32 18 Jun 2008; Jeremy Olexa <darkside@g.o> xosd-2.2.14-r1.ebuild:
33 Add missing pkgconfig dep to xosd. Fixes bug #227713
34
35
36
37 1.19 x11-libs/xosd/xosd-2.2.14-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild?rev=1.19&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild?rev=1.19&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild?r1=1.18&r2=1.19
42
43 Index: xosd-2.2.14-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild,v
46 retrieving revision 1.18
47 retrieving revision 1.19
48 diff -u -r1.18 -r1.19
49 --- xosd-2.2.14-r1.ebuild 18 Jun 2008 00:30:09 -0000 1.18
50 +++ xosd-2.2.14-r1.ebuild 20 Jun 2008 14:31:39 -0000 1.19
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild,v 1.18 2008/06/18 00:30:09 darkside Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xosd/xosd-2.2.14-r1.ebuild,v 1.19 2008/06/20 14:31:39 darkside Exp $
56
57 WANT_AUTOCONF="latest"
58 WANT_AUTOMAKE="latest"
59 @@ -23,11 +23,11 @@
60 x11-proto/xextproto
61 x11-libs/libXext
62 x11-proto/xproto
63 - xinerama? ( x11-proto/xineramaproto )"
64 -
65 -RDEPEND="${DEPEND}
66 + xinerama? ( x11-proto/xineramaproto )
67 dev-util/pkgconfig"
68
69 +RDEPEND="${DEPEND}"
70 +
71 src_unpack() {
72 unpack ${A}
73 cd "${S}"
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list