Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild ChangeLog
Date: Wed, 05 Aug 2009 05:24:21
Message-Id: E1MYYz4-0002Bn-Tp@stork.gentoo.org
1 vostorga 09/08/05 05:24:18
2
3 Modified: lxshortcut-0.1.1.ebuild ChangeLog
4 Log:
5 Fixing infinite loop, bug #280399 , Patch thanks to Yuan Ye <yuanyelele@×××××.com>
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?r1=1.1&r2=1.2
14
15 Index: lxshortcut-0.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lxshortcut-0.1.1.ebuild 4 Aug 2009 19:16:27 -0000 1.1
22 +++ lxshortcut-0.1.1.ebuild 5 Aug 2009 05:24:18 -0000 1.2
23 @@ -1,9 +1,11 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.1 2009/08/04 19:16:27 yngwin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.2 2009/08/05 05:24:18 vostorga Exp $
28
29 EAPI="1"
30
31 +inherit autotools eutils
32 +
33 DESCRIPTION="LXDE tool to edit desktop entry files"
34 HOMEPAGE="http://lxde.sourceforge.net/"
35 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
36 @@ -19,6 +21,17 @@
37 sys-devel/gettext
38 dev-util/pkgconfig"
39
40 +src_unpack() {
41 + unpack ${A}
42 + cd "${S}"
43 +
44 + epatch "${FILESDIR}"/${P}-intltool.patch
45 +
46 + # Rerun autotools
47 + einfo "Regenerating autotools files..."
48 + eautoreconf
49 +}
50 +
51 src_install() {
52 emake DESTDIR="${D}" install || die "make install failed"
53 dodoc ChangeLog README || die "dodoc failed"
54
55
56
57 1.2 lxde-base/lxshortcut/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/ChangeLog?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/ChangeLog?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/ChangeLog?r1=1.1&r2=1.2
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- ChangeLog 4 Aug 2009 19:16:27 -0000 1.1
70 +++ ChangeLog 5 Aug 2009 05:24:18 -0000 1.2
71 @@ -1,6 +1,11 @@
72 # ChangeLog for lxde-base/lxshortcut
73 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.1 2009/08/04 19:16:27 yngwin Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.2 2009/08/05 05:24:18 vostorga Exp $
76 +
77 + 05 Aug 2009; <vostorga@g.o> lxshortcut-0.1.1.ebuild,
78 + +files/lxshortcut-0.1.1-intltool.patch:
79 + Fixing infinite loop, bug #280399
80 + Patch thanks to Yuan Ye <yuanyelele@×××××.com>
81
82 *lxshortcut-0.1.1 (04 Aug 2009)