From 04f5d29ecbd10d55150b9deda45491ced73fc8c7 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 27 Oct 2024 12:18:52 +0100 Subject: media-gfx/pngtools: drop 0.4-r2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/871246 Signed-off-by: Andreas K. Hüttel --- media-gfx/pngtools/Manifest | 1 - media-gfx/pngtools/pngtools-0.4-r2.ebuild | 37 ------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 media-gfx/pngtools/pngtools-0.4-r2.ebuild (limited to 'media-gfx/pngtools') diff --git a/media-gfx/pngtools/Manifest b/media-gfx/pngtools/Manifest index b06c58d53e17..3c078a9c071a 100644 --- a/media-gfx/pngtools/Manifest +++ b/media-gfx/pngtools/Manifest @@ -1,2 +1 @@ DIST pngtools-0.4_p20220314.tar.gz 651338 BLAKE2B 9df108da4a52c6292c52a08ddc59163d386bc5de4aaaac96a166ba1e5dc38029b4261e80b8a186997d199ecd11b43fe9e46a41b6b25c65595b7baa4eab43376e SHA512 d1812051d4d1e6306805c96f686798e5af0a304ec045dbf02d77ab3f6432bc0f4e0c96c800bbb159d6ca9e83e8ef479c6d4ba742072fa897ec55808061001676 -DIST pngtools_0_4.tgz 1312178 BLAKE2B bff4be34b9a14a459cef2fb5cd1b70bb645c1fca8843bffc2a517b7f56e7a40e104b25b887f8bda227da2e12613c6c568b081b38bf70881b291bb5562eaeb6db SHA512 588b954c7c43ba48442ed4b22ad94fcfb456c7fc84a682e9126ca9d1c9b63dbb8f2d64e6e156664f327efbe11bb2ab1ac29d63ebb8a05329ac14200fb29f95a1 diff --git a/media-gfx/pngtools/pngtools-0.4-r2.ebuild b/media-gfx/pngtools/pngtools-0.4-r2.ebuild deleted file mode 100644 index 18ba166788ad..000000000000 --- a/media-gfx/pngtools/pngtools-0.4-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="A series of tools for the PNG image format" -HOMEPAGE="http://www.stillhq.com/pngtools/" -SRC_URI="http://www.stillhq.com/pngtools/source/pngtools_${PV/./_}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND="media-libs/libpng:=" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-0.3-implicit-declarations.patch - "${FILESDIR}"/${P}-libpng14.patch - "${FILESDIR}"/${P}-libpng15-fixes.patch -) - -src_prepare() { - default - mv configure.{in,ac} || die - eautoreconf -} - -src_install() { - default - dodoc ABOUT chunks.txt - - docinto examples - dodoc *.png -} -- cgit v1.2.3-65-gdbad