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 |
} |