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/lxtask: ChangeLog lxtask-0.1.3.ebuild
Date: Sat, 01 May 2010 18:58:17
Message-Id: 20100501185811.59D342C139@corvid.gentoo.org
1 vostorga 10/05/01 18:58:11
2
3 Modified: ChangeLog
4 Added: lxtask-0.1.3.ebuild
5 Log:
6 Version bump to 0.1.3
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.11 lxde-base/lxtask/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 23 Feb 2010 18:42:24 -0000 1.10
23 +++ ChangeLog 1 May 2010 18:58:11 -0000 1.11
24 @@ -1,6 +1,11 @@
25 # ChangeLog for lxde-base/lxtask
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.10 2010/02/23 18:42:24 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.11 2010/05/01 18:58:11 vostorga Exp $
29 +
30 +*lxtask-0.1.3 (01 May 2010)
31 +
32 + 01 May 2010; Víctor Ostorga <vostorga@g.o> +lxtask-0.1.3.ebuild:
33 + Version bump to 0.1.3
34
35 23 Feb 2010; Raúl Porcel <armin76@g.o> lxtask-0.1.1.ebuild:
36 arm stable wrt #306433
37
38
39
40 1.1 lxde-base/lxtask/lxtask-0.1.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/lxtask-0.1.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxtask/lxtask-0.1.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: lxtask-0.1.3.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.3.ebuild,v 1.1 2010/05/01 18:58:11 vostorga Exp $
50
51 EAPI="1"
52
53 DESCRIPTION="LXDE Task manager"
54 HOMEPAGE="http://lxde.sf.net/"
55 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 KEYWORDS="~amd64 ~arm ~ppc ~x86"
59 SLOT="0"
60 IUSE=""
61
62 RDEPEND="x11-libs/gtk+:2
63 dev-libs/glib:2"
64 DEPEND="${RDEPEND}
65 dev-util/pkgconfig
66 sys-devel/gettext"
67
68 src_install () {
69 emake DESTDIR="${D}" install || die "emake install failed"
70 dodoc AUTHORS README || die "dodoc failed"
71 }