diff options
author | 2006-07-16 07:06:40 +0000 | |
---|---|---|
committer | 2006-07-16 07:06:40 +0000 | |
commit | ff8b0dfae0a0720854f5d478ab8374f42c9195cb (patch) | |
tree | f7e3a33cc515884290d10d2530afd448499465ed /app-crypt/md5deep/md5deep-1.2.ebuild | |
parent | version bump. changed CFLAGS replacement during make. stable bumped 1.8 for x... (diff) | |
download | gentoo-2-ff8b0dfae0a0720854f5d478ab8374f42c9195cb.tar.gz gentoo-2-ff8b0dfae0a0720854f5d478ab8374f42c9195cb.tar.bz2 gentoo-2-ff8b0dfae0a0720854f5d478ab8374f42c9195cb.zip |
version bump. changed CFLAGS replacement during make. stable bumped 1.8 for x86. (#124445)
(Portage version: 2.1-r1)
(Signed Manifest commit)
Diffstat (limited to 'app-crypt/md5deep/md5deep-1.2.ebuild')
-rw-r--r-- | app-crypt/md5deep/md5deep-1.2.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-crypt/md5deep/md5deep-1.2.ebuild b/app-crypt/md5deep/md5deep-1.2.ebuild deleted file mode 100644 index 27895704e7d0..000000000000 --- a/app-crypt/md5deep/md5deep-1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/md5deep/md5deep-1.2.ebuild,v 1.7 2005/01/01 12:34:08 eradicator Exp $ - -DESCRIPTION="Expanded md5sum program that has recursive and comparison options" -HOMEPAGE="http://md5deep.sourceforge.net" -SRC_URI="mirror://sourceforge/md5deep/${P}.tar.gz" -LICENSE="freedist" -SLOT="0" -KEYWORDS="x86 ppc sparc" -IUSE="" -DEPEND="" - -src_unpack () { - unpack ${A} ; cd ${S} -} - -src_compile () { - make CFLAGS="${CFLAGS}" linux || die -} - -src_install() { - dobin md5deep sha1deep - dodoc README CHANGES - doman md5deep.1 sha1deep.1 -} |