diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-02-04 17:44:03 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-02-04 17:44:03 +0000 |
commit | 7d5457d5bbb7b061bf2ae8dc75c6d93f5fb80512 (patch) | |
tree | a66c24c39baaff25e707a2da8114d34fb69b7d0b /app-arch/cfv/cfv-1.18.1.ebuild | |
parent | added commons-collections to the java-config -p call in the ant wrapper. see ... (diff) | |
download | historical-7d5457d5bbb7b061bf2ae8dc75c6d93f5fb80512.tar.gz historical-7d5457d5bbb7b061bf2ae8dc75c6d93f5fb80512.tar.bz2 historical-7d5457d5bbb7b061bf2ae8dc75c6d93f5fb80512.zip |
Version bump, bug #80723.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-arch/cfv/cfv-1.18.1.ebuild')
-rw-r--r-- | app-arch/cfv/cfv-1.18.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-arch/cfv/cfv-1.18.1.ebuild b/app-arch/cfv/cfv-1.18.1.ebuild new file mode 100644 index 000000000000..4e10d657d97c --- /dev/null +++ b/app-arch/cfv/cfv-1.18.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.1.ebuild,v 1.1 2005/02/04 17:44:03 swegener Exp $ + +DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files" +HOMEPAGE="http://cfv.sourceforge.net/" +SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~x86 ~ppc ~amd64 ~ppc-macos" + +DEPEND="" +RDEPEND="dev-lang/python + dev-python/python-fchksum" + +src_install() { + dobin cfv || die "dobin failed" + doman cfv.1 || die "doman failed" + dodoc README Changelog || die "dodoc failed" +} |