Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxtask: lxtask-0.1.4.ebuild ChangeLog
Date: Sun, 02 Oct 2011 10:17:41
Message-Id: 20111002101724.444232004B@flycatcher.gentoo.org
1 hwoarang 11/10/02 10:17:24
2
3 Modified: lxtask-0.1.4.ebuild ChangeLog
4 Log:
5 Remove all the remaining broken linguas. Bug #385287
6
7 (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 lxde-base/lxtask/lxtask-0.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4.ebuild?r1=1.1&r2=1.2
15
16 Index: lxtask-0.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lxtask-0.1.4.ebuild 22 Jun 2011 07:23:29 -0000 1.1
23 +++ lxtask-0.1.4.ebuild 2 Oct 2011 10:17:24 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4.ebuild,v 1.1 2011/06/22 07:23:29 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.4.ebuild,v 1.2 2011/10/02 10:17:24 hwoarang Exp $
29
30 EAPI="4"
31
32 -inherit autotools
33 +inherit eutils autotools
34
35 DESCRIPTION="LXDE Task manager"
36 HOMEPAGE="http://lxde.sf.net/"
37 @@ -23,13 +23,12 @@
38 >=dev-util/intltool-0.40.0"
39
40 src_prepare() {
41 - # en_GB.po file does not exist and breaks compilation
42 - sed -i -e "/^ALL_LINGUAS/s:en_GB::" \
43 - configure.ac || die
44 + # use new patch to remove broken linguas
45 + epatch "${FILESDIR}"/${P}-remove-broken-linguas.patch
46 eautoreconf
47 }
48
49 src_install () {
50 - emake DESTDIR="${D}" install || die "emake install failed"
51 - dodoc AUTHORS README || die "dodoc failed"
52 + emake DESTDIR="${D}" install
53 + dodoc AUTHORS README
54 }
55
56
57
58 1.19 lxde-base/lxtask/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.19&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.19&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/ChangeLog?r1=1.18&r2=1.19
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v
67 retrieving revision 1.18
68 retrieving revision 1.19
69 diff -u -r1.18 -r1.19
70 --- ChangeLog 22 Jun 2011 07:23:29 -0000 1.18
71 +++ ChangeLog 2 Oct 2011 10:17:24 -0000 1.19
72 @@ -1,6 +1,10 @@
73 # ChangeLog for lxde-base/lxtask
74 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.18 2011/06/22 07:23:29 hwoarang Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.19 2011/10/02 10:17:24 hwoarang Exp $
77 +
78 + 02 Oct 2011; Markos Chandras <hwoarang@g.o> lxtask-0.1.4.ebuild,
79 + +files/lxtask-0.1.4-remove-broken-linguas.patch:
80 + Remove all the remaining broken linguas. Bug #385287
81
82 *lxtask-0.1.4 (22 Jun 2011)