public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/
@ 2018-10-27 15:57 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-10-27 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     54c2580a88455cca5fdfed46508513cc2d1977bd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 15:02:11 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 15:54:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c2580a

media-gfx/pngcheck: EAPI7, drop superfluous || die

Closes: https://bugs.gentoo.org/666296
Thanks-to: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/pngcheck/pngcheck-2.3.0.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-gfx/pngcheck/pngcheck-2.3.0.ebuild b/media-gfx/pngcheck/pngcheck-2.3.0.ebuild
index 9731e7c72fb..4358988b8ba 100644
--- a/media-gfx/pngcheck/pngcheck-2.3.0.ebuild
+++ b/media-gfx/pngcheck/pngcheck-2.3.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=7
+
 inherit toolchain-funcs
 
-DESCRIPTION="verifies the integrity of PNG, JNG and MNG files with internal checksums"
+DESCRIPTION="Verifies the integrity of PNG, JNG and MNG files with internal checksums"
 HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html"
 SRC_URI="mirror://sourceforge/png-mng/${P}.tar.gz"
 
@@ -20,10 +21,10 @@ src_compile() {
 	emake -f Makefile.unx \
 		CC="$(tc-getCC)" \
 		CFLAGS="${LDFLAGS} ${CFLAGS} -DUSE_ZLIB" \
-		ZLIB="-lz" || die
+		ZLIB="-lz"
 }
 
 src_install() {
-	dobin png{check,split,-fix-IDAT-windowsize} || die
-	dodoc CHANGELOG README
+	dobin png{check,split,-fix-IDAT-windowsize}
+	einstalldocs
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/
@ 2021-02-01 22:15 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-01 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     531a61e9d885c091ea7ab0596f9367e2f40a15af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 19:23:52 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 22:14:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531a61e9

media-gfx/pngcheck: (security) bump to 3.0.2

Bug: https://bugs.gentoo.org/759013
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/pngcheck/Manifest              |  1 +
 media-gfx/pngcheck/pngcheck-3.0.2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/media-gfx/pngcheck/Manifest b/media-gfx/pngcheck/Manifest
index f7d74b0cfa7..66af13d7895 100644
--- a/media-gfx/pngcheck/Manifest
+++ b/media-gfx/pngcheck/Manifest
@@ -1 +1,2 @@
 DIST pngcheck-2.3.0.tar.gz 59864 BLAKE2B 3c635555f76d22d6949309707b7054608f5e093d3a557eb88eb9fc48aef76326f8e6b0dbcdf8e30213a042416f0e6f798e41411763e7604b12495b6b2748cddc SHA512 d099a360d41fc553e9ea02e56ae9812a4a72f3b7f1cd73c021fdb0b9233bb247e100b95fe8e297a2dcdd1bb996128a365794cb8f5702e5c93618af03f18140ad
+DIST pngcheck-3.0.2.tar.gz 63202 BLAKE2B 4cc6040e087aa2f5829e79ea1a5feb45af8bb15fa72325f9cb4822169c7d278306d6d89b936fd4c3c3819a09380e07f1f64ce0c276e776c3146c1533b1ee1363 SHA512 81bba699141c0f506ee589785eccc4b1ea882df5d211bcd91885bbcc4230bf14d23fc1298ffc10a110d6a8459522f6a01bfba1f81739f6085e4d3de964bda3d5

diff --git a/media-gfx/pngcheck/pngcheck-3.0.2.ebuild b/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
new file mode 100644
index 00000000000..ad45b82c58e
--- /dev/null
+++ b/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Verifies the integrity of PNG, JNG and MNG files with internal checksums"
+HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html"
+SRC_URI="mirror://sourceforge/png-mng/${P}.tar.gz"
+
+LICENSE="HPND GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	emake -f Makefile.unx \
+		CC="$(tc-getCC)" \
+		LD="$(tc-getLD)" \
+		CFLAGS="${CFLAGS} ${LDFLAGS} -DUSE_ZLIB" \
+		ZLIB="-lz"
+}
+
+src_install() {
+	dobin png{check,split,-fix-IDAT-windowsize}
+	doman pngcheck.1 gpl/pngsplit.1
+
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/
@ 2021-02-08 17:26 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-08 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     71225fbbfe0a3b6687f2ea653d878d1dd45ebf6a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 17:26:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 17:26:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71225fbb

media-gfx/pngcheck: Stabilize 3.0.2 x86, #759013

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/pngcheck/pngcheck-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pngcheck/pngcheck-3.0.2.ebuild b/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
index ad45b82c58e..aa2d25b2a6a 100644
--- a/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
+++ b/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/png-mng/${P}.tar.gz"
 
 LICENSE="HPND GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="sys-libs/zlib"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/
@ 2021-02-09  9:47 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-09  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     5a22a9392fee1d97610309acfed21f8445de3513
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 09:47:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 09:47:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a22a939

media-gfx/pngcheck: Stabilize 3.0.2 amd64, #759013

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/pngcheck/pngcheck-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pngcheck/pngcheck-3.0.2.ebuild b/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
index aa2d25b2a6a..660faab0b47 100644
--- a/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
+++ b/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/png-mng/${P}.tar.gz"
 
 LICENSE="HPND GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sys-libs/zlib"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/
@ 2021-02-22  3:16 John Helmert III
  0 siblings, 0 replies; 9+ messages in thread
From: John Helmert III @ 2021-02-22  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3db3577dba537c0ddde48f86fdce2d523acf14c4
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 03:10:00 2021 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 03:10:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db3577d

media-gfx/pngcheck: security cleanup (drop <3.0.2)

Bug: https://bugs.gentoo.org/759013
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 media-gfx/pngcheck/Manifest              |  1 -
 media-gfx/pngcheck/pngcheck-2.3.0.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/media-gfx/pngcheck/Manifest b/media-gfx/pngcheck/Manifest
index 66af13d7895..38a9de56965 100644
--- a/media-gfx/pngcheck/Manifest
+++ b/media-gfx/pngcheck/Manifest
@@ -1,2 +1 @@
-DIST pngcheck-2.3.0.tar.gz 59864 BLAKE2B 3c635555f76d22d6949309707b7054608f5e093d3a557eb88eb9fc48aef76326f8e6b0dbcdf8e30213a042416f0e6f798e41411763e7604b12495b6b2748cddc SHA512 d099a360d41fc553e9ea02e56ae9812a4a72f3b7f1cd73c021fdb0b9233bb247e100b95fe8e297a2dcdd1bb996128a365794cb8f5702e5c93618af03f18140ad
 DIST pngcheck-3.0.2.tar.gz 63202 BLAKE2B 4cc6040e087aa2f5829e79ea1a5feb45af8bb15fa72325f9cb4822169c7d278306d6d89b936fd4c3c3819a09380e07f1f64ce0c276e776c3146c1533b1ee1363 SHA512 81bba699141c0f506ee589785eccc4b1ea882df5d211bcd91885bbcc4230bf14d23fc1298ffc10a110d6a8459522f6a01bfba1f81739f6085e4d3de964bda3d5

diff --git a/media-gfx/pngcheck/pngcheck-2.3.0.ebuild b/media-gfx/pngcheck/pngcheck-2.3.0.ebuild
deleted file mode 100644
index 4358988b8ba..00000000000
--- a/media-gfx/pngcheck/pngcheck-2.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Verifies the integrity of PNG, JNG and MNG files with internal checksums"
-HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html"
-SRC_URI="mirror://sourceforge/png-mng/${P}.tar.gz"
-
-LICENSE="HPND GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake -f Makefile.unx \
-		CC="$(tc-getCC)" \
-		CFLAGS="${LDFLAGS} ${CFLAGS} -DUSE_ZLIB" \
-		ZLIB="-lz"
-}
-
-src_install() {
-	dobin png{check,split,-fix-IDAT-windowsize}
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/
@ 2022-12-16  7:18 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-12-16  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     34564839cadebb24c14385ce59055d7c5ead97c2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 07:16:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 07:16:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34564839

media-gfx/pngcheck: add 3.0.3

Bug: https://bugs.gentoo.org/866233
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/pngcheck/Manifest              |  1 +
 media-gfx/pngcheck/pngcheck-3.0.3.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/media-gfx/pngcheck/Manifest b/media-gfx/pngcheck/Manifest
index 38a9de56965b..092cb82f13c5 100644
--- a/media-gfx/pngcheck/Manifest
+++ b/media-gfx/pngcheck/Manifest
@@ -1 +1,2 @@
 DIST pngcheck-3.0.2.tar.gz 63202 BLAKE2B 4cc6040e087aa2f5829e79ea1a5feb45af8bb15fa72325f9cb4822169c7d278306d6d89b936fd4c3c3819a09380e07f1f64ce0c276e776c3146c1533b1ee1363 SHA512 81bba699141c0f506ee589785eccc4b1ea882df5d211bcd91885bbcc4230bf14d23fc1298ffc10a110d6a8459522f6a01bfba1f81739f6085e4d3de964bda3d5
+DIST pngcheck-3.0.3.tar.gz 63766 BLAKE2B 962f90e6a05170a14fba45372d65f8cc94d1b4f6119c30d252a67644b69eb8a925c20b0d020b917673754f491305f73ac7e294df9b2a908a93011cec420c3629 SHA512 cdb2620cb508f9df748bd3e9cb657d2c503a1f62171f497f1ff1e0f220287364829f03164869567c83b5797d8bc478495ad6c35860196812ef8262fce4cbff26

diff --git a/media-gfx/pngcheck/pngcheck-3.0.3.ebuild b/media-gfx/pngcheck/pngcheck-3.0.3.ebuild
new file mode 100644
index 000000000000..536c33d0495d
--- /dev/null
+++ b/media-gfx/pngcheck/pngcheck-3.0.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Verifies the integrity of PNG, JNG, and MNG files with internal checksums"
+HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html"
+SRC_URI="http://www.libpng.org/pub/png/src/${P}.tar.gz"
+
+LICENSE="HPND GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	emake -f Makefile.unx \
+		CC="$(tc-getCC)" \
+		LD="$(tc-getLD)" \
+		CFLAGS="${CFLAGS} ${LDFLAGS} -DUSE_ZLIB" \
+		ZLIB="-lz"
+}
+
+src_install() {
+	dobin png{check,split,-fix-IDAT-windowsize}
+	doman pngcheck.1 gpl/pngsplit.1
+
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/
@ 2023-02-24 16:56 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-02-24 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8996c4d90b9a8f56165182138ebb04fbb810aba4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 16:55:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 16:55:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8996c4d9

media-gfx/pngcheck: Stabilize 3.0.3 amd64, #896306

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/pngcheck/pngcheck-3.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/pngcheck/pngcheck-3.0.3.ebuild b/media-gfx/pngcheck/pngcheck-3.0.3.ebuild
index 536c33d0495d..9e487ef638f8 100644
--- a/media-gfx/pngcheck/pngcheck-3.0.3.ebuild
+++ b/media-gfx/pngcheck/pngcheck-3.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="http://www.libpng.org/pub/png/src/${P}.tar.gz"
 
 LICENSE="HPND GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="sys-libs/zlib"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/
@ 2023-02-24 17:38 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-02-24 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     48a5a298387e6dd48a707debf66795253524cb27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 17:38:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 17:38:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a5a298

media-gfx/pngcheck: Stabilize 3.0.3 x86, #896306

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/pngcheck/pngcheck-3.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pngcheck/pngcheck-3.0.3.ebuild b/media-gfx/pngcheck/pngcheck-3.0.3.ebuild
index 9e487ef638f8..1679a40f32a0 100644
--- a/media-gfx/pngcheck/pngcheck-3.0.3.ebuild
+++ b/media-gfx/pngcheck/pngcheck-3.0.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.libpng.org/pub/png/src/${P}.tar.gz"
 
 LICENSE="HPND GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sys-libs/zlib"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/
@ 2024-09-13  7:59 Petr Vaněk
  0 siblings, 0 replies; 9+ messages in thread
From: Petr Vaněk @ 2024-09-13  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     41390b62f0ee323634f2cca6b019543de1cbf0c3
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 07:57:19 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 07:58:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41390b62

media-gfx/pngcheck: drop 3.0.2

Bug: https://bugs.gentoo.org/866233
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 media-gfx/pngcheck/Manifest              |  1 -
 media-gfx/pngcheck/pngcheck-3.0.2.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/media-gfx/pngcheck/Manifest b/media-gfx/pngcheck/Manifest
index 092cb82f13c5..340c97fc3ab3 100644
--- a/media-gfx/pngcheck/Manifest
+++ b/media-gfx/pngcheck/Manifest
@@ -1,2 +1 @@
-DIST pngcheck-3.0.2.tar.gz 63202 BLAKE2B 4cc6040e087aa2f5829e79ea1a5feb45af8bb15fa72325f9cb4822169c7d278306d6d89b936fd4c3c3819a09380e07f1f64ce0c276e776c3146c1533b1ee1363 SHA512 81bba699141c0f506ee589785eccc4b1ea882df5d211bcd91885bbcc4230bf14d23fc1298ffc10a110d6a8459522f6a01bfba1f81739f6085e4d3de964bda3d5
 DIST pngcheck-3.0.3.tar.gz 63766 BLAKE2B 962f90e6a05170a14fba45372d65f8cc94d1b4f6119c30d252a67644b69eb8a925c20b0d020b917673754f491305f73ac7e294df9b2a908a93011cec420c3629 SHA512 cdb2620cb508f9df748bd3e9cb657d2c503a1f62171f497f1ff1e0f220287364829f03164869567c83b5797d8bc478495ad6c35860196812ef8262fce4cbff26

diff --git a/media-gfx/pngcheck/pngcheck-3.0.2.ebuild b/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
deleted file mode 100644
index ca87c90889f4..000000000000
--- a/media-gfx/pngcheck/pngcheck-3.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Verifies the integrity of PNG, JNG and MNG files with internal checksums"
-HOMEPAGE="http://www.libpng.org/pub/png/apps/pngcheck.html"
-SRC_URI="https://downloads.sourceforge.net/png-mng/${P}.tar.gz"
-
-LICENSE="HPND GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake -f Makefile.unx \
-		CC="$(tc-getCC)" \
-		LD="$(tc-getLD)" \
-		CFLAGS="${CFLAGS} ${LDFLAGS} -DUSE_ZLIB" \
-		ZLIB="-lz"
-}
-
-src_install() {
-	dobin png{check,split,-fix-IDAT-windowsize}
-	doman pngcheck.1 gpl/pngsplit.1
-
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-09-13  7:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-22  3:16 [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/ John Helmert III
  -- strict thread matches above, loose matches on Subject: below --
2024-09-13  7:59 Petr Vaněk
2023-02-24 17:38 Sam James
2023-02-24 16:56 Sam James
2022-12-16  7:18 Sam James
2021-02-09  9:47 Sam James
2021-02-08 17:26 Sam James
2021-02-01 22:15 Sam James
2018-10-27 15:57 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox