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 8FF271382C5 for ; Sun, 14 Jun 2020 20:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F2AE09BB; Sun, 14 Jun 2020 20:30:57 +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 5E383E09BB for ; Sun, 14 Jun 2020 20:30:57 +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 E84B934EBFB for ; Sun, 14 Jun 2020 20:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD73B2A0 for ; Sun, 14 Jun 2020 20:30:52 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1592166599.a739ff5efe739fcf9348e76bc4441c8f97021ad5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telegram-desktop/telegram-desktop-2.1.11-r1.ebuild net-im/telegram-desktop/telegram-desktop-2.1.11.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a739ff5efe739fcf9348e76bc4441c8f97021ad5 X-VCS-Branch: master Date: Sun, 14 Jun 2020 20:30:52 +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: e6cff6a4-fbc1-40ba-b916-cfad10f6fc02 X-Archives-Hash: 55697ddacaced0d6b63541044fc207a7 commit: a739ff5efe739fcf9348e76bc4441c8f97021ad5 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jun 14 19:51:31 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jun 14 20:29:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a739ff5e net-im/telegram-desktop: revbump 2.1.11, unbundle gsl also move header-only deps to DEPEND Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> ...egram-desktop-2.1.11.ebuild => telegram-desktop-2.1.11-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net-im/telegram-desktop/telegram-desktop-2.1.11.ebuild b/net-im/telegram-desktop/telegram-desktop-2.1.11-r1.ebuild similarity index 97% rename from net-im/telegram-desktop/telegram-desktop-2.1.11.ebuild rename to net-im/telegram-desktop/telegram-desktop-2.1.11-r1.ebuild index bc1842516e7..c22c68053cc 100644 --- a/net-im/telegram-desktop/telegram-desktop-2.1.11.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-2.1.11-r1.ebuild @@ -24,7 +24,6 @@ RDEPEND=" app-arch/xz-utils !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - dev-cpp/range-v3 dev-libs/xxhash dev-qt/qtcore:5 dev-qt/qtgui:5[jpeg,png,wayland?,X(-)?] @@ -52,6 +51,8 @@ RDEPEND=" DEPEND=" ${PYTHON_DEPS} ${RDEPEND} + dev-cpp/range-v3 + =dev-cpp/ms-gsl-3* " BDEPEND=" @@ -91,13 +92,11 @@ src_configure() { # TODO: unbundle header-only libs, ofc telegram uses git versions... # it fals with tl-expected-1.0.0, so we use bundled for now to avoid git rev snapshots # EXPECTED VARIANT - # TODO: unbundle GSL, version 3.0.1 required and has nasty googletest dep local mycmakeargs=( -DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON -DDESKTOP_APP_USE_GLIBC_WRAPS=OFF -DDESKTOP_APP_USE_PACKAGED=ON -DDESKTOP_APP_USE_PACKAGED_EXPECTED=OFF - -DDESKTOP_APP_USE_PACKAGED_GSL=OFF -DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF -DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF -DTDESKTOP_LAUNCHER_BASENAME="${PN}"