Gentoo Archives: gentoo-commits

From: "Yuri Vasilevski (yvasilev)" <yvasilev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/matchbox-applet-input-manager: matchbox-applet-input-manager-0.6.ebuild ChangeLog
Date: Wed, 06 Feb 2008 20:24:50
Message-Id: E1JMqp5-0002n0-7U@stork.gentoo.org
1 yvasilev 08/02/06 20:24:47
2
3 Modified: matchbox-applet-input-manager-0.6.ebuild ChangeLog
4 Log:
5 Added a back ported patch to quieten -debug builds, Bug #95698
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.4 x11-plugins/matchbox-applet-input-manager/matchbox-applet-input-manager-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-input-manager/matchbox-applet-input-manager-0.6.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-input-manager/matchbox-applet-input-manager-0.6.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-input-manager/matchbox-applet-input-manager-0.6.ebuild?r1=1.3&r2=1.4
14
15 Index: matchbox-applet-input-manager-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-input-manager/matchbox-applet-input-manager-0.6.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- matchbox-applet-input-manager-0.6.ebuild 26 Sep 2007 04:02:55 -0000 1.3
22 +++ matchbox-applet-input-manager-0.6.ebuild 6 Feb 2008 20:24:46 -0000 1.4
23 @@ -1,8 +1,8 @@
24 -# Copyright 2006-2007 Gentoo Foundation
25 +# Copyright 2006-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-input-manager/matchbox-applet-input-manager-0.6.ebuild,v 1.3 2007/09/26 04:02:55 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-input-manager/matchbox-applet-input-manager-0.6.ebuild,v 1.4 2008/02/06 20:24:46 yvasilev Exp $
29
30 -inherit versionator
31 +inherit versionator eutils
32
33 MY_PN=${PN/matchbox/mb}
34 MY_P=${MY_PN}-${PV}
35 @@ -23,6 +23,12 @@
36
37 S="${WORKDIR}/${MY_P}"
38
39 +src_unpack() {
40 + unpack ${A}; cd "${S}"
41 +
42 + epatch "${FILESDIR}"/${P}-sssh_debug.patch
43 +}
44 +
45 src_compile() {
46 econf $(use_enable debug) || die "Configuration failed"
47
48 @@ -30,7 +36,7 @@
49 }
50
51 src_install() {
52 - make DESTDIR=${D} install || die "Installation failed"
53 + make DESTDIR="${D}" install || die "Installation failed"
54
55 dodoc AUTHORS Changelog INSTALL NEWS README
56 }
57
58
59
60 1.5 x11-plugins/matchbox-applet-input-manager/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-input-manager/ChangeLog?rev=1.5&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-input-manager/ChangeLog?rev=1.5&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/matchbox-applet-input-manager/ChangeLog?r1=1.4&r2=1.5
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-input-manager/ChangeLog,v
69 retrieving revision 1.4
70 retrieving revision 1.5
71 diff -u -r1.4 -r1.5
72 --- ChangeLog 26 Sep 2007 04:02:55 -0000 1.4
73 +++ ChangeLog 6 Feb 2008 20:24:46 -0000 1.5
74 @@ -1,6 +1,11 @@
75 # ChangeLog for x11-plugins/matchbox-applet-input-manager
76 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-input-manager/ChangeLog,v 1.4 2007/09/26 04:02:55 jer Exp $
78 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-input-manager/ChangeLog,v 1.5 2008/02/06 20:24:46 yvasilev Exp $
80 +
81 + 06 Feb 2008; <yvasilev@g.o>
82 + +files/matchbox-applet-input-manager-0.6-sssh_debug.patch,
83 + matchbox-applet-input-manager-0.6.ebuild:
84 + Added a back ported patch to quieten -debug builds, Bug #95698
85
86 26 Sep 2007; Jeroen Roovers <jer@g.o>
87 matchbox-applet-input-manager-0.6.ebuild:
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list