diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-31 05:33:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-31 05:33:00 +0000 |
commit | f2448acd3d2debcbbe9f7c6aa14ab64fa1513c94 (patch) | |
tree | 900fb1e9ff4265a5d4c16c599447122dddd491e1 /app-arch/cfv | |
parent | qt-copy snapshot to go with kde 3.1 rc1, masked for now (diff) | |
download | historical-f2448acd3d2debcbbe9f7c6aa14ab64fa1513c94.tar.gz historical-f2448acd3d2debcbbe9f7c6aa14ab64fa1513c94.tar.bz2 historical-f2448acd3d2debcbbe9f7c6aa14ab64fa1513c94.zip |
Initial ebuild from #9979
Diffstat (limited to 'app-arch/cfv')
-rw-r--r-- | app-arch/cfv/ChangeLog | 8 | ||||
-rw-r--r-- | app-arch/cfv/cfv-1.12.ebuild | 21 | ||||
-rw-r--r-- | app-arch/cfv/files/digest-cfv-1.12 | 1 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-arch/cfv/ChangeLog b/app-arch/cfv/ChangeLog new file mode 100644 index 000000000000..b1c05fd1341d --- /dev/null +++ b/app-arch/cfv/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-arch/cfv +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.1 2002/10/31 05:33:00 vapier Exp $ + +*cfv-1.12 (31 Oct 2002) + + 31 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Mikael Grahn <mikael.grahn@telia.com>. diff --git a/app-arch/cfv/cfv-1.12.ebuild b/app-arch/cfv/cfv-1.12.ebuild new file mode 100644 index 000000000000..caf4e97fb089 --- /dev/null +++ b/app-arch/cfv/cfv-1.12.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.12.ebuild,v 1.1 2002/10/31 05:33:00 vapier 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" +KEYWORDS="~x86" + +DEPEND="" +RDEPEND="dev-lang/python + dev-python/python-fchksum" + +src_install() { + dobin cfv + doman cfv.1 + dodoc README Changelog +} diff --git a/app-arch/cfv/files/digest-cfv-1.12 b/app-arch/cfv/files/digest-cfv-1.12 new file mode 100644 index 000000000000..47cb1d549d96 --- /dev/null +++ b/app-arch/cfv/files/digest-cfv-1.12 @@ -0,0 +1 @@ +MD5 ecad44b27959945424732b4db709857f cfv-1.12.tar.gz 35504 |