Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/superswitcher: superswitcher-0.6.ebuild ChangeLog
Date: Mon, 22 Oct 2007 16:56:19
Message-Id: E1Ik0ZX-0003fC-LU@stork.gentoo.org
1 swegener 07/10/22 16:56:11
2
3 Modified: superswitcher-0.6.ebuild ChangeLog
4 Log:
5 Add a patch to fix a segmentation fault.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.2 x11-misc/superswitcher/superswitcher-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild?r1=1.1&r2=1.2
14
15 Index: superswitcher-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- superswitcher-0.6.ebuild 22 Oct 2007 16:14:56 -0000 1.1
22 +++ superswitcher-0.6.ebuild 22 Oct 2007 16:56:11 -0000 1.2
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild,v 1.1 2007/10/22 16:14:56 swegener Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild,v 1.2 2007/10/22 16:56:11 swegener Exp $
28 +
29 +inherit eutils
30
31 DESCRIPTION="A more feature-full replacement of the Alt-Tab window switching behavior."
32 HOMEPAGE="http://code.google.com/p/superswitcher/"
33 @@ -16,6 +18,13 @@
34 >=x11-libs/libwnck-2.10"
35 DEPEND="${RDEPEND}"
36
37 +src_unpack() {
38 + unpack ${A}
39 + cd "${S}"
40 +
41 + epatch "${FILESDIR}"/${P}-wnck-workspace.patch
42 +}
43 +
44 src_install() {
45 emake -j1 install DESTDIR="${D}" || die "emake install failed"
46 dodoc ChangeLog README
47
48
49
50 1.4 x11-misc/superswitcher/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/ChangeLog?rev=1.4&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/ChangeLog?rev=1.4&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/superswitcher/ChangeLog?r1=1.3&r2=1.4
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v
59 retrieving revision 1.3
60 retrieving revision 1.4
61 diff -u -r1.3 -r1.4
62 --- ChangeLog 22 Oct 2007 16:14:56 -0000 1.3
63 +++ ChangeLog 22 Oct 2007 16:56:11 -0000 1.4
64 @@ -1,6 +1,10 @@
65 # ChangeLog for x11-misc/superswitcher
66 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v 1.3 2007/10/22 16:14:56 swegener Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v 1.4 2007/10/22 16:56:11 swegener Exp $
69 +
70 + 22 Oct 2007; Sven Wegener <swegener@g.o>
71 + +files/superswitcher-0.6-wnck-workspace.patch, superswitcher-0.6.ebuild:
72 + Add a patch to fix a segmentation fault.
73
74 *superswitcher-0.6 (22 Oct 2007)
75
76
77
78
79 --
80 gentoo-commits@g.o mailing list