diff options
Diffstat (limited to 'app-crypt/md5deep/md5deep-3.9.ebuild')
-rw-r--r-- | app-crypt/md5deep/md5deep-3.9.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-crypt/md5deep/md5deep-3.9.ebuild b/app-crypt/md5deep/md5deep-3.9.ebuild new file mode 100644 index 000000000000..fd3782c0d100 --- /dev/null +++ b/app-crypt/md5deep/md5deep-3.9.ebuild @@ -0,0 +1,14 @@ +# 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.9.ebuild,v 1.1 2011/04/26 16:32:26 nyhm Exp $ + +EAPI=4 + +DESCRIPTION="Expanded md5sum program with recursive and comparison options" +HOMEPAGE="http://md5deep.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="public-domain GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" |