app-crypt/gifshuffle: EAPI 6 bump
authorAmy Liffey <amynka@gentoo.org>
Wed, 9 Aug 2017 12:45:45 +0000 (14:45 +0200)
committerAmy Liffey <amynka@gentoo.org>
Wed, 9 Aug 2017 12:45:45 +0000 (14:45 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild [moved from app-crypt/gifshuffle/gifshuffle-2.0.ebuild with 74% similarity]

similarity index 74%
rename from app-crypt/gifshuffle/gifshuffle-2.0.ebuild
rename to app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
index 219f1830c348c2e046887a2383f3402308051636..c2a8cfb2d9de6256e4aa172181b1ada5c3aae1a4 100644 (file)
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 inherit toolchain-funcs
 
 DESCRIPTION="GIF colourmap steganography"
@@ -15,14 +17,14 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
-S="${WORKDIR}"/${PN}
+S="${WORKDIR}/${PN}"
 
 src_compile() {
-       echo $(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c
+       echo $(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c || die
        $(tc-getCC) -o ${PN} ${CFLAGS} ${LDFLAGS} *.c || die "Cannot compile ${PN}"
 }
 
 src_install() {
-       dobin ${PN} || die "Cannot install ${PN}"
+       dobin ${PN}
        dodoc gshuf.txt
 }