diff options
Diffstat (limited to 'app-arch/cksfv/cksfv-1.3.4.ebuild')
-rw-r--r-- | app-arch/cksfv/cksfv-1.3.4.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-arch/cksfv/cksfv-1.3.4.ebuild b/app-arch/cksfv/cksfv-1.3.4.ebuild deleted file mode 100644 index 7fbf833972be..000000000000 --- a/app-arch/cksfv/cksfv-1.3.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cksfv/cksfv-1.3.4.ebuild,v 1.1 2005/04/11 03:49:53 vapier Exp $ - -inherit eutils - -DESCRIPTION="SFV checksum utility (simple file verification)" -HOMEPAGE="http://www.modeemi.fi/~shd/foss/cksfv/" -SRC_URI="http://www.modeemi.fi/~shd/foss/cksfv/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -DEPEND="" - -src_install() { - dobin src/cksfv || die - doman cksfv.1 - dodoc ChangeLog INSTALL README TODO -} |