Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xdialog: xdialog-2.3.1.ebuild xdialog-2.2.1-r1.ebuild ChangeLog
Date: Mon, 07 Jan 2008 04:10:15
Message-Id: E1JBjJU-00054C-AB@stork.gentoo.org
1 omp 08/01/07 04:10:12
2
3 Modified: xdialog-2.3.1.ebuild xdialog-2.2.1-r1.ebuild
4 ChangeLog
5 Log:
6 Add dev-util/pkgconfig to DEPEND. (bug #204585)
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.2 x11-misc/xdialog/xdialog-2.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: xdialog-2.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xdialog-2.3.1.ebuild 14 Apr 2007 17:43:39 -0000 1.1
23 +++ xdialog-2.3.1.ebuild 7 Jan 2008 04:10:11 -0000 1.2
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/x11-misc/xdialog/xdialog-2.3.1.ebuild,v 1.1 2007/04/14 17:43:39 drac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.3.1.ebuild,v 1.2 2008/01/07 04:10:11 omp Exp $
30
31 DESCRIPTION="drop-in replacement for cdialog using GTK"
32 HOMEPAGE="http://xdialog.dyns.net/"
33 @@ -13,6 +13,7 @@
34
35 RDEPEND=">=x11-libs/gtk+-2.2"
36 DEPEND="${RDEPEND}
37 + dev-util/pkgconfig
38 nls? ( sys-devel/gettext )"
39
40 S="${WORKDIR}/${P/x/X}"
41
42
43
44 1.8 x11-misc/xdialog/xdialog-2.2.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild?r1=1.7&r2=1.8
49
50 Index: xdialog-2.2.1-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- xdialog-2.2.1-r1.ebuild 5 Feb 2007 16:48:35 -0000 1.7
57 +++ xdialog-2.2.1-r1.ebuild 7 Jan 2008 04:10:11 -0000 1.8
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild,v 1.7 2007/02/05 16:48:35 wolf31o2 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/xdialog-2.2.1-r1.ebuild,v 1.8 2008/01/07 04:10:11 omp Exp $
64
65 DESCRIPTION="drop-in replacement for cdialog using GTK"
66 HOMEPAGE="http://xdialog.dyns.net/"
67 @@ -11,9 +11,10 @@
68 KEYWORDS="alpha amd64 ~hppa ppc x86"
69 IUSE="nls"
70
71 -DEPEND=">=x11-libs/gtk+-2.2
72 +RDEPEND=">=x11-libs/gtk+-2.2"
73 +DEPEND="${RDEPEND}
74 + dev-util/pkgconfig
75 nls? ( >=sys-devel/gettext-0.10.38 )"
76 -RDEPEND="${DEPEND}"
77
78 S="${WORKDIR}/${P/x/X}"
79
80
81
82
83 1.23 x11-misc/xdialog/ChangeLog
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdialog/ChangeLog?rev=1.23&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdialog/ChangeLog?rev=1.23&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xdialog/ChangeLog?r1=1.22&r2=1.23
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v
92 retrieving revision 1.22
93 retrieving revision 1.23
94 diff -u -r1.22 -r1.23
95 --- ChangeLog 14 Apr 2007 17:43:39 -0000 1.22
96 +++ ChangeLog 7 Jan 2008 04:10:11 -0000 1.23
97 @@ -1,6 +1,10 @@
98 # ChangeLog for x11-misc/xdialog
99 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.22 2007/04/14 17:43:39 drac Exp $
101 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
102 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdialog/ChangeLog,v 1.23 2008/01/07 04:10:11 omp Exp $
103 +
104 + 07 Jan 2008; David Shakaryan <omp@g.o> xdialog-2.2.1-r1.ebuild,
105 + xdialog-2.3.1.ebuild:
106 + Add dev-util/pkgconfig to DEPEND. (bug #204585)
107
108 *xdialog-2.3.1 (14 Apr 2007)
109
110
111
112
113 --
114 gentoo-commits@l.g.o mailing list