summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-07-20 10:35:56 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-07-20 10:35:56 +0000
commit613a7b6995553c0807470e39324248ff634c9156 (patch)
treeb94e6b07d4c03060699df3b1be656f77b3ba113b /app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-613a7b6995553c0807470e39324248ff634c9156.tar.gz
gentoo-2-613a7b6995553c0807470e39324248ff634c9156.tar.bz2
gentoo-2-613a7b6995553c0807470e39324248ff634c9156.zip
Adding CVS version of gnome-pilot from january which has a netsync patch applied (#88511)
(Portage version: 2.1-r1)
Diffstat (limited to 'app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild')
-rw-r--r--app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild38
1 files changed, 38 insertions, 0 deletions
diff --git a/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild
new file mode 100644
index 000000000000..df7e68a7d6d8
--- /dev/null
+++ b/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.13-r1.ebuild,v 1.1 2006/07/20 10:35:56 liquidx Exp $
+
+inherit gnome2 eutils
+
+DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library"
+HOMEPAGE="http://live.gnome.org/GnomePilot"
+SRC_URI="http://www.inference.phy.cam.ac.uk/mcdavey/downloads/${P}-netsyncpatch.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.7"
+
+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}"
+ gnome2_omf_fix
+}