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/bbkeys: bbkeys-0.9.0-r1.ebuild ChangeLog
Date: Thu, 24 Apr 2008 08:55:11
Message-Id: E1JoxEO-0007AX-RJ@stork.gentoo.org
1 omp 08/04/24 08:55:04
2
3 Modified: bbkeys-0.9.0-r1.ebuild ChangeLog
4 Log:
5 Compile with GCC 4.3; patch from Fedora. (bug #217980)
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.4 x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: bbkeys-0.9.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- bbkeys-0.9.0-r1.ebuild 7 Dec 2006 02:24:16 -0000 1.3
22 +++ bbkeys-0.9.0-r1.ebuild 24 Apr 2008 08:55:04 -0000 1.4
23 @@ -1,6 +1,8 @@
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/bbkeys/bbkeys-0.9.0-r1.ebuild,v 1.3 2006/12/07 02:24:16 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.9.0-r1.ebuild,v 1.4 2008/04/24 08:55:04 omp Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
33 HOMEPAGE="http://bbkeys.sourceforge.net"
34 @@ -15,7 +17,14 @@
35 DEPEND="${RDEPEND}
36 dev-util/pkgconfig"
37
38 -src_install () {
39 +src_unpack() {
40 + unpack ${A}
41 + cd "${S}"
42 +
43 + epatch "${FILESDIR}/${P}-gcc-4.3.patch"
44 +}
45 +
46 +src_install() {
47 make DESTDIR="${D}" install || die "make install failed"
48 rm -rf "${D}/usr/share/doc"
49 dodoc AUTHORS BUGS ChangeLog NEWS README
50
51
52
53 1.24 x11-misc/bbkeys/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbkeys/ChangeLog?rev=1.24&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbkeys/ChangeLog?rev=1.24&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/bbkeys/ChangeLog?r1=1.23&r2=1.24
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v
62 retrieving revision 1.23
63 retrieving revision 1.24
64 diff -u -r1.23 -r1.24
65 --- ChangeLog 21 Feb 2007 23:31:31 -0000 1.23
66 +++ ChangeLog 24 Apr 2008 08:55:04 -0000 1.24
67 @@ -1,6 +1,10 @@
68 # ChangeLog for x11-misc/bbkeys
69 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v 1.23 2007/02/21 23:31:31 jokey Exp $
71 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/ChangeLog,v 1.24 2008/04/24 08:55:04 omp Exp $
73 +
74 + 24 Apr 2008; David Shakaryan <omp@g.o>
75 + +files/bbkeys-0.9.0-gcc-4.3.patch, bbkeys-0.9.0-r1.ebuild:
76 + Compile with GCC 4.3; patch from Fedora. (bug #217980)
77
78 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
79 Redigest for Manifest2
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list