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/lxmenu-data: lxmenu-data-0.1.4.ebuild ChangeLog
Date: Thu, 05 Mar 2015 17:20:39
Message-Id: 20150305172034.1E038131B5@oystercatcher.gentoo.org
1 nullishzero 15/03/05 17:20:34
2
3 Modified: ChangeLog
4 Added: lxmenu-data-0.1.4.ebuild
5 Log:
6 Version bump; thanks to jospezial
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x39E7AB2E)
9
10 Revision Changes Path
11 1.22 lxde-base/lxmenu-data/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 3 Mar 2015 08:05:05 -0000 1.21
24 +++ ChangeLog 5 Mar 2015 17:20:34 -0000 1.22
25 @@ -1,6 +1,11 @@
26 # ChangeLog for lxde-base/lxmenu-data
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/ChangeLog,v 1.21 2015/03/03 08:05:05 dlan Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/ChangeLog,v 1.22 2015/03/05 17:20:34 nullishzero Exp $
30 +
31 +*lxmenu-data-0.1.4 (05 Mar 2015)
32 +
33 + 05 Mar 2015; Pavel Kazakov <nullishzero@g.o> +lxmenu-data-0.1.4.ebuild:
34 + Version bump; thanks to jospezial
35
36 03 Mar 2015; Yixun Lan <dlan@g.o> lxmenu-data-0.1.2.ebuild:
37 add arm64 support, tested on A53 board
38
39
40
41 1.1 lxde-base/lxmenu-data/lxmenu-data-0.1.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/lxmenu-data-0.1.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxmenu-data/lxmenu-data-0.1.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lxmenu-data-0.1.4.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxmenu-data/lxmenu-data-0.1.4.ebuild,v 1.1 2015/03/05 17:20:34 nullishzero Exp $
51
52 EAPI="5"
53
54 DESCRIPTION="Provides files needed for LXDE application menus"
55 HOMEPAGE="http://lxde.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
61 IUSE=""
62
63 RDEPEND=""
64 DEPEND="sys-devel/gettext
65 >=dev-util/intltool-0.40.0
66 virtual/pkgconfig"
67
68 src_install() {
69 emake DESTDIR="${D}" install
70 dodoc AUTHORS README
71 }