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

Collapse All | Expand All

(-)/usr/portage/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild (-5 / +9 lines)
Lines 1-15 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
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-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild,v 1.6 2006/05/24 19:54:24 hansmi Exp $
3
# $Header: $
4
4
5
inherit gnome2 eutils
5
inherit gnome2 eutils autotools
6
6
7
DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library"
7
DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library"
8
HOMEPAGE="http://live.gnome.org/GnomePilot"
8
HOMEPAGE="http://live.gnome.org/GnomePilot"
9
9
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~amd64 ~ia64 ppc sparc x86"
12
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
13
IUSE=""
13
IUSE=""
14
14
15
RDEPEND=">=gnome-base/libgnome-2.0.0
15
RDEPEND=">=gnome-base/libgnome-2.0.0
Lines 32-38 Link Here
32
SCROLLKEEPER_UPDATE="0"
32
SCROLLKEEPER_UPDATE="0"
33
33
34
src_unpack() {
34
src_unpack() {
35
	unpack ${A}
35
	gnome2_src_unpack
36
	cd "${S}"
37
	gnome2_omf_fix
36
	gnome2_omf_fix
37
38
	# -Wl,--as-needed fix
39
	epatch ${FILESDIR}/${PN}-2.0.15-gpilotd-makefile.patch
40
41
	eautoreconf
38
}
42
}

Return to bug 88511