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 75682139694 for ; Sun, 7 May 2017 14:27:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 793E9E0C04; Sun, 7 May 2017 14:27:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 41D2BE0C04 for ; Sun, 7 May 2017 14:27:07 +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 DF2ED3416C1 for ; Sun, 7 May 2017 14:27:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39325743E for ; Sun, 7 May 2017 14:27:04 +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: <1494167197.cf8fdc86c028b6c9cfe787adb8d067d5483ff652.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kopete/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kopete/kopete-16.12.3-r2.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf8fdc86c028b6c9cfe787adb8d067d5483ff652 X-VCS-Branch: master Date: Sun, 7 May 2017 14:27:04 +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: baf1ff73-b92b-423d-8fa5-5730b1d5033e X-Archives-Hash: 30913f272c697d91fbdc513999bc0e3b commit: cf8fdc86c028b6c9cfe787adb8d067d5483ff652 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 7 14:13:33 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 7 14:26:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8fdc86 kde-apps/kopete: Add kdepim-common-libs-4.14.11_pre20160611 compatibility Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/kopete/kopete-16.12.3-r2.ebuild | 165 +++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) diff --git a/kde-apps/kopete/kopete-16.12.3-r2.ebuild b/kde-apps/kopete/kopete-16.12.3-r2.ebuild new file mode 100644 index 00000000000..2d1386b13ac --- /dev/null +++ b/kde-apps/kopete/kopete-16.12.3-r2.ebuild @@ -0,0 +1,165 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE multi-protocol IM client" +HOMEPAGE="https://kopete.kde.org https://www.kde.org/applications/internet/kopete" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="debug ssl v4l" + +# tests hang, last checked for 4.2.96 +RESTRICT+=" test" + +# Available plugins +# +# addbookmarks: NO DEPS +# alias: NO DEPS (disabled upstream) +# autoreplace: NO DEPS +# contactnotes: NO DEPS +# cryptography: kde-apps/kdepim-common-libs:4 or kde-apps/libkleo:4 +# highlight: NO DEPS +# history: NO DEPS +# latex: virtual/latex as RDEPEND +# nowlistening: NO DEPS +# otr: libotr +# pipes: NO DEPS +# privacy: NO DEPS +# statistics: dev-db/sqlite:3 +# texteffect: NO DEPS +# translator: NO DEPS +# urlpicpreview: NO DEPS +# webpresence: libxml2 libxslt +# NOTE: By default we enable all plugins that don't have any dependencies +PLUGINS="+addbookmarks +autoreplace +contactnotes cryptography +highlight ++history latex +nowlistening otr +pipes +privacy +statistics +texteffect ++translator +urlpicpreview webpresence" + +# Available protocols +# +# gadu: net-libs/libgadu @since 4.3 +# groupwise: app-crypt/qca:2 +# irc: NO DEPS, probably will fail so inform user about it +# xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK +# jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM +# meanwhile: net-libs/meanwhile +# oscar: NO DEPS +# telepathy: net-libs/decibel +# testbed: NO DEPS +# winpopup: NO DEPS (we're adding samba as RDEPEND so it works) +# yahoo: media-libs/jasper +# zeroconf (bonjour): NO DEPS +PROTOCOLS="gadu groupwise jingle meanwhile oscar skype +testbed winpopup +xmpp yahoo zeroconf" + +# disabled protocols +# telepathy: net-libs/decibel +# irc: NO DEPS +# msn: net-libs/libmsn +# qq: NO DEPS + +IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" + +COMMONDEPEND=" + $(add_kdeapps_dep kdepimlibs '' 4.14.10_p20160611) + dev-libs/libpcre + >=dev-qt/qtgui-4.4.0:4[mng] + kde-frameworks/kdelibs:4[zeroconf?] + media-libs/phonon[qt4] + media-libs/qimageblitz[-qt5(-)] + !aqua? ( + x11-libs/libX11 + x11-libs/libXScrnSaver + ) + cryptography? ( + || ( + $(add_kdeapps_dep kdepim-common-libs) + $(add_kdeapps_dep libkleo '' 4.4.2016.01-r1) + ) + ) + gadu? ( >=net-libs/libgadu-1.8.0[threads] ) + groupwise? ( app-crypt/qca:2[qt4(+)] ) + jingle? ( + dev-libs/expat + dev-libs/openssl:0 + >=media-libs/mediastreamer-2.3.0 + net-libs/libsrtp:= + net-libs/ortp:= + ) + meanwhile? ( net-libs/meanwhile ) + otr? ( >=net-libs/libotr-4.0.0 ) + statistics? ( dev-db/sqlite:3 ) + v4l? ( media-libs/libv4l ) + webpresence? ( + dev-libs/libxml2 + dev-libs/libxslt + ) + xmpp? ( + app-crypt/qca:2[qt4(+)] + dev-libs/qjson + net-dns/libidn + sys-libs/zlib + ) + yahoo? ( media-libs/jasper ) +" +RDEPEND="${COMMONDEPEND} + !=kde-apps/kdepimlibs-4.14.11_pre20160211* + jingle? ( media-libs/speex ) + latex? ( + virtual/imagemagick-tools + virtual/latex-base + ) + ssl? ( app-crypt/qca:2[ssl] ) + winpopup? ( net-fs/samba ) +" +DEPEND="${COMMONDEPEND} + jingle? ( dev-libs/jsoncpp ) + !aqua? ( x11-proto/scrnsaverproto ) +" + +PATCHES=( "${FILESDIR}/${PN}-17.04.0-kde4qgpgme.patch" ) + +src_configure() { + local x x2 + # Handle common stuff + local mycmakeargs=( + -DWITH_LiboRTP=$(usex jingle) + -DWITH_Mediastreamer=$(usex jingle) + -DDISABLE_VIDEOSUPPORT=$(usex !v4l) + ) + # enable protocols + for x in ${PROTOCOLS}; do + case ${x/+/} in + jingle) x2=libjingle ;; + xmpp) x2=jabber ;; + zeroconf) x2=bonjour ;; + *) x2=${x/+/} ;; + esac + mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) ) + done + + mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF ) + + # enable plugins + for x in ${PLUGINS}; do + mycmakeargs+=( -DWITH_${x/+/}=$(usex ${x/+/}) ) + done + + kde4-base_src_configure +} + +pkg_postinst() { + kde4-base_pkg_postinst + + if ! use ssl; then + if use xmpp ; then # || use irc; then + if ! has_version "app-crypt/qca:2[ssl]" ; then + elog "In order to use ssl in xmpp you'll need to" + elog "install app-crypt/qca package with USE=ssl." + fi + fi + fi +}