Skip to content

Commit

Permalink
media-gfx/potrace: bump to 1.14 (security release)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
Signed-off-by: Agostino Sarubbo <[email protected]>
  • Loading branch information
asarubbo committed Feb 20, 2017
1 parent b97f9ac commit aee9ae2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-gfx/potrace/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST potrace-1.13.tar.gz 605931 SHA256 6252438b6b6644b9b6298056b4c5de3690a1d4e862b66889abe21eecdf16b784 SHA512 d7b1e72bee388aa309a5fbf3944b9409d912f2ed8a089a44dfca597b55d88bdf08778d40fc487e6689a873631c24cd393894ff353442dc778dfd0d3068121484 WHIRLPOOL 2f09b8a0165fe60b6e93d23d5b3ae65d5544f6d2edf30e81dc980bff5235ceb66294d1c276d570772d7054dee39521becc69ceb6f15ed81d6f4263921b0156f1
DIST potrace-1.14.tar.gz 649685 SHA256 db72b65311cfdcb63880b317f610d84485f086e15f88ca2346012d49414cd97e SHA512 ade5e18adfbfccbc1298d0bd416fe3ef49ebe0284b81d43e0dd0040498d0ef6995e6ac9dac0a1eb5c251921bc97c32db3213dbe0ab40365d87f92013dcdc99b5 WHIRLPOOL e4e08ff6228281baddcd927e8fc6db2fa7e22c613366a088c36d256cba6275cc285fcdee193d097e2163e95d20f5f7eae94db72d618968a587a1c921d4c95d19
32 changes: 32 additions & 0 deletions media-gfx/potrace/potrace-1.14.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit autotools-utils

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 ~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() {
local myeconfargs=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
--enable-zlib
--with-libpotrace
$(use_enable metric a4)
$(use_enable metric)
)
autotools-utils_src_configure
}

0 comments on commit aee9ae2

Please sign in to comment.