summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-09-22 00:20:53 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-09-22 00:20:53 +0000
commitaadb318480feb4ec9cc66f2e54937f10a62e41ee (patch)
tree72581526849990bcc4081d04317f77da000b7014 /app-pda/gnome-pilot
parentfix digest #52579 (Manifest recommit) (diff)
downloadgentoo-2-aadb318480feb4ec9cc66f2e54937f10a62e41ee.tar.gz
gentoo-2-aadb318480feb4ec9cc66f2e54937f10a62e41ee.tar.bz2
gentoo-2-aadb318480feb4ec9cc66f2e54937f10a62e41ee.zip
added zire31 support (#62332)
Diffstat (limited to 'app-pda/gnome-pilot')
-rw-r--r--app-pda/gnome-pilot/ChangeLog6
-rw-r--r--app-pda/gnome-pilot/files/gnome-pilot-2.0.12-zire31.patch11
-rw-r--r--app-pda/gnome-pilot/gnome-pilot-2.0.12.ebuild11
3 files changed, 25 insertions, 3 deletions
diff --git a/app-pda/gnome-pilot/ChangeLog b/app-pda/gnome-pilot/ChangeLog
index be3f11e0d666..c09f98b91f10 100644
--- a/app-pda/gnome-pilot/ChangeLog
+++ b/app-pda/gnome-pilot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/gnome-pilot
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.16 2004/09/04 01:56:33 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.17 2004/09/22 00:20:52 liquidx Exp $
+
+ 22 Sep 2004; Alastair Tse <liquidx@gentoo.org>
+ +files/gnome-pilot-2.0.12-zire31.patch, gnome-pilot-2.0.12.ebuild:
+ added zire31 support (#62332)
*gnome-pilot-2.0.12 (03 Sep 2004)
diff --git a/app-pda/gnome-pilot/files/gnome-pilot-2.0.12-zire31.patch b/app-pda/gnome-pilot/files/gnome-pilot-2.0.12-zire31.patch
new file mode 100644
index 000000000000..c00f73acc328
--- /dev/null
+++ b/app-pda/gnome-pilot/files/gnome-pilot-2.0.12-zire31.patch
@@ -0,0 +1,11 @@
+--- gnome-pilot-2.0.12/gpilotd/devices.xml 2004-08-04 20:31:33.000000000 +0100
++++ gnome-pilot-2.0.12/gpilotd/devices.xml.new 2004-09-22 01:07:31.791192504 +0100
+@@ -49,6 +49,8 @@
+ <device vendor_id="0830" product_id="0050" />
+ <!-- Palm Tungsten T -->
+ <device vendor_id="0830" product_id="0060" />
++ <!-- Palm Zire 31 -->
++ <device vendor_id="0830" product_id="0061" />
+ <!-- Palm Tungsten Zire -->
+ <device vendor_id="0830" product_id="0070" />
+ <!-- Palm M100 -->
diff --git a/app-pda/gnome-pilot/gnome-pilot-2.0.12.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.0.12.ebuild
index 2209c9e82f6e..e8993d7c4de1 100644
--- a/app-pda/gnome-pilot/gnome-pilot-2.0.12.ebuild
+++ b/app-pda/gnome-pilot/gnome-pilot-2.0.12.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 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.12.ebuild,v 1.1 2004/09/04 01:56:33 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.12.ebuild,v 1.2 2004/09/22 00:20:52 liquidx Exp $
inherit gnome2 eutils
-DESCRIPTION="Gnome Pilot apps"
+DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library"
HOMEPAGE="http://www.gnome.org/projects/gnome-pilot/"
IUSE=""
@@ -30,3 +30,10 @@ G2CONF="${G2CONF} --enable-usb --enable-network --enable-pilotlinktest"
DOCS="AUTHORS COPYING* ChangeLog README NEWS"
SCROLLKEEPER_UPDATE="0"
+
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ epatch ${FILESDIR}/${P}-zire31.patch
+} \ No newline at end of file