[gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/

2023-02-24 Thread Sam James
commit: 48a5a298387e6dd48a707debf66795253524cb27
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 24 17:38:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 24 17:38:15 2023 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/

2023-02-24 Thread Sam James
commit: 8996c4d90b9a8f56165182138ebb04fbb810aba4
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 24 16:55:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 24 16:55:42 2023 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/

2022-12-15 Thread Sam James
commit: 34564839cadebb24c14385ce59055d7c5ead97c2
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 16 07:16:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 16 07:16:40 2022 +
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  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/

2021-02-21 Thread John Helmert III
commit: 3db3577dba537c0ddde48f86fdce2d523acf14c4
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Feb 22 03:10:00 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Feb 22 03:10:00 2021 +
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  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 
3c63f76d22d6949309707b7054608f5e093d3a557eb88eb9fc48aef76326f8e6b0dbcdf8e30213a042416f0e6f798e41411763e7604b12495b6b2748cddc
 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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/

2021-02-09 Thread Sam James
commit: 5a22a9392fee1d97610309acfed21f8445de3513
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  9 09:47:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  9 09:47:12 2021 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/

2021-02-08 Thread Sam James
commit: 71225fbbfe0a3b6687f2ea653d878d1dd45ebf6a
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  8 17:26:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  8 17:26:24 2021 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/

2021-02-01 Thread Sam James
commit: 531a61e9d885c091ea7ab0596f9367e2f40a15af
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  1 19:23:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  1 22:14:04 2021 +
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  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 
3c63f76d22d6949309707b7054608f5e093d3a557eb88eb9fc48aef76326f8e6b0dbcdf8e30213a042416f0e6f798e41411763e7604b12495b6b2748cddc
 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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/pngcheck/

2018-10-27 Thread Andreas Sturmlechner
commit: 54c2580a88455cca5fdfed46508513cc2d1977bd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 27 15:02:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 27 15:54:35 2018 +
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  gmail.com>
Signed-off-by: Andreas Sturmlechner  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
 }