From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D099139085 for ; Sun, 25 Dec 2016 18:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73389E0C58; Sun, 25 Dec 2016 18:55:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51112E0C58 for ; Sun, 25 Dec 2016 18:55:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33730341142 for ; Sun, 25 Dec 2016 18:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DC2024DC for ; Sun, 25 Dec 2016 18:55:38 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1482692052.b3604b6fd215d0df6033cca2aee1974c1ae2a7af.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/appmenu-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild X-VCS-Directories: x11-misc/appmenu-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b3604b6fd215d0df6033cca2aee1974c1ae2a7af X-VCS-Branch: master Date: Sun, 25 Dec 2016 18:55:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 43a6333a-8cd9-46ef-b538-157f9de27589 X-Archives-Hash: 28c2f000533f82c5e4bad55b27f9e7ca commit: b3604b6fd215d0df6033cca2aee1974c1ae2a7af Author: Johannes Huber gentoo org> AuthorDate: Sun Dec 25 18:53:52 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Dec 25 18:54:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3604b6f x11-misc/appmenu-qt: EAPI 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild index 86f9a8f..ff6d2ff 100644 --- a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild +++ b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild @@ -1,23 +1,24 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 inherit cmake-utils DESCRIPTION="Application menu module for Qt" HOMEPAGE="https://launchpad.net/appmenu-qt" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}-${PV}.tar.bz2" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-qt/qtcore-4.8:4 - >=dev-qt/qtdbus-4.8:4 - >=dev-qt/qtgui-4.8:4 +DEPEND=" + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 >=dev-libs/libdbusmenu-qt-0.9.0[qt4(+)]" RDEPEND="${DEPEND}"