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 D2048138350 for ; Sun, 19 Jan 2020 17:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E641E0898; Sun, 19 Jan 2020 17:38:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E4EB1E0898 for ; Sun, 19 Jan 2020 17:38:34 +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 F0A0334E293 for ; Sun, 19 Jan 2020 17:38:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A1E4AB for ; Sun, 19 Jan 2020 17:38:32 +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: <1579455493.fdfc1b0dff2958ed6ba226b3c0669f2050481e2b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kpeoplevcard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kpeoplevcard/Manifest dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild dev-libs/kpeoplevcard/metadata.xml X-VCS-Directories: dev-libs/kpeoplevcard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fdfc1b0dff2958ed6ba226b3c0669f2050481e2b X-VCS-Branch: master Date: Sun, 19 Jan 2020 17:38:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc7ca29a-3905-41f3-8d8c-acbc27798144 X-Archives-Hash: 0ad2cee747f5b18122e65e3b4c5e77b9 commit: fdfc1b0dff2958ed6ba226b3c0669f2050481e2b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 19 16:40:23 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 19 17:38:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfc1b0d dev-libs/kpeoplevcard: New package, 0.1 initial release Import from kde overlay. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> (cherry picked from commit 434ba29de380d1176fc3db2e6a9551224007100e) dev-libs/kpeoplevcard/Manifest | 1 + dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild | 28 +++++++++++++++++++++++++++ dev-libs/kpeoplevcard/metadata.xml | 8 ++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-libs/kpeoplevcard/Manifest b/dev-libs/kpeoplevcard/Manifest new file mode 100644 index 00000000000..94934aa3fa9 --- /dev/null +++ b/dev-libs/kpeoplevcard/Manifest @@ -0,0 +1 @@ +DIST kpeoplevcard-0.1.tar.xz 13424 BLAKE2B 567b5f081283da8af26e03c3e46c50bf67524146171a6f8afa938ac9609d11bfe32ad8de39a29ec0431af135f33825149fb8e98a28141941fd418539a8f03c30 SHA512 9f11ee768d1ddce1f03f41b604180078c0315eb8b9f0118dd99eba65333400b0a0ed12ab1e08ebce3c6c0a2c93563e5c3e832a0cd458d6ea296bd64eeb9413e7 diff --git a/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild b/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild new file mode 100644 index 00000000000..6f959ab3d3e --- /dev/null +++ b/dev-libs/kpeoplevcard/kpeoplevcard-0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.64.0 +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="Library to expose vcards to KPeople" +HOMEPAGE="https://cgit.kde.org/kpeoplevcard.git" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="LGPL-2.1+" +SLOT="5" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kpeople-${KFMIN}:5 +" +RDEPEND="${DEPEND}" diff --git a/dev-libs/kpeoplevcard/metadata.xml b/dev-libs/kpeoplevcard/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/dev-libs/kpeoplevcard/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +