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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 754EA158094 for ; Sun, 10 Jul 2022 07:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5EE3E0824; Sun, 10 Jul 2022 07:49:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97BD9E0824 for ; Sun, 10 Jul 2022 07:49:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98896340DA5 for ; Sun, 10 Jul 2022 07:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35389105 for ; Sun, 10 Jul 2022 07:49:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657439344.45d5099e54efac28a1e9baa5a3d456fe55120269.sam@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.15.ebuild X-VCS-Directories: media-gfx/potrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 45d5099e54efac28a1e9baa5a3d456fe55120269 X-VCS-Branch: master Date: Sun, 10 Jul 2022 07:49:11 +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: 71df1679-c460-487d-8b94-42a65cecd086 X-Archives-Hash: dc248fbb4b051f37f32eac1b1fbe4c6a commit: 45d5099e54efac28a1e9baa5a3d456fe55120269 Author: Sam James gentoo org> AuthorDate: Sun Jul 10 07:47:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 10 07:49:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d5099e media-gfx/potrace: drop 1.15 Signed-off-by: Sam James gentoo.org> media-gfx/potrace/Manifest | 1 - media-gfx/potrace/potrace-1.15.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/media-gfx/potrace/Manifest b/media-gfx/potrace/Manifest index 71ef344c089b..58a502cd6fdc 100644 --- a/media-gfx/potrace/Manifest +++ b/media-gfx/potrace/Manifest @@ -1,2 +1 @@ -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.15.ebuild b/media-gfx/potrace/potrace-1.15.ebuild deleted file mode 100644 index cd386d37305b..000000000000 --- a/media-gfx/potrace/potrace-1.15.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 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[@]}" -}