Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 364765
Collapse All | Expand All

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

Return to bug 364765