From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E8C90138CF8 for ; Sun, 28 Jun 2015 13:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 718A6E0826; Sun, 28 Jun 2015 13:49:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 184B7E0826 for ; Sun, 28 Jun 2015 13:49:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 482E73409C8 for ; Sun, 28 Jun 2015 13:49:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 114A272F for ; Sun, 28 Jun 2015 13:49:23 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1435499349.66303fa0d8908aed5dcb95c823369c4f6b1d3b07.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libqtxdg/libqtxdg-9999.ebuild dev-libs/libqtxdg/metadata.xml X-VCS-Directories: dev-libs/libqtxdg/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 66303fa0d8908aed5dcb95c823369c4f6b1d3b07 X-VCS-Branch: master Date: Sun, 28 Jun 2015 13:49:23 +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: 440f0cfd-ca4e-4918-a4f9-145d6f5f56ac X-Archives-Hash: 245023284bbb9e97ad15234628833444 commit: 66303fa0d8908aed5dcb95c823369c4f6b1d3b07 Author: Davide Pesavento gentoo org> AuthorDate: Sun Jun 28 13:49:09 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Jun 28 13:49:09 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=66303fa0 [dev-libs/libqtxdg] Sync. Package-Manager: portage-2.2.20 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 12 ++++++------ dev-libs/libqtxdg/metadata.xml | 4 ---- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index 6e3dd59..038ac88 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -8,12 +8,12 @@ inherit cmake-utils DESCRIPTION="A Qt implementation of XDG standards" HOMEPAGE="http://lxqt.org/" -if [[ ${PV} = *9999* ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="LGPL-2.1" @@ -21,14 +21,14 @@ SLOT="0" IUSE="test" CDEPEND=" - sys-apps/file dev-qt/qtcore:5 + dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 - dev-qt/linguist-tools:5 " DEPEND="${CDEPEND} + virtual/pkgconfig test? ( dev-qt/qttest:5 ) " RDEPEND="${CDEPEND} @@ -37,8 +37,8 @@ RDEPEND="${CDEPEND} src_configure() { local mycmakeargs=( - -DUSE_QT5=ON - $(cmake-utils_use test BUILD_TESTS) + -DUSE_QT4=OFF + $(cmake-utils_use_build test TESTS) ) cmake-utils_src_configure } diff --git a/dev-libs/libqtxdg/metadata.xml b/dev-libs/libqtxdg/metadata.xml index 74b39e2..2b2f838 100644 --- a/dev-libs/libqtxdg/metadata.xml +++ b/dev-libs/libqtxdg/metadata.xml @@ -3,8 +3,4 @@ lxqt qt - - jauhien@gentoo.org - Jauhien Piatlicki -