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 C0AAD138334 for ; Mon, 14 Oct 2019 12:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A47E0829; Mon, 14 Oct 2019 12:10:22 +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 A5D1EE0829 for ; Mon, 14 Oct 2019 12:10:22 +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 1BD6A34BCE5 for ; Mon, 14 Oct 2019 12:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D55EA884 for ; Mon, 14 Oct 2019 12:10:12 +0000 (UTC) From: "Lars Wendler" 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" Message-ID: <1571055008.2872d4b91ee4d89abfdb9c80d4fcebf6f117eadd.polynomial-c@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.16.ebuild X-VCS-Directories: media-gfx/potrace/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2872d4b91ee4d89abfdb9c80d4fcebf6f117eadd X-VCS-Branch: master Date: Mon, 14 Oct 2019 12:10:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b043b571-4d04-4a93-bb46-9cd685edcf55 X-Archives-Hash: f03b37b3802a59109174b57de1a6cb45 commit: 2872d4b91ee4d89abfdb9c80d4fcebf6f117eadd Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 14 12:09:00 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 14 12:10:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2872d4b9 media-gfx/potrace: Bump to version 1.16 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> media-gfx/potrace/Manifest | 1 + media-gfx/potrace/potrace-1.16.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/media-gfx/potrace/Manifest b/media-gfx/potrace/Manifest index 67ad372b390..71ef344c089 100644 --- a/media-gfx/potrace/Manifest +++ b/media-gfx/potrace/Manifest @@ -1 +1,2 @@ DIST potrace-1.15.tar.gz 650840 BLAKE2B 1a2074ff0ff958e1c9cbcd35a6267ef7f4bdfa5ba9b511413fa2c5db16a7263ed27291a0bf7c76feb25abd59db099e1096b736eab28a6397accfce88f42fdeff SHA512 c9a8edd4f3339da587b9b32e12c83c8f7b993c7c23f551fa267545d9411679bc024924e23596ed1c83985693fc894b65dfa9f860275de395d9e0a88da37a4f02 +DIST potrace-1.16.tar.gz 657314 BLAKE2B ee6b04f355d593dd1ebcc4833b244e25eaaa69c91f90987d530a4e5a454668dff6ecfb7a5d8270ebbd9e7c177fd447d1b3fe2a343fc4b9413dd3f507c0c6e417 SHA512 10d85ed3fada80951223c65e923b5e6ee3e76e071575971d5b09b996b477ec5ff2403e0337c44963c6b441cc3ba6c4f7009541124a25c16b7721fdebd1f774b9 diff --git a/media-gfx/potrace/potrace-1.16.ebuild b/media-gfx/potrace/potrace-1.16.ebuild new file mode 100644 index 00000000000..ac56cfcdbd3 --- /dev/null +++ b/media-gfx/potrace/potrace-1.16.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit 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-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=( + --enable-shared + --enable-zlib + --with-libpotrace + $(use_enable metric a4) + $(use_enable metric) + $(use_enable static-libs static) + ) + econf "${myeconfargs[@]}" +}