Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/wmakerconf: wmakerconf-2.11.ebuild ChangeLog
Date: Tue, 06 May 2008 13:44:14
Message-Id: E1JtNSj-0003oh-TS@stork.gentoo.org
1 drac 08/05/06 13:44:09
2
3 Modified: wmakerconf-2.11.ebuild ChangeLog
4 Log:
5 Move pkgconfig to DEPEND wrt #217278. other minor issues, quoting, stop inheriting eclasses we don't use and such
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.11 x11-misc/wmakerconf/wmakerconf-2.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild?r1=1.10&r2=1.11
14
15 Index: wmakerconf-2.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- wmakerconf-2.11.ebuild 13 Jul 2007 05:09:41 -0000 1.10
22 +++ wmakerconf-2.11.ebuild 6 May 2008 13:44:09 -0000 1.11
23 @@ -1,31 +1,27 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.10 2007/07/13 05:09:41 mr_bones_ Exp $
28 -
29 -inherit eutils
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.11 2008/05/06 13:44:09 drac Exp $
31
32 DESCRIPTION="X based config tool for the windowmaker X windowmanager."
33 SRC_URI="http://www.starplot.org/wmakerconf/${P}.tar.gz"
34 HOMEPAGE="http://www.starplot.org/wmakerconf/"
35
36 -SLOT="0"
37 LICENSE="GPL-2"
38 +SLOT="0"
39 KEYWORDS="amd64 ppc sparc x86"
40 -
41 IUSE="nls imlib perl"
42
43 -DEPEND="=x11-libs/gtk+-2*
44 - dev-util/pkgconfig
45 +RDEPEND="=x11-libs/gtk+-2*
46 >=x11-wm/windowmaker-0.90.0
47 - imlib? ( media-libs/imlib )"
48 -
49 -RDEPEND="${DEPEND}
50 - nls? ( sys-devel/gettext )
51 + imlib? ( media-libs/imlib )
52 perl? ( dev-lang/perl
53 dev-perl/HTML-Parser
54 dev-perl/libwww-perl
55 www-client/lynx
56 net-misc/wget )"
57 +DEPEND="${RDEPEND}
58 + nls? ( sys-devel/gettext )
59 + dev-util/pkgconfig"
60
61 src_compile() {
62 local myconf
63 @@ -41,8 +37,8 @@
64 }
65
66 src_install() {
67 - emake DESTDIR=${D} \
68 - gnulocaledir=${D}/usr/share/locale \
69 + emake DESTDIR="${D}" \
70 + gnulocaledir="${D}/usr/share/locale" \
71 install || die "install failed"
72
73 dodoc README NEWS MANUAL AUTHORS TODO ChangeLog
74
75
76
77 1.33 x11-misc/wmakerconf/ChangeLog
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.33&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wmakerconf/ChangeLog?rev=1.33&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wmakerconf/ChangeLog?r1=1.32&r2=1.33
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v
86 retrieving revision 1.32
87 retrieving revision 1.33
88 diff -u -r1.32 -r1.33
89 --- ChangeLog 21 Feb 2007 23:59:26 -0000 1.32
90 +++ ChangeLog 6 May 2008 13:44:09 -0000 1.33
91 @@ -1,6 +1,9 @@
92 # ChangeLog for x11-misc/wmakerconf
93 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.32 2007/02/21 23:59:26 jokey Exp $
95 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
96 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.33 2008/05/06 13:44:09 drac Exp $
97 +
98 + 06 May 2008; Samuli Suominen <drac@g.o> wmakerconf-2.11.ebuild:
99 + Move pkgconfig to DEPEND wrt #217278.
100
101 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
102 Redigest for Manifest2
103
104
105
106 --
107 gentoo-commits@l.g.o mailing list