Gentoo Archives: gentoo-commits

From: "Mounir Lamouri (volkmar)" <volkmar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/menu-cache: ChangeLog menu-cache-0.2.5.ebuild
Date: Thu, 30 Jul 2009 18:27:46
Message-Id: E1MWaLw-0005Yw-42@stork.gentoo.org
1 volkmar 09/07/30 18:27:44
2
3 Modified: ChangeLog menu-cache-0.2.5.ebuild
4 Log:
5 Keywording for ppc.
6 Bug 271148.
7 (Portage version: 13856-svn/cvs/Linux ppc)
8
9 Revision Changes Path
10 1.2 lxde-base/menu-cache/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 24 May 2009 22:13:54 -0000 1.1
23 +++ ChangeLog 30 Jul 2009 18:27:44 -0000 1.2
24 @@ -1,6 +1,9 @@
25 # ChangeLog for lxde-base/menu-cache
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.1 2009/05/24 22:13:54 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/ChangeLog,v 1.2 2009/07/30 18:27:44 volkmar Exp $
29 +
30 + 30 Jul 2009; Mounir Lamouri <volkmar@g.o> menu-cache-0.2.5.ebuild:
31 + Keywording for ppc. Bug 271148
32
33 *menu-cache-0.2.5 (24 May 2009)
34
35
36
37
38 1.2 lxde-base/menu-cache/menu-cache-0.2.5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.2.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.2.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/menu-cache/menu-cache-0.2.5.ebuild?r1=1.1&r2=1.2
43
44 Index: menu-cache-0.2.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.2.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- menu-cache-0.2.5.ebuild 24 May 2009 22:13:54 -0000 1.1
51 +++ menu-cache-0.2.5.ebuild 30 Jul 2009 18:27:44 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.2.5.ebuild,v 1.1 2009/05/24 22:13:54 yngwin Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/menu-cache/menu-cache-0.2.5.ebuild,v 1.2 2009/07/30 18:27:44 volkmar Exp $
57
58 EAPI="1"
59
60 @@ -10,7 +10,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 +KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE=""
67
68 RDEPEND=">=dev-libs/glib-2.16.0:2"
69 @@ -20,5 +20,5 @@
70
71 src_install() {
72 make DESTDIR="${D}" install || die "make install failed"
73 - dodoc AUTHORS README
74 + dodoc AUTHORS README || die "dodoc failed"
75 }