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 96F771382C5 for ; Fri, 23 Mar 2018 23:29:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB028E0956; Fri, 23 Mar 2018 23:29:28 +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 A1B17E0956 for ; Fri, 23 Mar 2018 23:29:28 +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 92CFF335C09 for ; Fri, 23 Mar 2018 23:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 338DB239 for ; Fri, 23 Mar 2018 23:29:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1521847757.18c15c28ab7e510c79ffb4eeeb49fc6e382e53d3.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/potrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/potrace/Manifest media-gfx/potrace/potrace-1.14.ebuild X-VCS-Directories: media-gfx/potrace/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 18c15c28ab7e510c79ffb4eeeb49fc6e382e53d3 X-VCS-Branch: master Date: Fri, 23 Mar 2018 23:29:26 +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: 8e5cea66-23b9-4ee6-8082-1c65ff872e62 X-Archives-Hash: 4d7497296ed5f9de8b096ce2c514092a commit: 18c15c28ab7e510c79ffb4eeeb49fc6e382e53d3 Author: Aaron Bauman gentoo org> AuthorDate: Fri Mar 23 23:29:17 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 23 23:29:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c15c28 media-gfx/potrace: drop vulnerable wrt bug #626820 media-gfx/potrace/Manifest | 1 - media-gfx/potrace/potrace-1.14.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/media-gfx/potrace/Manifest b/media-gfx/potrace/Manifest index 41b4a0c904b..67ad372b390 100644 --- a/media-gfx/potrace/Manifest +++ b/media-gfx/potrace/Manifest @@ -1,2 +1 @@ -DIST potrace-1.14.tar.gz 649685 BLAKE2B be4d7e2556d4aba00d5995a7672ab6349d4e50925dd0602bfd481515091445d7ae57396c13fdf8f9934e033e05dfe0eeae0561bedf17110560bfcd1b42b61fc5 SHA512 ade5e18adfbfccbc1298d0bd416fe3ef49ebe0284b81d43e0dd0040498d0ef6995e6ac9dac0a1eb5c251921bc97c32db3213dbe0ab40365d87f92013dcdc99b5 DIST potrace-1.15.tar.gz 650840 BLAKE2B 1a2074ff0ff958e1c9cbcd35a6267ef7f4bdfa5ba9b511413fa2c5db16a7263ed27291a0bf7c76feb25abd59db099e1096b736eab28a6397accfce88f42fdeff SHA512 c9a8edd4f3339da587b9b32e12c83c8f7b993c7c23f551fa267545d9411679bc024924e23596ed1c83985693fc894b65dfa9f860275de395d9e0a88da37a4f02 diff --git a/media-gfx/potrace/potrace-1.14.ebuild b/media-gfx/potrace/potrace-1.14.ebuild deleted file mode 100644 index 848cd6abb3c..00000000000 --- a/media-gfx/potrace/potrace-1.14.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit autotools-utils toolchain-funcs - -DESCRIPTION="Transforming bitmaps into vector graphics" -HOMEPAGE="http://potrace.sourceforge.net/" -SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="metric static-libs" - -RDEPEND="sys-libs/zlib" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_configure() { - tc-export CC # bug 610098 - local myeconfargs=( - --docdir="${EPREFIX}"/usr/share/doc/${PF} - --enable-zlib - --with-libpotrace - $(use_enable metric a4) - $(use_enable metric) - ) - autotools-utils_src_configure -}