Gentoo Archives: gentoo-commits

From: "Pavel Kazakov (nullishzero)" <nullishzero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxtask: lxtask-0.1.6.ebuild ChangeLog
Date: Sat, 28 Feb 2015 17:44:04
Message-Id: 20150228174357.8C53512BFE@oystercatcher.gentoo.org
1 nullishzero 15/02/28 17:43:57
2
3 Modified: ChangeLog
4 Added: lxtask-0.1.6.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x39E7AB2E)
9
10 Revision Changes Path
11 1.35 lxde-base/lxtask/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/ChangeLog?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/ChangeLog?r1=1.34&r2=1.35
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- ChangeLog 17 Sep 2014 03:50:20 -0000 1.34
24 +++ ChangeLog 28 Feb 2015 17:43:57 -0000 1.35
25 @@ -1,6 +1,11 @@
26 # ChangeLog for lxde-base/lxtask
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.34 2014/09/17 03:50:20 nullishzero Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.35 2015/02/28 17:43:57 nullishzero Exp $
31 +
32 +*lxtask-0.1.6 (28 Feb 2015)
33 +
34 + 28 Feb 2015; Pavel Kazakov <nullishzero@g.o> +lxtask-0.1.6.ebuild:
35 + Version bump
36
37 *lxtask-0.1.5 (17 Sep 2014)
38
39
40
41
42 1.1 lxde-base/lxtask/lxtask-0.1.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxtask/lxtask-0.1.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lxtask-0.1.6.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.6.ebuild,v 1.1 2015/02/28 17:43:57 nullishzero Exp $
52
53 EAPI="5"
54
55 inherit eutils
56
57 DESCRIPTION="LXDE Task manager"
58 HOMEPAGE="http://lxde.sf.net/"
59 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
60
61 LICENSE="GPL-2"
62 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~arm-linux ~x86-linux"
63 SLOT="0"
64 IUSE=""
65
66 RDEPEND="x11-libs/gtk+:2
67 dev-libs/glib:2"
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig
70 sys-devel/gettext
71 >=dev-util/intltool-0.40.0"
72
73 src_install () {
74 emake DESTDIR="${D}" install
75 dodoc AUTHORS README
76 }