diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-03-02 02:45:56 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-03-02 02:45:56 +0000 |
commit | f6ce09e1d282a7569b4b7ad2abcf90cb8ad6183a (patch) | |
tree | 9c9bb25357a189a2811aa9cb715344d39318df49 /app-crypt/nasty | |
parent | Bump to 0.6.0 (diff) | |
download | historical-f6ce09e1d282a7569b4b7ad2abcf90cb8ad6183a.tar.gz historical-f6ce09e1d282a7569b4b7ad2abcf90cb8ad6183a.tar.bz2 historical-f6ce09e1d282a7569b4b7ad2abcf90cb8ad6183a.zip |
Remove old ebuild, remove DEPEND=DEPEND.
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-crypt/nasty')
-rw-r--r-- | app-crypt/nasty/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/nasty/Manifest | 6 | ||||
-rw-r--r-- | app-crypt/nasty/files/digest-nasty-0.6 | 1 | ||||
-rw-r--r-- | app-crypt/nasty/nasty-0.6-r1.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/nasty/nasty-0.6.ebuild | 30 |
5 files changed, 11 insertions, 41 deletions
diff --git a/app-crypt/nasty/ChangeLog b/app-crypt/nasty/ChangeLog index 11639823daa7..72324b2f73b9 100644 --- a/app-crypt/nasty/ChangeLog +++ b/app-crypt/nasty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/nasty -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/ChangeLog,v 1.2 2005/12/12 03:25:47 robbat2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/ChangeLog,v 1.3 2006/03/02 02:45:56 vanquirius Exp $ + + 02 Mar 2006; Marcelo Goes <vanquirius@gentoo.org> -nasty-0.6.ebuild, + nasty-0.6-r1.ebuild: + Remove old ebuild, remove DEPEND=DEPEND. *nasty-0.6-r1 (12 Dec 2005) diff --git a/app-crypt/nasty/Manifest b/app-crypt/nasty/Manifest index f95849cb8b4c..9174f08f3be0 100644 --- a/app-crypt/nasty/Manifest +++ b/app-crypt/nasty/Manifest @@ -1,6 +1,4 @@ -MD5 8d9888190d32db50f16d6ba388dc3883 ChangeLog 521 -MD5 9249f5549b14f2294f25f9fca405e09f files/digest-nasty-0.6 56 +MD5 dabc457db0d942bdda677e4bfadd7c3d ChangeLog 662 MD5 9249f5549b14f2294f25f9fca405e09f files/digest-nasty-0.6-r1 56 MD5 a5ab3618f9cd3d7433bdfa40ae257618 metadata.xml 222 -MD5 01fa4bb8737f48ca721195bd9ba04071 nasty-0.6-r1.ebuild 760 -MD5 49b85a7e6f4f9ab3cb4382cd37094b50 nasty-0.6.ebuild 765 +MD5 2edce59741461b2f7210835f51f593da nasty-0.6-r1.ebuild 746 diff --git a/app-crypt/nasty/files/digest-nasty-0.6 b/app-crypt/nasty/files/digest-nasty-0.6 deleted file mode 100644 index 72a671ac1e49..000000000000 --- a/app-crypt/nasty/files/digest-nasty-0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 f8181bd8d887acd869ce677034465c6f nasty-0.6.tgz 3811 diff --git a/app-crypt/nasty/nasty-0.6-r1.ebuild b/app-crypt/nasty/nasty-0.6-r1.ebuild index 53f16d518ba2..f1b556583b1e 100644 --- a/app-crypt/nasty/nasty-0.6-r1.ebuild +++ b/app-crypt/nasty/nasty-0.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.1 2005/12/12 03:25:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/nasty-0.6-r1.ebuild,v 1.2 2006/03/02 02:45:56 vanquirius Exp $ DESCRIPTION="Proof-of-concept GPG passphrase recovery tool." HOMEPAGE="http://www.vanheusden.com/nasty/" @@ -10,14 +10,13 @@ SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="app-crypt/gpgme" -DEPEND="${DEPEND}" 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" + "${S}"/Makefile || die "sed failed" } src_compile() { diff --git a/app-crypt/nasty/nasty-0.6.ebuild b/app-crypt/nasty/nasty-0.6.ebuild deleted file mode 100644 index 5f393826f3e3..000000000000 --- a/app-crypt/nasty/nasty-0.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/nasty/nasty-0.6.ebuild,v 1.1 2005/09/19 04:56:28 robbat2 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="~x86" -IUSE="" -RDEPEND="app-crypt/gpgme" -DEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - sed -i.orig \ - -e 's,^LDFLAGS=-lgpgme,LDFLAGS=-shared `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 -} |