media-gfx/pngrewrite: EAPI-7 bump, https, missing slot op
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 8 Apr 2019 21:30:16 +0000 (23:30 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 8 Apr 2019 21:30:45 +0000 (23:30 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild

index 3671cefa5af1d2074236a755363e49978fa3ad7a..21b31a10bea2575471753a545146c36a1ff38da0 100644 (file)
@@ -1,24 +1,24 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit toolchain-funcs
 
-DESCRIPTION="A utility which reduces large palettes in PNG images"
-HOMEPAGE="http://entropymine.com/jason/pngrewrite/"
-SRC_URI="http://entropymine.com/jason/${PN}/${P}.zip"
+DESCRIPTION="Utility which reduces large palettes in PNG images"
+HOMEPAGE="https://entropymine.com/jason/pngrewrite/"
+SRC_URI="https://entropymine.com/jason/${PN}/${P}.zip"
 
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
 IUSE=""
 
-RDEPEND="media-libs/libpng"
-DEPEND="${RDEPEND}
-       app-arch/unzip"
+BDEPEND="app-arch/unzip"
+DEPEND="media-libs/libpng:0="
+RDEPEND="${DEPEND}"
 
-S=${WORKDIR}
+S="${WORKDIR}"
 
 src_compile() {
        emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"