summaryrefslogtreecommitdiff
path: root/media-gfx/pngcheck
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-03 08:36:22 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-03 08:36:22 +0000
commitf65628136faa35d0c4d3b5e7332275c7b35fcd96 (patch)
tree021998302365c5652e37824b6c26d4d969a62055 /media-gfx/pngcheck
parent70b82ae359a5538711e103b0e8dfb92654296644 (diff)
gentoo resync : 03.11.2018
Diffstat (limited to 'media-gfx/pngcheck')
-rw-r--r--media-gfx/pngcheck/Manifest2
-rw-r--r--media-gfx/pngcheck/pngcheck-2.3.0.ebuild13
2 files changed, 8 insertions, 7 deletions
diff --git a/media-gfx/pngcheck/Manifest b/media-gfx/pngcheck/Manifest
index b7242d53f293..757a7e98f1a4 100644
--- a/media-gfx/pngcheck/Manifest
+++ b/media-gfx/pngcheck/Manifest
@@ -1,3 +1,3 @@
DIST pngcheck-2.3.0.tar.gz 59864 BLAKE2B 3c635555f76d22d6949309707b7054608f5e093d3a557eb88eb9fc48aef76326f8e6b0dbcdf8e30213a042416f0e6f798e41411763e7604b12495b6b2748cddc SHA512 d099a360d41fc553e9ea02e56ae9812a4a72f3b7f1cd73c021fdb0b9233bb247e100b95fe8e297a2dcdd1bb996128a365794cb8f5702e5c93618af03f18140ad
-EBUILD pngcheck-2.3.0.ebuild 669 BLAKE2B aee1c4613d9f6fff6e4a1c6c5f9f1cd887ad16fad92c877c84b4909a15fe07cee090fef4f17ab8e63177c7d6f79f9493b5c163b21a3e4cb1633cdf6d5ad97cc3 SHA512 1c0d431094161212531dbe9c22041239c786ade1c401225b1d8e2d4aa7842019303abdd3093e28f7a2b4bbaede87afba393aa2e38995e29a55347b7f6befa160
+EBUILD pngcheck-2.3.0.ebuild 643 BLAKE2B 3ddd07326f91f14c7efc71c9a0b442d050ab3095ed52336f99edee0e34b325def2d14f18e96ce4c1cd726071b1610fdbf629c898f22a26c500e41954d0055f71 SHA512 cfcc71d19d8869482b92d390b9b4a65e81aa1ac9865af2b914a10e57afdc0b71f2df5738e7283c310604b550ebcd6b99edd7a8f7d3a15539bf72d39bb88e9eb8
MISC metadata.xml 336 BLAKE2B 233943d2b9383cb850bbb7d8230a938527331b28cec37e3dbf6d9455af87fffe547ba6f2b746f7fe05bc40a347d0d697c049dcb97e23ee85a9aeda617fc12c2d SHA512 1b1fb530bcdeb8afc7c5b1edf81cd1d02cfc6829e30273b0270a67a0a263030256b4e6fbe40d3cfdc52e5b709a0b8625d3a06e3dad0667ff88743326c35ef789
diff --git a/media-gfx/pngcheck/pngcheck-2.3.0.ebuild b/media-gfx/pngcheck/pngcheck-2.3.0.ebuild
index 9731e7c72fb2..4358988b8ba1 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
}