media-gfx/pngrewrite: Drop old
authorPacho Ramos <pacho@gentoo.org>
Mon, 13 May 2019 20:56:14 +0000 (22:56 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 13 May 2019 20:56:14 +0000 (22:56 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
media-gfx/pngrewrite/Manifest
media-gfx/pngrewrite/files/pngrewrite-1.3.0-gcc44.patch [deleted file]
media-gfx/pngrewrite/pngrewrite-1.3.0.ebuild [deleted file]

index 31789cab2b2e2f41a5d5d8565de2e774c5b95583..bf636efd9b8df81006d3d1295723afddd92563b2 100644 (file)
@@ -1,2 +1 @@
-DIST pngrewrite-1.3.0.zip 105995 BLAKE2B f09ce3b542e7013136e9244f89f6be5389df0522296bab609ad2023acb0a9792ee4ae5f9ba3666682c5d81c2364530225f5b306417a8e26d468f39e74d99cd68 SHA512 f146d69780309c61246f71cbc58081e1e357ea0cb58ee7ae5908075ab9cf86218f3eed956ff32df39efcebad7a743bf303ce1a50753d4d4c3710968002a75f1d
 DIST pngrewrite-1.4.0.zip 149760 BLAKE2B 7ae0acabe8d231233bfab3fe0c6a71da4f835d5c6c6943aa394ec0e83f126c93127d5f798e2206f2c45ed5b9b016a14c45a99ea450b40fd63af09a321fb5d2bd SHA512 9ed9d220a4d8066f752d7ba123dd831ce6550072e7f8dd2327bf257b3d8e886f781c4878896c633a9a251a1311a10af56434e2c9ff773d174233a340a1f37e42
diff --git a/media-gfx/pngrewrite/files/pngrewrite-1.3.0-gcc44.patch b/media-gfx/pngrewrite/files/pngrewrite-1.3.0-gcc44.patch
deleted file mode 100644 (file)
index e514c5d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- pngrewrite.c.orig  2009-06-01 21:12:19.000000000 +0200
-+++ pngrewrite.c       2009-06-01 21:12:29.000000000 +0200
-@@ -89,6 +89,7 @@
- //#define PNGRW_SUPPORT_1_ARG_MODE
- #define PNGRW_PALSORT_BY_FREQUENCY
-+#include <png.h>
- #include <stdio.h>
- #include <string.h>
-@@ -109,8 +110,6 @@
- #include <unistd.h>  /* for isatty() */
- #endif
--#include <png.h>
--
- struct errstruct {
-       jmp_buf jbuf;
-       char errmsg[200];
diff --git a/media-gfx/pngrewrite/pngrewrite-1.3.0.ebuild b/media-gfx/pngrewrite/pngrewrite-1.3.0.ebuild
deleted file mode 100644 (file)
index 62bb832..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs base
-
-DESCRIPTION="A utility which reduces large palettes in PNG images"
-HOMEPAGE="http://entropymine.com/jason/pngrewrite/"
-SRC_URI="http://entropymine.com/jason/${PN}/${P}.zip"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86 ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="media-libs/libpng"
-DEPEND="${RDEPEND}
-       app-arch/unzip"
-
-S=${WORKDIR}
-PATCHES=( "${FILESDIR}"/${P}-gcc44.patch )
-
-src_compile() {
-       $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -lpng -o ${PN} \
-               || die "compile failed."
-}
-
-src_install() {
-       dobin ${PN} || die "dobin failed."
-}