Portage is a package management system used by Gentoo Linux
# ChangeLog for app-arch/cfv
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.28 2008/07/02 15:04:33 jer Exp $
02 Jul 2008; Jeroen Roovers
Stable for HPPA too.
26 Jan 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
17 Jun 2007; Sven Wegener
+files/cfv-1.18.1-modulefix.patch, cfv-1.18.1.ebuild:
Add a patch to make cfv work with bittorrent-5. Thanks to Kalidarn in bug
#169228.
27 Nov 2006; Timothy Redaelli
Added ~x86-fbsd keyword.
06 Sep 2006; Jason Wever
Added ~sparc keyword.
01 Sep 2005; Sven Wegener
Removed old ebuild.
28 Aug 2005; Simon Stelling
stable on amd64
17 Jun 2005; Michael Hanselmann
Stable on ppc.
07 Jun 2005; Sven Wegener
cfv-1.18.1.ebuild:
Marked 1.18.1 stable on x86.
31 Mar 2005;
stable on amd64
27 Mar 2005; Michael Hanselmann
Stable on ppc.
06 Feb 2005; Sven Wegener
Marked stable on x86.
*cfv-1.18.1 (04 Feb 2005)
04 Feb 2005; Sven Wegener
-cfv-1.15.ebuild, +cfv-1.18.1.ebuild:
Version bump, bug #80723.
05 Oct 2004; Pieter Van den Abeele
Masked cfv-1.16.ebuild stable for ppc
21 Sep 2004; kito@gentoo.org cfv-1.17.ebuild:
added ~ppc-macos keyword
*cfv-1.17 (05 Aug 2004)
05 Aug 2004; Karol Wojtaszek
Version bump. thanks to: Bailey Kong
07 Jun 2004; Daniel Black
cfv-1.15.ebuild, cfv-1.16.ebuild:
QA - IUSE fix
28 Apr 2004; Jon Portnoy
Stable on x86 and AMD64.
30 Mar 2004; Daniel Ahlberg
Adding amd64 keyword, closing #45934.
*cfv-1.16 (26 Dec 2003)
26 Dec 2003; Mike Frysinger
Version bump #36512.
*cfv-1.15 (09 Oct 2003)
09 Oct 2003; Mike Frysinger
Version bump #30733.
*cfv-1.13 (27 Jan 2003)
28 Mar 2003; Pieter Van den Abeele
moved to ppc keyword
05 Mar 2003; Bartosch Pixa
set ~ppc in keywords
27 Jan 2003; Mike Frysinger
Version bump #14041.
*cfv-1.12 (31 Oct 2002)
31 Oct 2002; Mike Frysinger
Initial import. Ebuild submitted by Mikael Grahn
AUX cfv-1.18.1-modulefix.patch 729 RMD160 e4da5e01e677082e27197b46fc415c3e32e4061a SHA1 c72d9906e8829628452be17cf36d2205d5748b67 SHA256 221f6f493be8f06d3a4ef8ddd5793daffeeb17a6dcb5569c70d5d4443edda9b2
DIST cfv-1.18.1.tar.gz 65578 RMD160 95bd23c4ef8f8f38926841ba4719fa2dc2e3a939 SHA1 435f155235ee1c62baadde2d7d0bbcfc4245bc12 SHA256 1164efc88b908257e8cb5adc826bc901e56022b304a8e76dc92d800d822a6c69
EBUILD cfv-1.18.1.ebuild 778 RMD160 1f15738efcd3fefb2a014acfa813b6fa8148926c SHA1 a37040eb55b1bac7b05e9727e7d51a520e3d48dd SHA256 5171eaf91a2b97a02ed57b41f9fb275c8f0c3ca406cd8df8b0978320f4cc6675
MISC ChangeLog 2929 RMD160 2e2899a7bd90c1d2c6d8a0ced5b228c2dbc59072 SHA1 61aeb83db0bc24043e7bec4edcbe469990e53ece SHA256 2e8614369c85d56074cdf30ff218c70d8268e72ebdba7fc3e000569100bd26b0
MISC metadata.xml 275 RMD160 7aca4724ede81b0eaad9b4536f00a6a805727cef SHA1 b1a92ff0d6bfacd26122ac4dbd4725ef2b023f81 SHA256 1e9c7343efc06a4d4143421f4bf3740c30f71ed6ce5011231505e7e911f31548
# Copyright 1999-2008 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.10 2008/07/02 15:04:33 jer Exp $
inherit eutils
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_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-modulefix.patch
}
src_compile() {
true
}
src_install() {
dobin cfv || die "dobin failed"
doman cfv.1 || die "doman failed"
dodoc README Changelog || die "dodoc failed"
}