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

Collapse All | Expand All

(-)fe3d-0.11_p77.ebuild.orig (-2 / +5 lines)
Lines 4-16 Link Here
4
4
5
EAPI=1
5
EAPI=1
6
WX_GTK_VER="2.8"
6
WX_GTK_VER="2.8"
7
inherit eutils wxwidgets
7
inherit eutils wxwidgets autotools
8
8
9
if [[ "${PV}" =~ (_p)([0-9]+) ]] ; then
9
if [[ "${PV}" =~ (_p)([0-9]+) ]] ; then
10
	inherit subversion
10
	inherit subversion
11
	SRC_URI=""
11
	SRC_URI=""
12
	FE3D_REV=${BASH_REMATCH[2]}
12
	FE3D_REV=${BASH_REMATCH[2]}
13
	ESVN_REPO_URI="http://svn.icapsid.net/fe3d/fe3d/branches/fe3d_0.11/@${FE3D_REV}"
13
	ESVN_REPO_URI="http://svn.icapsid.net/fe3d/fe3d/branches/fe3d_0.11/@${FE3D_REV}"
14
	ESVN_PATCHES="${FILESDIR}/*.patch"
15
	ESVN_BOOTSTRAP="eautoreconf"
14
else
16
else
15
	SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
17
	SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
16
fi
18
fi
Lines 26-32 Link Here
26
RDEPEND="x11-libs/wxGTK:2.8
28
RDEPEND="x11-libs/wxGTK:2.8
27
		>=dev-libs/xerces-c-2.7
29
		>=dev-libs/xerces-c-2.7
28
		net-analyzer/nmap"
30
		net-analyzer/nmap"
29
DEPEND="${RDEPEND}"
31
DEPEND="${RDEPEND}
32
		sys-devel/automake:1.9"
30
33
31
S=${WORKDIR}/${PN}_${PV}
34
S=${WORKDIR}/${PN}_${PV}
32
35

Return to bug 277794