diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-02-05 20:27:30 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-02-05 20:45:43 -0700 |
commit | b0d7d89d8d55947a35583e246f07825a740cbf74 (patch) | |
tree | 7a58992d4a5930726ee9f79eec635db0a4d5c577 /media-gfx | |
parent | app-emulation/containerd: 1.2.12 bump (diff) | |
download | gentoo-b0d7d89d8d55947a35583e246f07825a740cbf74.tar.gz gentoo-b0d7d89d8d55947a35583e246f07825a740cbf74.tar.bz2 gentoo-b0d7d89d8d55947a35583e246f07825a740cbf74.zip |
media-gfx/apngasm: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/apngasm/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/apngasm/apngasm-2.7.ebuild | 36 | ||||
-rw-r--r-- | media-gfx/apngasm/files/apngasm-2.7-string_h.patch | 16 |
3 files changed, 0 insertions, 53 deletions
diff --git a/media-gfx/apngasm/Manifest b/media-gfx/apngasm/Manifest index bae411f61e75..1c19c3e95c96 100644 --- a/media-gfx/apngasm/Manifest +++ b/media-gfx/apngasm/Manifest @@ -1,2 +1 @@ -DIST apngasm-2.7-src.zip 11448 BLAKE2B 848a5c9be65bacb3297c9f0b54235f2143be91840c5f0730c0c7bd1c6d273855d730eb9722860f7543eb6e57e8ace5b775f73f5789ee6814f5d62fec02bd2b14 SHA512 28ec70a4ac02021ff85390ad6863aaca5451937209345128ecd5baf76bef9495168c3c4ee5d823afbeb569ca673328673a81b807e7985c3d5d1843c056af7810 DIST apngasm-2.91-src.zip 597267 BLAKE2B a34a765fef49aa0ac29973b8dc450bfcdfe7aa83dffe19919f916a136db3d0bfebf3c1fac79bfb81a3900cee87afd888469e5432500d181a9539696b4573a42b SHA512 2415389a989f7a7ff7f3e1328f7920c7515c9a492c89ef216ff53db68fe2f1a674ff60d5f4bfd5a8c710f625456557ae7d5b25f486ac826e3113976cd9fc11dc diff --git a/media-gfx/apngasm/apngasm-2.7.ebuild b/media-gfx/apngasm/apngasm-2.7.ebuild deleted file mode 100644 index 49660f693fc4..000000000000 --- a/media-gfx/apngasm/apngasm-2.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit eutils toolchain-funcs - -DESCRIPTION="create an APNG from multiple PNG files" -HOMEPAGE="https://sourceforge.net/projects/apngasm/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.zip" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="media-libs/libpng:0=[apng] - sys-libs/zlib:=" -DEPEND="${RDEPEND} - app-arch/unzip - virtual/pkgconfig" - -S=${WORKDIR} - -src_prepare() { - epatch "${FILESDIR}"/${P}-string_h.patch #465780 -} - -src_compile() { - emake CC="$(tc-getCC)" LDLIBS="$($(tc-getPKG_CONFIG) --libs libpng --libs zlib)" ${PN} -} - -src_install() { - dobin ${PN} - dodoc readme.txt -} diff --git a/media-gfx/apngasm/files/apngasm-2.7-string_h.patch b/media-gfx/apngasm/files/apngasm-2.7-string_h.patch deleted file mode 100644 index 303e832b37c5..000000000000 --- a/media-gfx/apngasm/files/apngasm-2.7-string_h.patch +++ /dev/null @@ -1,16 +0,0 @@ -http://bugs.gentoo.org/465780 - -Same for all of memcpy(), memset(), strlen() and strcpy(): - -apngasm.c:141:11: warning: incompatible implicit declaration of built-in function ‘memcpy’ [enabled by default] - ---- apngasm.c -+++ apngasm.c -@@ -29,6 +29,7 @@ - */
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include "png.h" /* original (unpatched) libpng is ok */
- #include "zlib.h"
-
|