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 8A2CB138334 for ; Tue, 31 Dec 2019 00:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90CDEE0BB8; Tue, 31 Dec 2019 00:48:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6A4EAE0BB8 for ; Tue, 31 Dec 2019 00:48:54 +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 B7DBD34DD79 for ; Tue, 31 Dec 2019 00:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B5E479 for ; Tue, 31 Dec 2019 00:48:50 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1577753277.583e7f0f0b3dad688c4ba2bdce64ecdf0da417dd.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mcabber/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/mcabber/Manifest net-im/mcabber/mcabber-1.1.0-r2.ebuild X-VCS-Directories: net-im/mcabber/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: 583e7f0f0b3dad688c4ba2bdce64ecdf0da417dd X-VCS-Branch: master Date: Tue, 31 Dec 2019 00:48:50 +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: f11cebda-0e2b-4a09-9ae0-e74e74618701 X-Archives-Hash: ddf517025552477b7a319b711ca7271e commit: 583e7f0f0b3dad688c4ba2bdce64ecdf0da417dd Author: Andrey Utkin gentoo org> AuthorDate: Tue Dec 31 00:30:10 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Tue Dec 31 00:47:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583e7f0f net-im/mcabber: patch bug 699972 Bug: https://bugs.gentoo.org/699972 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin gentoo.org> net-im/mcabber/Manifest | 1 + net-im/mcabber/mcabber-1.1.0-r2.ebuild | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/net-im/mcabber/Manifest b/net-im/mcabber/Manifest index ce87b9acbbb..ecb3948b023 100644 --- a/net-im/mcabber/Manifest +++ b/net-im/mcabber/Manifest @@ -1 +1,2 @@ DIST mcabber-1.1.0.tar.bz2 608975 BLAKE2B 856b1a4d7118337f40b11348274c79d125776d5dddcd50f87097e58240807a4ecafc4816c44d44a51bf9cbb920edb225b312c1d5d0d52be4be93810512ef2706 SHA512 d12546e9fe9da94b6107f4d38d4083bee74e2702f7f2225e26be291230c6fe1319f60a3204da669dc00b14d69822425bf8214ebb723c3c4a7a33b1247a03093f +DIST mcabber-1.1.0_bug699972.patch 1385 BLAKE2B f63316f93347b24f27e5f9a5c26de6ae1af199819efbf390915b06ba70c86ec35759c4529c20e3a7c4d8c84081bca008e90ceba8401032ba884d269355940e22 SHA512 d29acca9e710011a8f30dca1c0e281976d409d4072823527078e5f54e98fea4b637c9e52c998bc26a7a4c445d08acd3eea3a244441dac479c398dac0e786535a diff --git a/net-im/mcabber/mcabber-1.1.0-r2.ebuild b/net-im/mcabber/mcabber-1.1.0-r2.ebuild index 75d371a188d..b2af621ada0 100644 --- a/net-im/mcabber/mcabber-1.1.0-r2.ebuild +++ b/net-im/mcabber/mcabber-1.1.0-r2.ebuild @@ -16,6 +16,7 @@ if [[ "${PV}" == 9999 ]]; then S="${WORKDIR}/${PN}" else SRC_URI="http://mcabber.com/files/${P}.tar.bz2" + SRC_URI+=" https://dev.gentoo.org/~andrey_utkin/distfiles/${P}_bug699972.patch" KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi @@ -43,8 +44,15 @@ RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 ) DEPEND="${RDEPEND} virtual/pkgconfig" +# only for patching 1.1.0 release, don't port to later ebuilds +DEPEND+=" sys-devel/automake:1.14" + DOCS=( AUTHORS ChangeLog NEWS README TODO mcabberrc.example doc/README_PGP.txt ) +PATCHES=( + "${DISTDIR}/${P}_bug699972.patch" +) + pkg_setup() { if use aspell && use spell; then ewarn "NOTE: You have both USE flags 'aspell' and 'spell' enabled, enchant (USE flag 'spell') will be preferred."