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 2E76B139694 for ; Wed, 5 Apr 2017 20:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6675FE0D30; Wed, 5 Apr 2017 20:15:31 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E316E0D30 for ; Wed, 5 Apr 2017 20:15:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E8D4A34162D for ; Wed, 5 Apr 2017 20:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFAB2737F for ; Wed, 5 Apr 2017 20:15:28 +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: <1491423307.913bf31832851bbfb985f03494eabf0ebe145884.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kopete/kopete-5.9999.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 913bf31832851bbfb985f03494eabf0ebe145884 X-VCS-Branch: master Date: Wed, 5 Apr 2017 20:15:28 +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: 39ebd6dd-a656-4db7-a730-c1ba4bc40240 X-Archives-Hash: 6262dc2234d041084be6259043a6798b commit: 913bf31832851bbfb985f03494eabf0ebe145884 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 5 20:15:07 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 5 20:15:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=913bf318 kde-apps/kopete: Add new DEPENDs Upstream commits: 42dcaa348a96d10c81149cfdae89a6e61d27fdc7 fd96e92496cf66024b878a9c4a818aa903d1a0fa Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kopete/kopete-5.9999.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/kde-apps/kopete/kopete-5.9999.ebuild b/kde-apps/kopete/kopete-5.9999.ebuild index be07a028bc..99c5c23871 100644 --- a/kde-apps/kopete/kopete-5.9999.ebuild +++ b/kde-apps/kopete/kopete-5.9999.ebuild @@ -22,6 +22,7 @@ RESTRICT+=" test" # alias: NO DEPS (disabled upstream) # autoreplace: NO DEPS # contactnotes: NO DEPS +# cryptography: app-crypt/gpgme[cxx,qt5], kde-apps/libkleo:5 # highlight: NO DEPS # history: NO DEPS # latex: virtual/latex as RDEPEND @@ -35,8 +36,8 @@ RESTRICT+=" test" # urlpicpreview: NO DEPS # webpresence: libxml2 libxslt # NOTE: By default we enable all plugins that don't have any dependencies -PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight history -latex nowlistening otr pipes +privacy +statistics +texteffect +PLUGINS="+addbookmarks +autoreplace +contactnotes +cryptography +highlight +history latex nowlistening otr pipes +privacy +statistics +texteffect translator +urlpicpreview webpresence" # Available protocols @@ -69,6 +70,8 @@ IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" COMMONDEPEND=" $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep khtml) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) @@ -81,10 +84,12 @@ COMMONDEPEND=" $(add_frameworks_dep ktexteditor) $(add_kdeapps_dep kcontacts) $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep libkleo) $(add_qt_dep qtgui) $(add_qt_dep qtsql) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) + app-crypt/gpgme[cxx,qt5] dev-libs/libpcre media-libs/phonon[qt5] x11-libs/libX11