* [gentoo-commits] repo/gentoo:master commit in: app-crypt/nasty/files/, app-crypt/nasty/
@ 2017-01-13 23:32 Alon Bar-Lev
0 siblings, 0 replies; only message in thread
From: Alon Bar-Lev @ 2017-01-13 23:32 UTC (permalink / raw
To: gentoo-commits
commit: 47fd579cdf5b02134c7a7465b3ea2004203a380d
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 23:20:01 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 23:32:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47fd579c
app-crypt/nasty: eapi bump
Package-Manager: portage-2.3.0
app-crypt/nasty/files/nasty-0.6-flags.patch | 4 ++--
app-crypt/nasty/nasty-0.6-r1.ebuild | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/app-crypt/nasty/files/nasty-0.6-flags.patch b/app-crypt/nasty/files/nasty-0.6-flags.patch
index 271bbaa..522e570a 100644
--- a/app-crypt/nasty/files/nasty-0.6-flags.patch
+++ b/app-crypt/nasty/files/nasty-0.6-flags.patch
@@ -1,5 +1,5 @@
---- Makefile
-+++ Makefile
+--- a/Makefile
++++ b/Makefile
@@ -1,15 +1,16 @@
VERSION=0.6
diff --git a/app-crypt/nasty/nasty-0.6-r1.ebuild b/app-crypt/nasty/nasty-0.6-r1.ebuild
index 35c3375..8cea593 100644
--- a/app-crypt/nasty/nasty-0.6-r1.ebuild
+++ b/app-crypt/nasty/nasty-0.6-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="2"
+EAPI="6"
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Proof-of-concept GPG passphrase recovery tool"
HOMEPAGE="http://www.vanheusden.com/nasty/"
@@ -16,15 +16,15 @@ IUSE=""
RDEPEND="app-crypt/gpgme"
DEPEND="${RDEPEND}"
-src_prepare() {
- epatch "${FILESDIR}/${P}-flags.patch"
-}
+PATCHES=(
+ "${FILESDIR}/${P}-flags.patch"
+)
src_compile() {
- emake CC="$(tc-getCC)" DEBUG= || die "emake failed"
+ emake CC="$(tc-getCC)" DEBUG=
}
src_install() {
- dobin nasty || die "dobin nasty failed"
+ dobin nasty
dodoc readme.txt
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-01-13 23:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-13 23:32 [gentoo-commits] repo/gentoo:master commit in: app-crypt/nasty/files/, app-crypt/nasty/ Alon Bar-Lev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox