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

Collapse All | Expand All

(-)createrepo-0.9.8-r1.ebuild (-4 / +9 lines)
Lines 4-10 Link Here
4
4
5
EAPI="3"
5
EAPI="3"
6
6
7
PYTHON_DEPEND="2:2.6"
7
PYTHON_DEPEND="2:2.7"
8
PYTHON_USE_WITH="xml"
8
PYTHON_USE_WITH="xml"
9
9
10
inherit python eutils
10
inherit python eutils
Lines 20-35 IUSE="" Link Here
20
20
21
RDEPEND="
21
RDEPEND="
22
	>=dev-python/urlgrabber-2.9.0
22
	>=dev-python/urlgrabber-2.9.0
23
	>=app-arch/rpm-4.0[python]
23
	>=app-arch/rpm-4.1.1[python]
24
	dev-libs/libxml2[python]
24
	dev-libs/libxml2[python]
25
	>=sys-apps/yum-3.2.23"
25
	=app-arch/deltarpm-9999[python]
26
	dev-python/pyliblzma
27
	>=sys-apps/yum-3.4.3"
26
28
27
pkg_setup() {
29
pkg_setup() {
28
	python_pkg_setup
29
	python_set_active_version 2
30
	python_set_active_version 2
31
	python_pkg_setup
30
}
32
}
31
33
32
src_prepare() {
34
src_prepare() {
35
	epatch "${FILESDIR}/createrepo-0.9.9-createrepo-head.patch"
36
	epatch "${FILESDIR}/createrepo-0.9.9-ten-changelog-limit.patch"
37
33
	sed -i \
38
	sed -i \
34
		-e '/^sysconfdir/s:=.*/:=/:' \
39
		-e '/^sysconfdir/s:=.*/:=/:' \
35
		Makefile
40
		Makefile

Return to bug 396067