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 C12D41381F3 for ; Sat, 28 Sep 2013 18:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B9AAE0B8B; Sat, 28 Sep 2013 18:03:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B52C5E09F3 for ; Sat, 28 Sep 2013 18:03:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 996DC33DA7E for ; Sat, 28 Sep 2013 18:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 546F6E5461 for ; Sat, 28 Sep 2013 18:03:03 +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: <1380391342.4eea7e5af8aaaefcdba5517ba4ccee48c8e0f88a.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libsystemd-qt/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild X-VCS-Directories: dev-libs/libsystemd-qt/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 4eea7e5af8aaaefcdba5517ba4ccee48c8e0f88a X-VCS-Branch: master Date: Sat, 28 Sep 2013 18:03:03 +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: 14e955b3-7cc9-460a-a581-650d50fc88f2 X-Archives-Hash: 354ab12ec509fdd3932c05ab1935a2d7 commit: 4eea7e5af8aaaefcdba5517ba4ccee48c8e0f88a Author: Davide Pesavento gmail com> AuthorDate: Sat Sep 28 18:02:22 2013 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Sep 28 18:02:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4eea7e5a [dev-libs/libsystemd-qt] Minor cleanups. Package-Manager: portage-2.2.7 --- dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild | 20 +++++++++++--------- dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild | 21 +++++++++++---------- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild b/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild index 3e48754..8384130 100644 --- a/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild +++ b/dev-libs/libsystemd-qt/libsystemd-qt-207.ebuild @@ -4,19 +4,19 @@ EAPI=5 -if [ ${PV} == "9999" ] ; then - EGIT_ECLASS="git-2" - EGIT_REPO_URI="https://github.com/scarpin0/${PN}.git git://github.com/scarpin0/${PN}.git" - SYSTEMD_VERSION=">=sys-apps/systemd-207" +inherit cmake-utils + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://github.com/scarpin0/${PN}.git" + inherit git-2 KEYWORDS="" + SYSTEMD_VERSION=">=sys-apps/systemd-207" else - SYSTEMD_VERSION="~sys-apps/systemd-${PV}" SRC_URI="https://github.com/scarpin0/libsystemd-qt/archive/${PV}.zip -> ${P}.zip" KEYWORDS="~amd64" + SYSTEMD_VERSION="~sys-apps/systemd-${PV}" fi -inherit cmake-utils ${EGIT_ECLASS} - DESCRIPTION="Qt wrapper for systemd API" HOMEPAGE="https://github.com/scarpin0/libsystemd-qt" @@ -28,9 +28,11 @@ RDEPEND=" ${SYSTEMD_VERSION} dev-qt/qtdbus:4 dev-qt/qtcore:5 - qml? ( dev-qt/qtdeclarative:5 )" + qml? ( dev-qt/qtdeclarative:5 ) +" DEPEND="${RDEPEND} - test? ( dev-qt/qttest:5 )" + test? ( dev-qt/qttest:5 ) +" DOCS=( README.md ) diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild b/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild index eea4d0e..b2d6cae 100644 --- a/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild +++ b/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild @@ -4,19 +4,19 @@ EAPI=5 -if [ ${PV} == "9999" ] ; then - EGIT_ECLASS="git-2" - EGIT_REPO_URI="https://github.com/scarpin0/${PN}.git git://github.com/scarpin0/${PN}.git" - SYSTEMD_VERSION=">=sys-apps/systemd-207" +inherit cmake-utils + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://github.com/scarpin0/${PN}.git" + inherit git-2 KEYWORDS="" + SYSTEMD_VERSION=">=sys-apps/systemd-207" else - SYSTEMD_VERSION="~sys-apps/systemd-${PV}" SRC_URI="https://github.com/scarpin0/libsystemd-qt/archive/${PV}.zip -> ${P}.zip" KEYWORDS="~amd64" + SYSTEMD_VERSION="~sys-apps/systemd-${PV}" fi -inherit cmake-utils ${EGIT_ECLASS} - DESCRIPTION="Qt wrapper for systemd API" HOMEPAGE="https://github.com/scarpin0/libsystemd-qt" @@ -30,13 +30,14 @@ RDEPEND=" qt5? ( dev-qt/qtcore:5 qml? ( dev-qt/qtdeclarative:5 ) - )" + ) +" DEPEND="${RDEPEND} test? ( qt4? ( dev-qt/qttest:4 ) qt5? ( dev-qt/qttest:5 ) - )" - + ) +" REQUIRED_USE=" ^^ ( qt4 qt5 ) qml? ( qt5 )