summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 19:28:31 +0000
committerSam James <sam@gentoo.org>2021-03-16 19:55:45 +0000
commit364b7b9d9ca03d1f29826e4a9dbc799da17412e1 (patch)
treed511d5fedf3f2055f2c91c1f169ee37bd6a8e5c0 /media-gfx/gif2png
parentmail-mta/qpsmtpd: port to EAPI 7 (diff)
downloadgentoo-364b7b9d9ca03d1f29826e4a9dbc799da17412e1.tar.gz
gentoo-364b7b9d9ca03d1f29826e4a9dbc799da17412e1.tar.bz2
gentoo-364b7b9d9ca03d1f29826e4a9dbc799da17412e1.zip
media-gfx/gif2png: drop 2.5.9, 2.5.12
Bug: https://bugs.gentoo.org/717948 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/gif2png')
-rw-r--r--media-gfx/gif2png/Manifest2
-rw-r--r--media-gfx/gif2png/files/gif2png-2.5.12-makefile.patch42
-rw-r--r--media-gfx/gif2png/gif2png-2.5.12.ebuild37
-rw-r--r--media-gfx/gif2png/gif2png-2.5.9.ebuild19
4 files changed, 0 insertions, 100 deletions
diff --git a/media-gfx/gif2png/Manifest b/media-gfx/gif2png/Manifest
index 09c12d183863..7213c7b7334a 100644
--- a/media-gfx/gif2png/Manifest
+++ b/media-gfx/gif2png/Manifest
@@ -1,3 +1 @@
-DIST gif2png-2.5.12.tar.gz 31613 BLAKE2B 8614d3e0435bab334465d3f43d8676a80f1041e6cd5572fb525295c00d9027b505741331bd3df452d55e8f49893ab611832f2d4d150794d268a436a04f5f20b2 SHA512 481775d0efc65e0606a60546ed2a1e4a976587ca1a406620f8ea9126b32dc810d3b549cc99ba33ff9f88379de2ce47a799840b92978ee621bd18d3ae08b2c6a8
DIST gif2png-2.5.14.tar.gz 221609 BLAKE2B de1e66a0880579a2d4d3681ec8cbbe3ef37da1cd05e40336b398266f386d629645f9d45738098c9e3f9528cb5dbdd5c37ed00f5d5c8bcd85e0a31fd375f38a76 SHA512 a1ea3b64da64274a3363089beee748605eb24d3e05bcace29d26618a9ab3580f5ac85da893af16975c91d571866625e0883f0a4b375e82c468754f84f8982f03
-DIST gif2png-2.5.9.tar.gz 137750 BLAKE2B a5fb0570f6263c1911a4cad52f1b974f8010a02cf882f2e1e40ed7dbbce4be8b75290e4b0a78b5dde74cc244c9a848dd429a937e696746d3d39b8cec9dd469fd SHA512 0632f1b4b96a1e4b5567101fbac36db55e658503977c8c875d75d9c1db5b374deba5afbda5507585b6b79242781fd70afc477e686458cc124adb8e1b29860c1e
diff --git a/media-gfx/gif2png/files/gif2png-2.5.12-makefile.patch b/media-gfx/gif2png/files/gif2png-2.5.12-makefile.patch
deleted file mode 100644
index e99180f8686e..000000000000
--- a/media-gfx/gif2png/files/gif2png-2.5.12-makefile.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Respect CFLAGS/LDFLAGS/DESTDIR and don't try to run missing tests.
-
---- gif2png-2.5.12/Makefile
-+++ gif2png-2.5.12/Makefile
-@@ -2,8 +2,7 @@
-
- VERSION = $(shell sed -n <NEWS '/::/s/^\([^:]*\).*/\1/p' | head -1)
-
--CFLAGS = -DVERSION=\"$(VERSION)\" -O2
--LDFLAGS = -s
-+CFLAGS = -DVERSION=\"$(VERSION)\"
-
- SOURCES = 437_l1.c gif2png.c gifread.c memory.c version.c
- OBJECTS = $(SOURCES:.c=.o)
-@@ -28,22 +27,19 @@
- web2png.1: web2png.xml
- xmlto man web2png.xml
-
--check:
-- cd test; make --quiet test
--
- clean:
- rm -f gif2png *.o gif2png.1 web2png.1
-
- version:
- @echo $(VERSION)
-
--prefix?=/usr
-+prefix ?= /usr
-
- install: gif2png gif2png.1 web2png.1
-- mkdir -p $(prefix)/bin
-- mkdir -p $(prefix)/share/man/man1
-- cp gif2png web2png $(prefix)/bin/
-- cp gif2png.1 web2png.1 $(prefix)/share/man/man1/
-+ mkdir -p $(DESTDIR)$(prefix)/bin
-+ mkdir -p $(DESTDIR)$(prefix)/share/man/man1
-+ cp gif2png web2png $(DESTDIR)$(prefix)/bin/
-+ cp gif2png.1 web2png.1 $(DESTDIR)$(prefix)/share/man/man1/
-
- uninstall:
- rm $(prefix)/bin/gif2png $(prefix)/bin/web2png
diff --git a/media-gfx/gif2png/gif2png-2.5.12.ebuild b/media-gfx/gif2png/gif2png-2.5.12.ebuild
deleted file mode 100644
index 937a694a8ebb..000000000000
--- a/media-gfx/gif2png/gif2png-2.5.12.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 toolchain-funcs
-
-DESCRIPTION="Converts images from gif format to png format"
-HOMEPAGE="http://catb.org/~esr/gif2png/"
-SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND=">=media-libs/libpng-1.2:0=
- sys-libs/zlib:="
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.5.12-makefile.patch
-)
-
-src_prepare() {
- default
-
- # this release lacks the NEWS file that is being used to
- # query the release version
- # https://gitlab.com/esr/gif2png/issues/4
- sed "s@^VERSION.*@VERSION = ${PV}@" -i Makefile || die
-
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
-}
diff --git a/media-gfx/gif2png/gif2png-2.5.9.ebuild b/media-gfx/gif2png/gif2png-2.5.9.ebuild
deleted file mode 100644
index d0cd0123f513..000000000000
--- a/media-gfx/gif2png/gif2png-2.5.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Converts images from gif format to png format"
-HOMEPAGE="http://catb.org/~esr/gif2png/"
-SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND=">=media-libs/libpng-1.2:0
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS NEWS README"