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

Collapse All | Expand All

(-)xmldiff-0.6.9.ebuild (-4 / +11 lines)
Lines 2-8 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-text/xmldiff/xmldiff-0.6.9.ebuild,v 1.4 2010/04/16 18:21:05 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-text/xmldiff/xmldiff-0.6.9.ebuild,v 1.4 2010/04/16 18:21:05 armin76 Exp $
4
4
5
inherit eutils distutils
5
EAPI=2
6
7
RESTRICT_PYTHON_ABIS="3.*"
8
PYTHON_DEPEND="2:2.4"
9
10
inherit eutils distutils python
6
11
7
DESCRIPTION="a tool that figures out the differences between two similar
12
DESCRIPTION="a tool that figures out the differences between two similar
8
XML files"
13
XML files"
Lines 19-26 Link Here
19
24
20
DOCS="ChangeLog README README.xmlrev TODO"
25
DOCS="ChangeLog README README.xmlrev TODO"
21
26
22
src_unpack() {
27
pkg_setup() {
23
	unpack ${A}
28
	python_set_active_version 2
24
	cd "${S}"
29
}
30
31
src_prepare() {
25
	sed -i -e "/^__revision__/d" setup.py test/regrtest.py || die "sed failed"
32
	sed -i -e "/^__revision__/d" setup.py test/regrtest.py || die "sed failed"
26
}
33
}

Return to bug 312129