From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EB9601582EF for ; Mon, 24 Feb 2025 09:44:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D82B53431D3 for ; Mon, 24 Feb 2025 09:44:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BE9851103C8; Mon, 24 Feb 2025 09:44:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id B89431103C8 for ; Mon, 24 Feb 2025 09:44:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E1383431B7 for ; Mon, 24 Feb 2025 09:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 827192743 for ; Mon, 24 Feb 2025 09:44:48 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1740390230.d251bb844e480c5ee754198030d3ce0e47e3818c.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngnq/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pngnq/pngnq-1.1-r1.ebuild X-VCS-Directories: media-gfx/pngnq/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: d251bb844e480c5ee754198030d3ce0e47e3818c X-VCS-Branch: master Date: Mon, 24 Feb 2025 09:44:48 +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: 59622de4-519e-4700-9dc6-976558748304 X-Archives-Hash: 35a7daad68509f5b1b224a80eaafba95 commit: d251bb844e480c5ee754198030d3ce0e47e3818c Author: Petr Vaněk gentoo org> AuthorDate: Mon Feb 24 09:17:41 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Feb 24 09:43:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d251bb84 media-gfx/pngnq: drop 1.1-r1 Signed-off-by: Petr Vaněk gentoo.org> media-gfx/pngnq/pngnq-1.1-r1.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/media-gfx/pngnq/pngnq-1.1-r1.ebuild b/media-gfx/pngnq/pngnq-1.1-r1.ebuild deleted file mode 100644 index c446224f6674..000000000000 --- a/media-gfx/pngnq/pngnq-1.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Pngnq is a tool for quantizing PNG images in RGBA format" -HOMEPAGE="http://pngnq.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="BSD pngnq rwpng" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="media-libs/libpng:0=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-1.0-libpng14.patch - "${FILESDIR}"/${PN}-1.0-libpng15.patch - "${FILESDIR}"/${PN}-1.0-Wimplicit-function-declaration.patch - "${FILESDIR}"/${PN}-1.1-autoconf-quoting.patch -) - -src_prepare() { - default - eautoreconf -}