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 / +11 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.6"
8
9
inherit eutils python
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-29 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
27
pkg_setup() {
28
	python_pkg_setup
29
}
30
27
src_compile() {
31
src_compile() {
28
	true
32
	true
29
}
33
}
(-)cfv.orig//cfv-1.18.2.ebuild (-2 / +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.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 eutils 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
(-)cfv.orig//cfv-1.18.3.ebuild (-2 / +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 eutils 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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
18
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
13
19
14
DEPEND=""
20
DEPEND=""
15
RDEPEND="dev-lang/python
21
RDEPEND="dev-python/python-fchksum
16
	dev-python/python-fchksum
17
	bittorrent? (
22
	bittorrent? (
18
		|| (
23
		|| (
19
			net-p2p/bittorrent
24
			net-p2p/bittorrent

Return to bug 308291