--- md5deep-3.7.ebuild 2011-02-13 04:24:43.000000000 -0800 +++ md5deep-3.9.ebuild 2011-04-25 02:18:43.911075476 -0700 @@ -1,6 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/md5deep/md5deep-3.7.ebuild,v 1.1 2011/02/13 12:24:43 fauli Exp $ +# $Header: $ + +EAPI=4 DESCRIPTION="Expanded md5sum program with recursive and comparison options" HOMEPAGE="http://md5deep.sourceforge.net/" @@ -10,8 +12,3 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -}