From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-896024-garchives=archives.gentoo.org@lists.gentoo.org>
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 0196713832E
	for <garchives@archives.gentoo.org>; Sun,  7 Aug 2016 21:54:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2E7B621C1CA;
	Sun,  7 Aug 2016 21:54:23 +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 C06C321C1CA
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Aug 2016 21:54: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-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id EFA13340B66
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Aug 2016 21:54:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8796D7DD
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Aug 2016 21:54:17 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
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" <polynomial-c@gentoo.org>
Message-ID: <1470606853.04540112d67f5e0a9d0dd41bc1990c15d01140a1.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch
X-VCS-Directories: media-libs/tiff/files/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: 04540112d67f5e0a9d0dd41bc1990c15d01140a1
X-VCS-Branch: master
Date: Sun,  7 Aug 2016 21:54:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 68b02fe2-9930-43ba-aa76-d55694687082
X-Archives-Hash: 5e724d22694a9621dc686908309abbcb

commit:     04540112d67f5e0a9d0dd41bc1990c15d01140a1
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 21:53:57 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 21:54:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04540112

media-libs/tiff: Also remove gif2tiff test (bug #590708).

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch b/media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch
index 9cf4ec5..ea5c2c3 100644
--- a/media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch
+++ b/media-libs/tiff/files/tiff-4.0.6-gif2tiff_removal.patch
@@ -15,6 +15,16 @@ https://bugs.gentoo.org/585274
  	pal2rgb.1 \
  	ppm2tiff.1 \
  	ras2tiff.1 \
+--- tiff-4.0.6/test/Makefile.am
++++ tiff-4.0.6/test/Makefile.am
+@@ -68,7 +68,6 @@
+ TESTSCRIPTS = \
+ 	bmp2tiff_palette.sh \
+ 	bmp2tiff_rgb.sh \
+-	gif2tiff.sh \
+ 	ppm2tiff_pbm.sh \
+ 	ppm2tiff_pgm.sh \
+ 	ppm2tiff_ppm.sh \
 --- tiff-4.0.6/tools/Makefile.am
 +++ tiff-4.0.6/tools/Makefile.am
 @@ -34,7 +34,6 @@