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-wm/aewm++: ChangeLog aewm++-1.1.5.ebuild
Date: Sat, 03 May 2008 20:53:48
Message-Id: E1JsOjp-0002Jb-E8@stork.gentoo.org
1 drac 08/05/03 20:53:45
2
3 Modified: ChangeLog
4 Added: aewm++-1.1.5.ebuild
5 Log:
6 Version bump with GCC 4.3 patch wrt #220156, thanks to Peter Alfredsen.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.15 x11-wm/aewm++/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/aewm++/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/aewm++/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/aewm++/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 14 Jul 2007 04:31:19 -0000 1.14
23 +++ ChangeLog 3 May 2008 20:53:44 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-wm/aewm++
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v 1.14 2007/07/14 04:31:19 omp Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v 1.15 2008/05/03 20:53:44 drac Exp $
30 +
31 +*aewm++-1.1.5 (03 May 2008)
32 +
33 + 03 May 2008; Samuli Suominen <drac@g.o>
34 + +files/aewm++-1.1.5-gcc43.patch, +aewm++-1.1.5.ebuild:
35 + Version bump with GCC 4.3 patch wrt #220156, thanks to Peter Alfredsen.
36
37 14 Jul 2007; David Shakaryan <omp@g.o> aewm++-1.0.24.ebuild:
38 Update HOMEPAGE. (bug #185223)
39
40
41
42 1.1 x11-wm/aewm++/aewm++-1.1.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/aewm++/aewm++-1.1.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/aewm++/aewm++-1.1.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: aewm++-1.1.5.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.1.5.ebuild,v 1.1 2008/05/03 20:53:44 drac Exp $
52
53 inherit eutils toolchain-funcs
54
55 DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel."
56 HOMEPAGE="http://frankhale.org"
57 SRC_URI="http://frankhale.org/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 RDEPEND="x11-libs/libX11
65 x11-libs/libXext"
66 DEPEND="${RDEPEND}
67 x11-proto/xextproto
68 x11-proto/xproto"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}"/${P}-gcc43.patch
74 sed -i -e "s:install -s:install:" Makefile \
75 || die "sed failed."
76 }
77
78 src_compile() {
79 emake CC="$(tc-getCXX)" CFLAGS="${CXXFLAGS}" LDPATH="" \
80 ADDITIONAL_CFLAGS="" INCLUDES="" || die "emake failed."
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die "emake install failed."
85 dodoc ChangeLog README
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list