From c03cb4a1ff44265a4e471066504e65e0be021012 Mon Sep 17 00:00:00 2001 From: Marcelo Góes Date: Sat, 10 Sep 2005 22:47:30 +0000 Subject: add gcc4 patch (Portage version: 2.0.51.22-r2) --- app-crypt/mdcrack/mdcrack-1.2.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'app-crypt/mdcrack/mdcrack-1.2.ebuild') diff --git a/app-crypt/mdcrack/mdcrack-1.2.ebuild b/app-crypt/mdcrack/mdcrack-1.2.ebuild index bb02dde1fee9..430dc02e24a0 100644 --- a/app-crypt/mdcrack/mdcrack-1.2.ebuild +++ b/app-crypt/mdcrack/mdcrack-1.2.ebuild @@ -1,16 +1,22 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mdcrack/mdcrack-1.2.ebuild,v 1.2 2005/08/19 03:48:46 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mdcrack/mdcrack-1.2.ebuild,v 1.3 2005/09/10 22:47:30 vanquirius Exp $ + +inherit eutils -IUSE="ncurses" DESCRIPTION="A MD4/MD5/NTML hashes bruteforcer." HOMEPAGE="http://mdcrack.df.ru/" SRC_URI="http://mdcrack.df.ru/download/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" +IUSE="ncurses" DEPEND="virtual/libc" +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${P}-gcc4.diff +} src_compile() { use ncurses || \ @@ -30,4 +36,3 @@ src_install() { dobin bin/mdcrack dodoc BENCHMARKS CREDITS FAQ README TODO VERSIONS WWW } - -- cgit v1.2.3-65-gdbad