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 2225D138331 for ; Thu, 22 Mar 2018 18:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECA9CE0950; Thu, 22 Mar 2018 18:38:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8E9BE0950 for ; Thu, 22 Mar 2018 18:38:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56667335C4A for ; Thu, 22 Mar 2018 18:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 588FA25C for ; Thu, 22 Mar 2018 18:38:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1521743882.2cb85ac8f8874d0357cff253f4731fc68ecac8de.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmygpo-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmygpo-qt/Manifest media-libs/libmygpo-qt/libmygpo-qt-1.0.9_p20180307.ebuild X-VCS-Directories: media-libs/libmygpo-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2cb85ac8f8874d0357cff253f4731fc68ecac8de X-VCS-Branch: master Date: Thu, 22 Mar 2018 18:38:15 +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: b4ec500c-70d0-4e7d-919e-6f5688b37f75 X-Archives-Hash: 485af5cd44680e4dfc6942d06fb037ba commit: 2cb85ac8f8874d0357cff253f4731fc68ecac8de Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 22 18:23:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 22 18:38:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb85ac8 media-libs/libmygpo-qt: Add 1.0.9_p20180307 snapshot Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/libmygpo-qt/Manifest | 1 + .../libmygpo-qt/libmygpo-qt-1.0.9_p20180307.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/media-libs/libmygpo-qt/Manifest b/media-libs/libmygpo-qt/Manifest index 6772d0feb66..99b5408916d 100644 --- a/media-libs/libmygpo-qt/Manifest +++ b/media-libs/libmygpo-qt/Manifest @@ -1 +1,2 @@ DIST libmygpo-qt-1.0.9.tar.gz 65153 BLAKE2B 67ad1530eccabb7fc76f9aaec19714716ee1e55888c02a0c8ca2efb7549929c00fbe86d066c7cd310f6203db27374b70306e737b49eb254eb53b8a1aa6364f45 SHA512 c7920841310c7b971d305e38586238e081c80a449a1b442e668d2b07ada5d6ff626e697db905a83d7b12a06127f975a9b02af13d8d3e1ebee04d407b4d4b48b6 +DIST libmygpo-qt-1.0.9_p20180307.tar.gz 65245 BLAKE2B 16fe3a9659a53c907979156b14ef55a413d1ee856ea6653bc140b39342db721f10b26c3f8ee5fe6be69793f93dbea4acf11eb2589b1c9a9e9bb4e153c0d0fbd8 SHA512 a09f4f2b9f5dda0f23b15b9670c0f1fe76c8a54677633db18b2980a89e2821b494b0ab1d7f97ab973d8ea3f2e2dea49d4010dad7184800582b0dc503dece7897 diff --git a/media-libs/libmygpo-qt/libmygpo-qt-1.0.9_p20180307.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-1.0.9_p20180307.ebuild new file mode 100644 index 00000000000..f528099bacf --- /dev/null +++ b/media-libs/libmygpo-qt/libmygpo-qt-1.0.9_p20180307.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +COMMIT=28c492b6b789ba1c3c292995a52fe4e456268182 +inherit cmake-utils vcs-snapshot + +DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice" +HOMEPAGE="http://wiki.gpodder.org/wiki/Libmygpo-qt" + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/gpodder/libmygpo-qt.git" + inherit git-r3 +else + SRC_URI="https://github.com/gpodder/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="test" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtnetwork:5 +" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-qt/qttest:5 ) +" + +src_configure() { + local mycmakeargs=( + -DBUILD_WITH_QT4=OFF + -DMYGPO_BUILD_TESTS=$(usex test) + ) + + cmake-utils_src_configure +}