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 1EDCC58973 for ; Tue, 9 Feb 2016 10:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF38A21C1C3; Tue, 9 Feb 2016 10:55:36 +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 F32B821C1C8 for ; Tue, 9 Feb 2016 10:55:35 +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 1E33D34089F for ; Tue, 9 Feb 2016 10:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4B598DF for ; Tue, 9 Feb 2016 10:55:31 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1455015320.600de56cb152c0facadecf992882e8a4b7a6891d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kleopatra/kleopatra-9999.ebuild kde-apps/kleopatra/metadata.xml X-VCS-Directories: kde-apps/kleopatra/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 600de56cb152c0facadecf992882e8a4b7a6891d X-VCS-Branch: master Date: Tue, 9 Feb 2016 10:55:31 +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: a0d0f308-0345-4168-8490-f0d0137bae18 X-Archives-Hash: 12df27cb4a6a2b99a86ded7b04b9c910 commit: 600de56cb152c0facadecf992882e8a4b7a6891d Author: Andreas Sturmlechner gmail com> AuthorDate: Tue Feb 2 23:05:22 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Feb 9 10:55:20 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=600de56c kde-apps/kleopatra: Add standalone ebuild Package-Manager: portage-2.2.27 kde-apps/kleopatra/kleopatra-9999.ebuild | 59 ++++++++++++++++++++++++++++++++ kde-apps/kleopatra/metadata.xml | 8 +++++ 2 files changed, 67 insertions(+) diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild new file mode 100644 index 0000000..ab3879f --- /dev/null +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="true" +KMNAME="kdepim" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE X.509 key manager" +HOMEPAGE="https://www.kde.org/applications/office/kontact/" +KEYWORDS="" + +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep gpgmepp) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep libkleo) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + >=app-crypt/gpgme-1.3.2 + dev-libs/boost:= + dev-libs/libassuan + dev-libs/libgpg-error +" +DEPEND="${COMMON_DEPEND} + sys-devel/gettext +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kleopatra:4 + !kde-apps/kdepim[kdepim_features_kleopatra] + $(add_kdeapps_dep kdepim-runtime) + app-crypt/gnupg +" + +if [[ ${KDE_BUILD_TYPE} = live ]] ; then + S="${WORKDIR}/${P}/${PN}" +else + S="${WORKDIR}/${KMNAME}-${PV}/${PN}" +fi diff --git a/kde-apps/kleopatra/metadata.xml b/kde-apps/kleopatra/metadata.xml new file mode 100644 index 0000000..2fdbf33 --- /dev/null +++ b/kde-apps/kleopatra/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +