Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxshortcut: lxshortcut-0.1.1.ebuild metadata.xml ChangeLog
Date: Tue, 04 Aug 2009 19:16:29
Message-Id: E1MYPUp-0000UH-Fy@stork.gentoo.org
1 yngwin 09/08/04 19:16:27
2
3 Added: lxshortcut-0.1.1.ebuild metadata.xml ChangeLog
4 Log:
5 Initial import. Ebuild based on the live one in lxde overlay.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 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.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild?rev=1.1&content-type=text/plain
13
14 Index: lxshortcut-0.1.1.ebuild
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.1 2009/08/04 19:16:27 yngwin Exp $
19
20 EAPI="1"
21
22 DESCRIPTION="LXDE tool to edit desktop entry files"
23 HOMEPAGE="http://lxde.sourceforge.net/"
24 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
25
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 RDEPEND="x11-libs/gtk+:2
32 dev-libs/glib:2"
33 DEPEND="${RDEPEND}
34 sys-devel/gettext
35 dev-util/pkgconfig"
36
37 src_install() {
38 emake DESTDIR="${D}" install || die "make install failed"
39 dodoc ChangeLog README || die "dodoc failed"
40 }
41
42
43
44 1.1 lxde-base/lxshortcut/metadata.xml
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/metadata.xml?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/metadata.xml?rev=1.1&content-type=text/plain
48
49 Index: metadata.xml
50 ===================================================================
51 <?xml version="1.0" encoding="UTF-8"?>
52 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 <pkgmetadata>
54 <herd>lxde</herd>
55 </pkgmetadata>
56
57
58
59 1.1 lxde-base/lxshortcut/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/ChangeLog?rev=1.1&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxshortcut/ChangeLog?rev=1.1&content-type=text/plain
63
64 Index: ChangeLog
65 ===================================================================
66 # ChangeLog for lxde-base/lxshortcut
67 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
68 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.1 2009/08/04 19:16:27 yngwin Exp $
69
70 *lxshortcut-0.1.1 (04 Aug 2009)
71
72 04 Aug 2009; Ben de Groot <yngwin@g.o> +lxshortcut-0.1.1.ebuild,
73 +metadata.xml:
74 Initial import. Ebuild based on the live one in lxde overlay.