Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-qt/
Date: Sun, 25 Dec 2016 18:55:42
Message-Id: 1482692052.b3604b6fd215d0df6033cca2aee1974c1ae2a7af.johu@gentoo
1 commit: b3604b6fd215d0df6033cca2aee1974c1ae2a7af
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 25 18:53:52 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 25 18:54:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3604b6f
7
8 x11-misc/appmenu-qt: EAPI 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild | 13 +++++++------
13 1 file changed, 7 insertions(+), 6 deletions(-)
14
15 diff --git a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild
16 index 86f9a8f..ff6d2ff 100644
17 --- a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild
18 +++ b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild
19 @@ -1,23 +1,24 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=4
26 +EAPI=6
27
28 inherit cmake-utils
29
30 DESCRIPTION="Application menu module for Qt"
31 HOMEPAGE="https://launchpad.net/appmenu-qt"
32 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}-${PV}.tar.bz2"
33 +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
34
35 LICENSE="GPL-2 LGPL-2.1"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 IUSE=""
39
40 -DEPEND=">=dev-qt/qtcore-4.8:4
41 - >=dev-qt/qtdbus-4.8:4
42 - >=dev-qt/qtgui-4.8:4
43 +DEPEND="
44 + dev-qt/qtcore:4
45 + dev-qt/qtdbus:4
46 + dev-qt/qtgui:4
47 >=dev-libs/libdbusmenu-qt-0.9.0[qt4(+)]"
48 RDEPEND="${DEPEND}"