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

Collapse All | Expand All

(-)gpsbabel-1.3.6.ebuild.orig (-1 / +10 lines)
Lines 3-15 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/gpsbabel-1.3.6.ebuild,v 1.5 2009/07/10 13:54:10 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsbabel/gpsbabel-1.3.6.ebuild,v 1.5 2009/07/10 13:54:10 ssuominen Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils autotools
6
7
7
DESCRIPTION="GPS waypoints, tracks and routes converter"
8
DESCRIPTION="GPS waypoints, tracks and routes converter"
8
HOMEPAGE="http://www.gpsbabel.org/"
9
HOMEPAGE="http://www.gpsbabel.org/"
9
SRC_URI="http://www.gpsbabel.org/plan9.php?dl=${P}.tar.gz -> ${P}.tar.gz"
10
SRC_URI="http://www.gpsbabel.org/plan9.php?dl=${P}.tar.gz -> ${P}.tar.gz"
10
LICENSE="GPL-2"
11
LICENSE="GPL-2"
11
SLOT="0"
12
SLOT="0"
12
KEYWORDS="amd64 ~ppc ~sparc x86"
13
KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
13
IUSE="doc usb"
14
IUSE="doc usb"
14
15
15
RDEPEND="dev-libs/expat
16
RDEPEND="dev-libs/expat
Lines 22-27 Link Here
22
	dev-lang/perl
23
	dev-lang/perl
23
	app-text/docbook-xml-dtd:4.1.2 )"
24
	app-text/docbook-xml-dtd:4.1.2 )"
24
25
26
src_prepare() {
27
	if use userland_BSD ; then
28
		epatch "${FILESDIR}/${P}-freebsd-configure.patch"
29
	fi
30
31
	eautoreconf
32
}
33
25
src_configure() {
34
src_configure() {
26
	econf \
35
	econf \
27
		$(use_with doc doc "${S}"/doc/manual) \
36
		$(use_with doc doc "${S}"/doc/manual) \

Return to bug 293499