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-misc/wininfo: wininfo-0.7.ebuild ChangeLog
Date: Sat, 02 Feb 2008 13:03:36
Message-Id: E1JLI1u-0004Mo-1A@stork.gentoo.org
1 drac 08/02/02 13:03:34
2
3 Modified: wininfo-0.7.ebuild ChangeLog
4 Log:
5 amd64, fix documentation and desktop entry
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.13 x11-misc/wininfo/wininfo-0.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild?r1=1.12&r2=1.13
14
15 Index: wininfo-0.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- wininfo-0.7.ebuild 15 Nov 2006 20:50:26 -0000 1.12
22 +++ wininfo-0.7.ebuild 2 Feb 2008 13:03:33 -0000 1.13
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/wininfo/wininfo-0.7.ebuild,v 1.12 2006/11/15 20:50:26 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.13 2008/02/02 13:03:33 drac Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="An X app that follows your pointer providing information about the windows below"
33 HOMEPAGE="http://freedesktop.org/Software/wininfo"
34 @@ -8,16 +10,23 @@
35
36 LICENSE="MIT"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~ppc x86"
39 +KEYWORDS="amd64 ~ppc x86"
40 IUSE=""
41
42 RDEPEND=">=x11-libs/gtk+-2
43 + x11-libs/libX11
44 x11-libs/libXres
45 x11-libs/libXext"
46 DEPEND="${RDEPEND}
47 dev-util/pkgconfig"
48
49 +src_unpack() {
50 + unpack ${A}
51 + cd "${S}"
52 + epatch "${FILESDIR}"/${P}-desktop-entry.patch
53 +}
54 +
55 src_install() {
56 - emake DESTDIR="${D}" install || die "emake install failed"
57 - dodoc ABOUT-NLS AUTHORS NEWS README
58 + emake DESTDIR="${D}" install || die "emake install failed."
59 + dodoc AUTHORS ChangeLog NEWS README
60 }
61
62
63
64 1.12 x11-misc/wininfo/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wininfo/ChangeLog?rev=1.12&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wininfo/ChangeLog?rev=1.12&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/wininfo/ChangeLog?r1=1.11&r2=1.12
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v
73 retrieving revision 1.11
74 retrieving revision 1.12
75 diff -u -r1.11 -r1.12
76 --- ChangeLog 15 Nov 2006 20:50:26 -0000 1.11
77 +++ ChangeLog 2 Feb 2008 13:03:33 -0000 1.12
78 @@ -1,6 +1,10 @@
79 # ChangeLog for x11-misc/wininfo
80 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.11 2006/11/15 20:50:26 nelchael Exp $
82 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.12 2008/02/02 13:03:33 drac Exp $
84 +
85 + 02 Feb 2008; Samuli Suominen <drac@g.o>
86 + +files/wininfo-0.7-desktop-entry.patch, wininfo-0.7.ebuild:
87 + amd64 stable wrt #208450, install correct documentation and fix desktop entry.
88
89 15 Nov 2006; Krzysiek Pawlik <nelchael@g.o> wininfo-0.7.ebuild:
90 Add missing deps, see bug #155214.
91
92
93
94 --
95 gentoo-commits@l.g.o mailing list