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/lxtask: ChangeLog lxtask-0.1.ebuild lxtask-0.1.1.ebuild
Date: Thu, 30 Jul 2009 21:41:47
Message-Id: E1MWdNh-0003M7-Nz@stork.gentoo.org
1 volkmar 09/07/30 21:41:45
2
3 Modified: ChangeLog lxtask-0.1.ebuild lxtask-0.1.1.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.5 lxde-base/lxtask/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 15 Jul 2009 21:23:23 -0000 1.4
23 +++ ChangeLog 30 Jul 2009 21:41:45 -0000 1.5
24 @@ -1,6 +1,10 @@
25 # ChangeLog for lxde-base/lxtask
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.4 2009/07/15 21:23:23 vostorga Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.5 2009/07/30 21:41:45 volkmar Exp $
29 +
30 + 30 Jul 2009; Mounir Lamouri <volkmar@g.o> lxtask-0.1.ebuild,
31 + lxtask-0.1.1.ebuild:
32 + Keywording for ppc. Bug 271148
33
34 *lxtask-0.1.1 (15 Jul 2009)
35
36
37
38
39 1.4 lxde-base/lxtask/lxtask-0.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild?r1=1.3&r2=1.4
44
45 Index: lxtask-0.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- lxtask-0.1.ebuild 7 Dec 2008 18:51:32 -0000 1.3
52 +++ lxtask-0.1.ebuild 30 Jul 2009 21:41:45 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild,v 1.3 2008/12/07 18:51:32 yngwin Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild,v 1.4 2009/07/30 21:41:45 volkmar Exp $
59
60 EAPI="1"
61
62 @@ -9,7 +9,7 @@
63 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
64
65 LICENSE="GPL-2"
66 -KEYWORDS="~amd64 ~x86"
67 +KEYWORDS="~amd64 ~ppc ~x86"
68 SLOT="0"
69 IUSE=""
70 RESTRICT="test" # bug 249598
71 @@ -22,5 +22,5 @@
72
73 src_install () {
74 emake DESTDIR="${D}" install || die "emake install failed"
75 - dodoc AUTHORS README
76 + dodoc AUTHORS README || die "dodoc failed"
77 }
78
79
80
81 1.2 lxde-base/lxtask/lxtask-0.1.1.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/lxtask-0.1.1.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/lxtask-0.1.1.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/lxtask-0.1.1.ebuild?r1=1.1&r2=1.2
86
87 Index: lxtask-0.1.1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.1.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- lxtask-0.1.1.ebuild 15 Jul 2009 21:23:23 -0000 1.1
94 +++ lxtask-0.1.1.ebuild 30 Jul 2009 21:41:45 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2009 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.1.ebuild,v 1.1 2009/07/15 21:23:23 vostorga Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.1.ebuild,v 1.2 2009/07/30 21:41:45 volkmar Exp $
100
101 EAPI="1"
102
103 @@ -9,7 +9,7 @@
104 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
105
106 LICENSE="GPL-2"
107 -KEYWORDS="~amd64 ~x86"
108 +KEYWORDS="~amd64 ~ppc ~x86"
109 SLOT="0"
110 IUSE=""
111
112 @@ -21,5 +21,5 @@
113
114 src_install () {
115 emake DESTDIR="${D}" install || die "emake install failed"
116 - dodoc AUTHORS README
117 + dodoc AUTHORS README || die "dodoc failed"
118 }