mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/potrace: drop vulnerable wrt bug #626820
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user