diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-03-16 21:16:40 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-03-16 21:16:40 +0000 |
commit | 5919f8abbc9e6ee81e336b3ce8397ae6ac2dc535 (patch) | |
tree | e8d2a912bf858c9a67073e4051a4aedb99e55f9f | |
parent | changed bash-2.05a to bash. old issue is over 6 months old and during (diff) | |
download | gentoo-2-5919f8abbc9e6ee81e336b3ce8397ae6ac2dc535.tar.gz gentoo-2-5919f8abbc9e6ee81e336b3ce8397ae6ac2dc535.tar.bz2 gentoo-2-5919f8abbc9e6ee81e336b3ce8397ae6ac2dc535.zip |
added fdupes to portage...
-rw-r--r-- | app-misc/fdupes/fdupes-1.40.ebuild | 27 | ||||
-rw-r--r-- | app-misc/fdupes/files/digest-fdupes-1.40 | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/app-misc/fdupes/fdupes-1.40.ebuild b/app-misc/fdupes/fdupes-1.40.ebuild new file mode 100644 index 000000000000..331fa5486cce --- /dev/null +++ b/app-misc/fdupes/fdupes-1.40.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/fdupes/fdupes-1.40.ebuild,v 1.1 2003/03/16 21:16:40 sethbc Exp $ + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="Program for identifying or deleting duplicate files residing within specified directories." +SRC_URI="http://netdial.caribe.net/~adrian2/programs/${P}.tar.gz" +HOMEPAGE="http://netdial.caribe.net/~adrian2/fdupes.html" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~x86" + +DEPEND="" + +src_compile() { + emake || die +} + +src_install() { + dobin fdupes + doman fdupes.1 + dodoc CHANGES CONTRIBUTORS INSTALL README TODO +} + diff --git a/app-misc/fdupes/files/digest-fdupes-1.40 b/app-misc/fdupes/files/digest-fdupes-1.40 new file mode 100644 index 000000000000..d1f883ec15fa --- /dev/null +++ b/app-misc/fdupes/files/digest-fdupes-1.40 @@ -0,0 +1 @@ +MD5 11de9ab4466089b6acbb62816b30b189 fdupes-1.40.tar.gz 16026 |