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 (-3 / +9 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-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
EAPI=2
6
7
PYTHON_DEPEND="2:2.4"
8
5
inherit eutils distutils
9
inherit eutils distutils
6
10
7
DESCRIPTION="a tool that figures out the differences between two similar
11
DESCRIPTION="a tool that figures out the differences between two similar
Lines 19-26 Link Here
19
23
20
DOCS="ChangeLog README README.xmlrev TODO"
24
DOCS="ChangeLog README README.xmlrev TODO"
21
25
22
src_unpack() {
26
pkg_setup() {
23
	unpack ${A}
27
	python_set_active_version 2
24
	cd "${S}"
28
}
29
30
src_prepare() {
25
	sed -i -e "/^__revision__/d" setup.py test/regrtest.py || die "sed failed"
31
	sed -i -e "/^__revision__/d" setup.py test/regrtest.py || die "sed failed"
26
}
32
}

Return to bug 312129