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 0F811139694 for ; Thu, 22 Jun 2017 23:30:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4445821C03E; Thu, 22 Jun 2017 23:30:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1B66421C03E for ; Thu, 22 Jun 2017 23:30:21 +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 09DEE341723 for ; Thu, 22 Jun 2017 23:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5984424BA for ; Thu, 22 Jun 2017 23:30:18 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1498174206.3be187616f2921e36c9bf82cb95d97f00cb12ad2.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/files/, app-text/mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mupdf/files/mupdf-1.11-drop-libmupdfthird.patch app-text/mupdf/mupdf-1.11-r2.ebuild X-VCS-Directories: app-text/mupdf/ app-text/mupdf/files/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 3be187616f2921e36c9bf82cb95d97f00cb12ad2 X-VCS-Branch: master Date: Thu, 22 Jun 2017 23:30:18 +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: 54a50492-d046-42de-b525-fa6f0799339b X-Archives-Hash: b873c2bb7d6007f6b1a3049cf42d245b commit: 3be187616f2921e36c9bf82cb95d97f00cb12ad2 Author: Michael Weber gentoo org> AuthorDate: Thu Jun 22 23:30:06 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Jun 22 23:30:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be18761 app-text/mupdf: drop empty libmupdfthird.a file (bug 620874, thanks Cddr). Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-text/mupdf/files/mupdf-1.11-drop-libmupdfthird.patch | 11 +++++++++++ app-text/mupdf/mupdf-1.11-r2.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/app-text/mupdf/files/mupdf-1.11-drop-libmupdfthird.patch b/app-text/mupdf/files/mupdf-1.11-drop-libmupdfthird.patch new file mode 100644 index 00000000000..eaf11678868 --- /dev/null +++ b/app-text/mupdf/files/mupdf-1.11-drop-libmupdfthird.patch @@ -0,0 +1,11 @@ +--- mupdf-1.11-source/Makefile ++++ mupdf-1.11-source/Makefile +@@ -301,7 +301,7 @@ + # --- Library --- + + MUPDF_LIB = $(OUT)/libmupdf.a +-THIRD_LIB = $(OUT)/libmupdfthird.a ++THIRD_LIB = + THREAD_LIB = $(OUT)/libmuthreads.a + + MUPDF_OBJ := $(FITZ_OBJ) $(FONT_OBJ) $(PDF_OBJ) $(XPS_OBJ) $(SVG_OBJ) $(CBZ_OBJ) $(HTML_OBJ) $(GPRF_OBJ) diff --git a/app-text/mupdf/mupdf-1.11-r2.ebuild b/app-text/mupdf/mupdf-1.11-r2.ebuild index 53319aa7581..ba45032f219 100644 --- a/app-text/mupdf/mupdf-1.11-r2.ebuild +++ b/app-text/mupdf/mupdf-1.11-r2.ebuild @@ -49,6 +49,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.11-openssl-curl-x11.patch "${FILESDIR}"/${PN}-1.11-system-glfw.patch "${FILESDIR}"/${PN}-1.11-CVE-2017-6060.patch + "${FILESDIR}"/${PN}-1.11-drop-libmupdfthird.patch ) src_prepare() {