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

Collapse All | Expand All

(-)ipkg-utils/ipkg-utils-1.7.050831.ebuild (-3 / +6 lines)
Lines 2-23 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/www/www.gentoo.org/raw_cvs/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.6 2006/07/01 16:06:06 seemant Exp $
3
# $Header: /var/www/www.gentoo.org/raw_cvs/gentoo-x86/app-arch/ipkg-utils/ipkg-utils-1.7.ebuild,v 1.6 2006/07/01 16:06:06 seemant Exp $
4
4
5
inherit distutils eutils toolchain-funcs
5
inherit distutils eutils toolchain-funcs versionator
6
7
MY_P=${PN}-$(get_version_component_range 3)
6
8
7
DESCRIPTION="Tools for working with the ipkg binary package format"
9
DESCRIPTION="Tools for working with the ipkg binary package format"
8
HOMEPAGE="http://www.openembedded.org/"
10
HOMEPAGE="http://www.openembedded.org/"
9
SRC_URI="http://handhelds.org/download/packages/ipkg-utils/${P}.tar.gz"
11
SRC_URI="http://handhelds.org/download/packages/ipkg-utils/${MY_P}.tar.gz"
10
LICENSE="GPL-2"
12
LICENSE="GPL-2"
11
IUSE=""
13
IUSE=""
12
SLOT="0"
14
SLOT="0"
13
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86"
15
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86"
16
S=${WORKDIR}/${MY_P}
14
17
15
DEPEND="dev-lang/python"
18
DEPEND="dev-lang/python"
16
19
17
src_unpack() {
20
src_unpack() {
18
	unpack ${A}; cd ${S}
21
	unpack ${A}; cd ${S}
19
22
20
	epatch ${FILESDIR}/${P}-build_fixes.patch
23
	epatch ${FILESDIR}/${PN}-1.7-build_fixes.patch
21
}
24
}
22
25
23
src_compile() {
26
src_compile() {

Return to bug 138889