commit:     c4d2c0e07411617118ee243e79284dac8ceba2a8
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 21:11:09 2022 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 21:12:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d2c0e0

media-gfx/gif2apng: treeclean

Bug: https://bugs.gentoo.org/830138
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 media-gfx/gif2apng/Manifest                        |  1 -
 .../gif2apng/files/gif2apng-1.9-makefile.patch     | 18 ----------
 media-gfx/gif2apng/gif2apng-1.9-r1.ebuild          | 38 ----------------------
 media-gfx/gif2apng/metadata.xml                    |  8 -----
 profiles/package.mask                              |  9 ++---
 5 files changed, 2 insertions(+), 72 deletions(-)

diff --git a/media-gfx/gif2apng/Manifest b/media-gfx/gif2apng/Manifest
deleted file mode 100644
index 33f858534b31..000000000000
--- a/media-gfx/gif2apng/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gif2apng-1.9-src.zip 258946 BLAKE2B 
217cb4eaacf80b9a9ae4eb7ea298106d9763c825110c154b95a80e83f12ea9275c0b5bd7f2998fab6266b3832b5cae76badda7bfff1c992f21d31bba61016041
 SHA512 
6f161699aad949466c60e0fb6abb2f38e7ec8353dd15e65ccb9944a66dabc5a4acf32523cb64073c73290e54cc2b753db68123c14f3f7789343491a4f65dcd2c

diff --git a/media-gfx/gif2apng/files/gif2apng-1.9-makefile.patch 
b/media-gfx/gif2apng/files/gif2apng-1.9-makefile.patch
deleted file mode 100644
index 2322e214fbf0..000000000000
--- a/media-gfx/gif2apng/files/gif2apng-1.9-makefile.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- gif2apng-1.9-src/Makefile
-+++ gif2apng-1.9-src/Makefile
-@@ -1,11 +1,9 @@
- PACKAGE    = gif2apng
--CC         = gcc
--SRC_DIRS   = . 7z zopfli
--CFLAGS     = -Wall -pedantic
--CFLAGS_OPT = -O2
-+CC         ?= gcc
-+SRC_DIRS   = . 7z
-+CFLAGS     += -Wall -pedantic
- CFLAGS_7Z  = -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized 
-Wno-parentheses
--LDFLAGS    = -s
--LIBS       = -lstdc++ -lm -lz
-+LIBS       = -lstdc++ -lm -lz -lzopfli
- 
- INCUDE_DIRS := $(addprefix -I./, $(SRC_DIRS))
- OBJ_DIRS := $(addprefix obj/, $(SRC_DIRS))

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
-}

diff --git a/media-gfx/gif2apng/metadata.xml b/media-gfx/gif2apng/metadata.xml
deleted file mode 100644
index e855e7e17956..000000000000
--- a/media-gfx/gif2apng/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="sourceforge">gif2apng</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 9b09147ec92c..16d712f82daa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -145,11 +145,11 @@ mail-filter/sigh
 # Flask-Security-Too is a package with high maintenance cost
 # and no revdeps in ::gentoo.  The next version bump (once more)
 # introduces more dependencies.
-# 
+#
 # The remaining listed packages are used exclusively by this package
 # (or its tests).  If you find one of them useful, please let us know
 # and we'll keep it.
-# 
+#
 # Removal on 2022-09-29.  Bug #867415.
 dev-python/flask-security
 dev-python/flask-babelex
@@ -320,11 +320,6 @@ dev-util/bnfc
 # See: <https://github.com/martijnbastiaan/doctest-parallel/issues/45>
 dev-haskell/doctest-parallel
 
-# John Helmert III <[email protected]> (2022-08-16)
-# Multiple vulnerabilities, unmaintained upstream, EAPI 6. Removal in 30
-# days, bug #830138
-media-gfx/gif2apng
-
 # John Helmert III <[email protected]> (2022-08-16)
 # Vulnerable, unmaintained upstream, maintainer says it's time for it to
 # go. Removal in 30 days, bug #769758

Reply via email to