commit: 8634e867df221165f30d7a130b266daafc17b7ca
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 12:45:45 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 12:45:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8634e867
app-crypt/gifshuffle: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../{gifshuffle-2.0.ebuild => gifshuffle-2.0-r1.ebuild} | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/app-crypt/gifshuffle/gifshuffle-2.0.ebuild
b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
similarity index 74%
rename from app-crypt/gifshuffle/gifshuffle-2.0.ebuild
rename to app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
index 219f1830c34..c2a8cfb2d9d 100644
--- a/app-crypt/gifshuffle/gifshuffle-2.0.ebuild
+++ b/app-crypt/gifshuffle/gifshuffle-2.0-r1.ebuild
@@ -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
}