Skip to content

Commit

Permalink
app-crypt/nasty: eapi bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
alonbl committed Jan 13, 2017
1 parent a19d701 commit 47fd579
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app-crypt/nasty/files/nasty-0.6-flags.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Makefile
+++ Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,16 @@
VERSION=0.6

Expand Down
16 changes: 8 additions & 8 deletions app-crypt/nasty/nasty-0.6-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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
}

0 comments on commit 47fd579

Please sign in to comment.