summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2022-09-18 16:11:09 -0500
committerJohn Helmert III <ajak@gentoo.org>2022-09-18 16:12:53 -0500
commitc4d2c0e07411617118ee243e79284dac8ceba2a8 (patch)
treec508a6ef9bb7e1489bee30182cf8ad7b921de3b5 /media-gfx/gif2apng/gif2apng-1.9-r1.ebuild
parentprofiles: re-mask slurm (diff)
downloadgentoo-c4d2c0e07411617118ee243e79284dac8ceba2a8.tar.gz
gentoo-c4d2c0e07411617118ee243e79284dac8ceba2a8.tar.bz2
gentoo-c4d2c0e07411617118ee243e79284dac8ceba2a8.zip
media-gfx/gif2apng: treeclean
Bug: https://bugs.gentoo.org/830138 Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'media-gfx/gif2apng/gif2apng-1.9-r1.ebuild')
-rw-r--r--media-gfx/gif2apng/gif2apng-1.9-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-gfx/gif2apng/gif2apng-1.9-r1.ebuild b/media-gfx/gif2apng/gif2apng-1.9-r1.ebuild
deleted file mode 100644
index 9e8aa44e1c0b..000000000000
--- a/media-gfx/gif2apng/gif2apng-1.9-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="create an APNG from a GIF"
-HOMEPAGE="https://sourceforge.net/projects/gif2apng/"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-src.zip"
-
-LICENSE="ZLIB LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/zlib
- app-arch/zopfli:="
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}
-
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-
-src_prepare() {
- default
-
- # remove bundled libs
- rm -r zlib zopfli || die
-
- tc-export CC
-}
-
-src_install() {
- dobin ${PN}
- dodoc readme.txt
-}