diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-27 12:18:52 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-10-27 12:19:12 +0100 |
commit | 04f5d29ecbd10d55150b9deda45491ced73fc8c7 (patch) | |
tree | 347b1722816bb2704c6f7096de6ec66a40825a4c /media-gfx/pngtools | |
parent | profiles/package.mask: mask obsolete cucumber components (diff) | |
download | gentoo-04f5d29ecbd10d55150b9deda45491ced73fc8c7.tar.gz gentoo-04f5d29ecbd10d55150b9deda45491ced73fc8c7.tar.bz2 gentoo-04f5d29ecbd10d55150b9deda45491ced73fc8c7.zip |
media-gfx/pngtools: drop 0.4-r2
Bug: https://bugs.gentoo.org/871246
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-gfx/pngtools')
-rw-r--r-- | media-gfx/pngtools/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/pngtools/pngtools-0.4-r2.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
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 -} |