Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/apwal: apwal-0.4.5.ebuild ChangeLog
Date: Sun, 23 Mar 2008 00:16:38
Message-Id: E1JdDt5-00067p-JX@stork.gentoo.org
1 coldwind 08/03/23 00:16:35
2
3 Modified: apwal-0.4.5.ebuild ChangeLog
4 Log:
5 Big clean up and amd64 stable.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 x11-misc/apwal/apwal-0.4.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild?r1=1.4&r2=1.5
14
15 Index: apwal-0.4.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- apwal-0.4.5.ebuild 2 Aug 2007 12:40:10 -0000 1.4
22 +++ apwal-0.4.5.ebuild 23 Mar 2008 00:16:35 -0000 1.5
23 @@ -1,30 +1,32 @@
24 -# Copyright 1999-2007 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/apwal/apwal-0.4.5.ebuild,v 1.4 2007/08/02 12:40:10 uberlord Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/apwal-0.4.5.ebuild,v 1.5 2008/03/23 00:16:35 coldwind Exp $
29
30 -S="${WORKDIR}/${PN}"
31 DESCRIPTION="A simple application launcher and combined editor"
32 HOMEPAGE="http://apwal.free.fr/"
33 SRC_URI="http://apwal.free.fr/download/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~amd64 ppc x86 ~x86-fbsd"
38 +KEYWORDS="amd64 ppc x86 ~x86-fbsd"
39 IUSE=""
40
41 RDEPEND=">=x11-libs/gtk+-2.0
42 dev-libs/libxml2"
43 DEPEND="${RDEPEND}
44 - >=sys-apps/sed-4
45 dev-util/pkgconfig"
46
47 +S=${WORKDIR}/${PN}
48 +
49 src_unpack() {
50 unpack ${A}
51 - cd ${S}
52 + cd "${S}"
53
54 # ugly hardcoded cflags
55 + # and prevent strip
56 sed -i \
57 - -e "s:-O2:${CFLAGS}:" src/Makefile \
58 + -e "s:-O2:${CFLAGS}:" \
59 + -e "/strip/d" src/Makefile \
60 || die "sed src/Makefile failed"
61 # make parallel make happy
62 sed -i \
63 @@ -32,12 +34,8 @@
64 || die "sed Makefile failed"
65 }
66
67 -src_compile() {
68 - emake || die "emake failed"
69 -}
70 -
71 src_install() {
72 - dobin src/apwal || die "dobin failed"
73 + dobin src/apwal || die "dobin failed"
74 dosym apwal /usr/bin/apwal-editor || die "dosym failed"
75 dodoc ABOUT Changelog FAQ README || die "dodoc failed"
76 }
77
78
79
80 1.10 x11-misc/apwal/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/apwal/ChangeLog?rev=1.10&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/apwal/ChangeLog?rev=1.10&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/apwal/ChangeLog?r1=1.9&r2=1.10
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v
89 retrieving revision 1.9
90 retrieving revision 1.10
91 diff -u -r1.9 -r1.10
92 --- ChangeLog 2 Aug 2007 12:40:10 -0000 1.9
93 +++ ChangeLog 23 Mar 2008 00:16:35 -0000 1.10
94 @@ -1,6 +1,9 @@
95 # ChangeLog for x11-misc/apwal
96 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.9 2007/08/02 12:40:10 uberlord Exp $
98 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/apwal/ChangeLog,v 1.10 2008/03/23 00:16:35 coldwind Exp $
100 +
101 + 23 Mar 2008; Santiago M. Mola <coldwind@g.o> apwal-0.4.5.ebuild:
102 + Big clean up and amd64 stable.
103
104 02 Aug 2007; Roy Marples <uberlord@g.o> apwal-0.4.5.ebuild:
105 Keyworded ~x86-fbsd, #156902 thanks to Marc Kowarsky.
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list