# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 eutils DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library" HOMEPAGE="http://live.gnome.org/GnomePilot" SRC_URI="http://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/gnome-pilot-2.0.15.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ppc sparc ~x86" IUSE="" RDEPEND=">=gnome-base/libgnome-2.0.0 >=gnome-base/libgnomeui-2.0.0 >=gnome-base/libglade-2.0.0 >=gnome-base/orbit-2.6.0 >=gnome-base/libbonobo-2.0.0 >=gnome-base/gnome-panel-2.0 >=gnome-base/gconf-2.0 >=dev-util/gob-2.0.5 =app-pda/pilot-link-0.11*" DEPEND="sys-devel/gettext >=dev-lang/perl-5.6.0 ${RDEPEND}" G2CONF="${G2CONF} --enable-usb --enable-network --enable-pilotlinktest" DOCS="AUTHORS COPYING* ChangeLog README NEWS" SCROLLKEEPER_UPDATE="0" src_unpack() { unpack ${A} cd "${S}" }