diff options
author | 2013-02-01 00:59:59 +0000 | |
---|---|---|
committer | 2013-02-01 00:59:59 +0000 | |
commit | d1ecb8519b154fd06ec242ee76a3147dad370bb2 (patch) | |
tree | 7142a888e78967dd4552284c12d390a745bdebc6 /app-crypt/md5deep/md5deep-4.3.ebuild | |
parent | don't quote $A (diff) | |
download | historical-d1ecb8519b154fd06ec242ee76a3147dad370bb2.tar.gz historical-d1ecb8519b154fd06ec242ee76a3147dad370bb2.tar.bz2 historical-d1ecb8519b154fd06ec242ee76a3147dad370bb2.zip |
Version bump, bug #451698
Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64
Manifest-Sign-Key: 0x668310D9
Diffstat (limited to 'app-crypt/md5deep/md5deep-4.3.ebuild')
-rw-r--r-- | app-crypt/md5deep/md5deep-4.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-crypt/md5deep/md5deep-4.3.ebuild b/app-crypt/md5deep/md5deep-4.3.ebuild new file mode 100644 index 000000000000..68f8296d61f7 --- /dev/null +++ b/app-crypt/md5deep/md5deep-4.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/md5deep/md5deep-4.3.ebuild,v 1.1 2013/02/01 00:59:58 tristan 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 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" +RESTRICT="test" + +DOCS="AUTHORS ChangeLog FILEFORMAT NEWS README TODO" |