ChangeLog

# ChangeLog for app-crypt/nasty
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/ChangeLog,v 1.4 2006/10/21 16:53:12 squinky86 Exp $

21 Oct 2006; Jon Hood nasty-0.6-r1.ebuild:
Add ~amd64, bug #122599.

02 Mar 2006; Marcelo Goes -nasty-0.6.ebuild,
nasty-0.6-r1.ebuild:
Remove old ebuild, remove DEPEND=DEPEND.

*nasty-0.6-r1 (12 Dec 2005)

12 Dec 2005; Robin H. Johnson +nasty-0.6-r1.ebuild:
Bug #106492, fix segfault.

*nasty-0.6 (19 Sep 2005)

19 Sep 2005; Robin H. Johnson +metadata.xml,
+nasty-0.6.ebuild:
Initial commit. Ebuild by Robin H. Johnson .

Manifest

DIST nasty-0.6.tgz 3811 RMD160 22ff402f58562fb37bbc476ec2d661da41dbf03e SHA1 32de89249dcbdc8642868efdf0c406ede3923616 SHA256 7607256d4672f1c52f2603d7b9691e7250bfe3a9b4f219fcbb61227172a7f6b7
EBUILD nasty-0.6-r1.ebuild 752 RMD160 2aea0214fc2c5327ded29679f602022f6b0d2929 SHA1 b2ddf0b6f7a25dd0c5835136aa14148080de43cb SHA256 41f74c2da64503180323cc02b742d85b782984bf9249d2ad02ba87a812604b53
MISC ChangeLog 757 RMD160 48039eca9cdf40e5fc7da74193319412bfb724a4 SHA1 c5c03159c829c9a8d8d4c5e17f9bcbd61fee035a SHA256 ed117b0b817331714c207124ffea9b0c3bc141eb28a8327474a906c5ac1bfded
MISC metadata.xml 222 RMD160 66c75209b7ea0b1e4c86c9e47fbc7463d7359b42 SHA1 016eae3e47d404d2c1f411fc47329004f5b231bc SHA256 4a9f1c32a9a2bf909479ede7bee0f78698d6e9d86a13ceb5e81433c14b70bdcf

metadata.xml




crypto

robbat2@gentoo.org

nasty-0.6-r1.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/nasty-0.6-r1.ebuild,v 1.3 2006/10/21 16:53:12 squinky86 Exp $

DESCRIPTION="Proof-of-concept GPG passphrase recovery tool."
HOMEPAGE="http://www.vanheusden.com/nasty/"
SRC_URI="http://www.vanheusden.com/nasty/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-crypt/gpgme"

src_unpack() {
unpack ${A}
sed -i.orig \
-e 's,^LDFLAGS=-lgpgme,LDFLAGS=`gpgme-config --libs`,g' \
-e '/^CFLAGS/s,$(DEBUG),`gpgme-config --cflags` $(DEBUG),g' \
"${S}"/Makefile || die "sed failed"
}

src_compile() {
emake DEBUG=''
}

src_install() {
dobin nasty
dodoc readme.txt
}