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/lxlauncher: ChangeLog lxlauncher-0.2.1.ebuild
Date: Sun, 19 Jul 2009 04:21:36
Message-Id: E1MSNu2-0003bY-BO@stork.gentoo.org
1 vostorga 09/07/19 04:21:34
2
3 Modified: ChangeLog
4 Added: lxlauncher-0.2.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 lxde-base/lxlauncher/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 7 Nov 2008 14:59:32 -0000 1.1
23 +++ ChangeLog 19 Jul 2009 04:21:34 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for lxde-base/lxlauncher
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.1 2008/11/07 14:59:32 yngwin Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/ChangeLog,v 1.2 2009/07/19 04:21:34 vostorga Exp $
30 +
31 +*lxlauncher-0.2.1 (19 Jul 2009)
32 +
33 + 19 Jul 2009; VĂ­ctor Ostorga <vostorga@g.o>
34 + +lxlauncher-0.2.1.ebuild, +files/lxlauncher-0.2.1-intltool.patch:
35 + Version bump to 0.2.1
36
37 *lxlauncher-0.2 (07 Nov 2008)
38
39
40
41
42 1.1 lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lxlauncher-0.2.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxlauncher/lxlauncher-0.2.1.ebuild,v 1.1 2009/07/19 04:21:34 vostorga Exp $
52
53 EAPI="1"
54
55 inherit autotools eutils
56
57 DESCRIPTION="An open source clone of the Asus launcher for EeePC"
58 HOMEPAGE="http://lxde.sf.net/"
59 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND="dev-libs/glib:2
67 x11-libs/gtk+:2
68 gnome-base/gnome-menus
69 x11-libs/startup-notification"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 sys-devel/gettext
73 lxde-base/menu-cache
74 !lxde-base/lxlauncher-gmenu"
75
76 src_unpack() {
77 unpack ${A}
78 cd "${S}"
79
80 epatch "${FILESDIR}"/${P}-intltool.patch
81
82 # Rerun autotools
83 einfo "Regenerating autotools files..."
84 eautoreconf
85 }
86
87 src_install() {
88 emake DESTDIR="${D}" install || die "emake install failed"
89 dodoc AUTHORS ChangeLog README
90 }