Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/apwal: ChangeLog apwal-0.4.5.ebuild
Date: Wed, 02 Mar 2011 16:20:23
Message-Id: 20110302162013.7AB532004F@flycatcher.gentoo.org
1 signals 11/03/02 16:20:13
2
3 Modified: ChangeLog apwal-0.4.5.ebuild
4 Log:
5 Slotted gtk+
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 x11-misc/apwal/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 24 Aug 2010 18:37:52 -0000 1.11
23 +++ ChangeLog 2 Mar 2011 16:20:13 -0000 1.12
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-misc/apwal
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.11 2010/08/24 18:37:52 xarthisius Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.12 2011/03/02 16:20:13 signals Exp $
30 +
31 + 02 Mar 2011; Kevin McCarthy <signals@g.o> apwal-0.4.5.ebuild:
32 + Depend on slotted gtk+ and EAPI=2 bump for slot deps.
33
34 *apwal-0.4.5-r1 (24 Aug 2010)
35
36
37
38
39 1.6 x11-misc/apwal/apwal-0.4.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild?r1=1.5&r2=1.6
44
45 Index: apwal-0.4.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- apwal-0.4.5.ebuild 23 Mar 2008 00:16:35 -0000 1.5
52 +++ apwal-0.4.5.ebuild 2 Mar 2011 16:20:13 -0000 1.6
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild,v 1.5 2008/03/23 00:16:35 coldwind Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild,v 1.6 2011/03/02 16:20:13 signals Exp $
59 +
60 +EAPI=2
61
62 DESCRIPTION="A simple application launcher and combined editor"
63 HOMEPAGE="http://apwal.free.fr/"
64 @@ -11,17 +13,14 @@
65 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
66 IUSE=""
67
68 -RDEPEND=">=x11-libs/gtk+-2.0
69 +RDEPEND="x11-libs/gtk+:2
70 dev-libs/libxml2"
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig"
73
74 S=${WORKDIR}/${PN}
75
76 -src_unpack() {
77 - unpack ${A}
78 - cd "${S}"
79 -
80 +src_prepare() {
81 # ugly hardcoded cflags
82 # and prevent strip
83 sed -i \