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 AF4CC138334 for ; Tue, 16 Jul 2019 10:13:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C16AFE0826; Tue, 16 Jul 2019 10:13:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A8731E0826 for ; Tue, 16 Jul 2019 10:13:22 +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 536DE346E0D for ; Tue, 16 Jul 2019 10:13:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442DF6EA for ; Tue, 16 Jul 2019 10:13:19 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1563271994.ad7e2c5488de5294b9cf5a02c5d096a2a988c245.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/enigmail/enigmail-9999.ebuild X-VCS-Directories: x11-plugins/enigmail/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ad7e2c5488de5294b9cf5a02c5d096a2a988c245 X-VCS-Branch: master Date: Tue, 16 Jul 2019 10:13:19 +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: 58230720-13dd-4b21-bc0c-261fc42bfbe8 X-Archives-Hash: d9f97dd1126c2fc562e84131cf8e6b6d commit: ad7e2c5488de5294b9cf5a02c5d096a2a988c245 Author: Lars Wendler gentoo org> AuthorDate: Tue Jul 16 10:12:20 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jul 16 10:13:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7e2c54 x11-plugins/enigmail: Synced live ebuild Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> x11-plugins/enigmail/enigmail-9999.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/x11-plugins/enigmail/enigmail-9999.ebuild b/x11-plugins/enigmail/enigmail-9999.ebuild index 752b1acb863..d2c798ea503 100644 --- a/x11-plugins/enigmail/enigmail-9999.ebuild +++ b/x11-plugins/enigmail/enigmail-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -44,14 +44,19 @@ DEPEND="${RDEPEND} dev-lang/perl " +PATCHES=( "${FILESDIR}"/enigmail-no_pEp_auto_download.patch ) + src_compile() { + # Required or parallel make fails + emake -C stdlib createlib + emake ipc public ui package lang stdlib emake xpi } src_install() { - local emid=$(sed -n '//!d; s/.*\({.*}\).*/\1/; p; q' build/dist/install.rdf) + local emid=$(sed -n '/"id":/!d; s/.*\({.*}\).*/\1/; p; q' build/dist/manifest.json) [[ -n ${emid} ]] || die "Could not scrape EM:ID from install.rdf" mv build/enigmail*.xpi build/"${emid}.xpi" || die 'Could not rename XPI to match EM:ID'