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

Collapse All | Expand All

(-)euscan-0.1.0.ebuild.orig (-1 / +6 lines)
Lines 8-14 Link Here
8
PYTHON_USE_WITH="xml"
8
PYTHON_USE_WITH="xml"
9
PYTHON_NONVERSIONED_EXECUTABLES=(".*")
9
PYTHON_NONVERSIONED_EXECUTABLES=(".*")
10
10
11
inherit distutils python
11
inherit eutils distutils python
12
12
13
DESCRIPTION="Ebuild upstream scan utility"
13
DESCRIPTION="Ebuild upstream scan utility"
14
HOMEPAGE="http://euscan.iksaif.net"
14
HOMEPAGE="http://euscan.iksaif.net"
Lines 27-32 Link Here
27
	dev-python/setuptools
27
	dev-python/setuptools
28
	dev-python/beautifulsoup"
28
	dev-python/beautifulsoup"
29
29
30
src_prepare() {
31
	distutils_src_prepare
32
	epatch "${FILESDIR}/${P}-manpage-location.patch"
33
}
34
30
distutils_src_compile_pre_hook() {
35
distutils_src_compile_pre_hook() {
31
	echo VERSION="${PV}" "$(PYTHON)" setup.py set_version
36
	echo VERSION="${PV}" "$(PYTHON)" setup.py set_version
32
	VERSION="${PV}" "$(PYTHON)" setup.py set_version
37
	VERSION="${PV}" "$(PYTHON)" setup.py set_version

Return to bug 398873