diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-01 08:12:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-01 08:12:35 +0000 |
commit | ceab5f7250a4d4b738f661224b9903c056b96837 (patch) | |
tree | f0b6a458bc86c6f815005ae8517997d7bfb4c225 /app-arch/cfv/cfv-1.18.3.ebuild | |
parent | Bump to 3.14.0, fixes #283143 (diff) | |
download | gentoo-2-ceab5f7250a4d4b738f661224b9903c056b96837.tar.gz gentoo-2-ceab5f7250a4d4b738f661224b9903c056b96837.tar.bz2 gentoo-2-ceab5f7250a4d4b738f661224b9903c056b96837.zip |
Bump to 1.18.3, fixes #281846
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/cfv/cfv-1.18.3.ebuild')
-rw-r--r-- | app-arch/cfv/cfv-1.18.3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-arch/cfv/cfv-1.18.3.ebuild b/app-arch/cfv/cfv-1.18.3.ebuild new file mode 100644 index 000000000000..f155614de6cd --- /dev/null +++ b/app-arch/cfv/cfv-1.18.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3.ebuild,v 1.1 2009/09/01 08:12:35 patrick 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="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" + +DEPEND="" +RDEPEND="dev-lang/python + dev-python/python-fchksum" + +src_compile() { + true +} + +src_install() { + dobin cfv || die "dobin failed" + doman cfv.1 || die "doman failed" + dodoc README Changelog || die "dodoc failed" +} |