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

Collapse All | Expand All

(-)ipkg-utils/ipkg-utils-1.7-r1.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/ipkg-utils/ipkg-utils-1.7-r1.ebuild,v 1.2 2009/10/12 16:42:48 halcy0n Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7-r1.ebuild,v 1.2 2009/10/12 16:42:48 halcy0n Exp $
4
4
5
EAPI="3"
6
PYTHON_DEPEND="2"
7
SUPPORT_PYTHON_ABIS="1"
8
5
inherit distutils eutils toolchain-funcs
9
inherit distutils eutils toolchain-funcs
6
10
7
DESCRIPTION="Tools for working with the ipkg binary package format"
11
DESCRIPTION="Tools for working with the ipkg binary package format"
Lines 20-29 Link Here
20
24
21
DEPEND="${RDEPEND}"
25
DEPEND="${RDEPEND}"
22
26
23
src_unpack() {
27
RESTRICT_PYTHON_ABIS="3.*"
24
	unpack ${A}; cd "${S}"
25
28
29
src_prepare() {
26
	epatch "${FILESDIR}"/${PN}-tar_call_fixes.patch
30
	epatch "${FILESDIR}"/${PN}-tar_call_fixes.patch
31
	epatch "${FILESDIR}"/${P}-hashlib_update.patch
27
32
28
	sed '/python setup.py build/d' -i Makefile
33
	sed '/python setup.py build/d' -i Makefile
29
34
(-)ipkg-utils/ipkg-utils-1.7.050831-r1.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/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild,v 1.2 2009/10/12 16:42:48 halcy0n Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.050831-r1.ebuild,v 1.2 2009/10/12 16:42:48 halcy0n Exp $
4
4
5
EAPI="3"
6
PYTHON_DEPEND="2"
7
SUPPORT_PYTHON_ABIS="1"
8
5
inherit distutils eutils toolchain-funcs versionator
9
inherit distutils eutils toolchain-funcs versionator
6
10
7
MY_P=${PN}-$(get_version_component_range 3)
11
MY_P=${PN}-$(get_version_component_range 3)
Lines 23-32 Link Here
23
27
24
DEPEND="${RDEPEND}"
28
DEPEND="${RDEPEND}"
25
29
26
src_unpack() {
30
RESTRICT_PYTHON_ABIS="3.*"
27
	unpack ${A}; cd "${S}"
28
31
32
src_prepare() {
29
	epatch "${FILESDIR}"/${PN}-tar_call_fixes.patch
33
	epatch "${FILESDIR}"/${PN}-tar_call_fixes.patch
34
	epatch "${FILESDIR}"/${P}-hashlib_update.patch
30
35
31
	sed '/python setup.py build/d' -i Makefile
36
	sed '/python setup.py build/d' -i Makefile
32
37

Return to bug 308299