Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308291 | Differences between
and this patch

Collapse All | Expand All

(-)cfv.orig/cfv-1.18.1.ebuild (-7 / +8 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.1.ebuild,v 1.10 2008/07/02 15:04:33 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.1.ebuild,v 1.10 2008/07/02 15:04:33 jer Exp $
4
4
5
inherit eutils
5
EAPI="3"
6
7
PYTHON_DEPEND="2"
8
9
inherit python eutils
6
10
7
DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files"
11
DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files"
8
HOMEPAGE="http://cfv.sourceforge.net/"
12
HOMEPAGE="http://cfv.sourceforge.net/"
Lines 14-26 Link Here
14
KEYWORDS="amd64 hppa ppc ~sparc x86 ~x86-fbsd"
18
KEYWORDS="amd64 hppa ppc ~sparc x86 ~x86-fbsd"
15
19
16
DEPEND=""
20
DEPEND=""
17
RDEPEND="dev-lang/python
21
RDEPEND="dev-python/python-fchksum"
18
	dev-python/python-fchksum"
19
20
src_unpack()  {
21
	unpack ${A}
22
	cd "${S}"
23
22
23
src_prepare()  {
24
	epatch "${FILESDIR}"/${P}-modulefix.patch
24
	epatch "${FILESDIR}"/${P}-modulefix.patch
25
}
25
}
26
26
Lines 32-35 Link Here
32
	dobin cfv || die "dobin failed"
32
	dobin cfv || die "dobin failed"
33
	doman cfv.1 || die "doman failed"
33
	doman cfv.1 || die "doman failed"
34
	dodoc README Changelog || die "dodoc failed"
34
	dodoc README Changelog || die "dodoc failed"
35
	python_convert_shebangs -r 2 "${ED}"
35
}
36
}
(-)cfv.orig/cfv-1.18.2.ebuild (-2 / +8 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.2.ebuild,v 1.5 2009/03/17 12:06:16 tcunha Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.2.ebuild,v 1.5 2009/03/17 12:06:16 tcunha Exp $
4
4
5
EAPI="3"
6
7
PYTHON_DEPEND="2"
8
9
inherit python
10
5
DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files"
11
DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files"
6
HOMEPAGE="http://cfv.sourceforge.net/"
12
HOMEPAGE="http://cfv.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz"
13
SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz"
Lines 12-19 Link Here
12
KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd"
18
KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd"
13
19
14
DEPEND=""
20
DEPEND=""
15
RDEPEND="dev-lang/python
21
RDEPEND="dev-python/python-fchksum"
16
	dev-python/python-fchksum"
17
22
18
src_compile() {
23
src_compile() {
19
	true
24
	true
Lines 23-26 Link Here
23
	dobin cfv || die "dobin failed"
28
	dobin cfv || die "dobin failed"
24
	doman cfv.1 || die "doman failed"
29
	doman cfv.1 || die "doman failed"
25
	dodoc README Changelog || die "dodoc failed"
30
	dodoc README Changelog || die "dodoc failed"
31
	python_convert_shebangs -r 2 "${ED}"
26
}
32
}
(-)cfv.orig/cfv-1.18.3.ebuild (+7 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3.ebuild,v 1.4 2011/05/19 19:22:51 grobian Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3.ebuild,v 1.4 2011/05/19 19:22:51 grobian Exp $
4
4
5
EAPI="3"
6
7
PYTHON_DEPEND="2"
8
9
inherit python
10
5
DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files"
11
DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files"
6
HOMEPAGE="http://cfv.sourceforge.net/"
12
HOMEPAGE="http://cfv.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz"
13
SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz"
Lines 29-32 Link Here
29
	dobin cfv || die "dobin failed"
35
	dobin cfv || die "dobin failed"
30
	doman cfv.1 || die "doman failed"
36
	doman cfv.1 || die "doman failed"
31
	dodoc README Changelog || die "dodoc failed"
37
	dodoc README Changelog || die "dodoc failed"
38
	python_convert_shebangs -r 2 "${ED}"
32
}
39
}

Return to bug 308291