summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2006-02-03 21:03:35 +0000
committerChris White <chriswhite@gentoo.org>2006-02-03 21:03:35 +0000
commit153bfa30455ec007d9bcf28d4d230979f985bc74 (patch)
tree75f19db429ade28ed0a9a4abaf8609f24db86678 /app-pda
parentMark 2.6.2-r1 stable on ia64 (diff)
downloadhistorical-153bfa30455ec007d9bcf28d4d230979f985bc74.tar.gz
historical-153bfa30455ec007d9bcf28d4d230979f985bc74.tar.bz2
historical-153bfa30455ec007d9bcf28d4d230979f985bc74.zip
Fixed access violations which make baby jesus cry. Thanks to AllanonJL for helping comfort baby jesus.
([stable x86 chroot] Portage version: 2.0.53)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gnome-pilot/ChangeLog6
-rw-r--r--app-pda/gnome-pilot/Manifest16
-rw-r--r--app-pda/gnome-pilot/gnome-pilot-2.0.10-r1.ebuild6
-rw-r--r--app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild10
4 files changed, 30 insertions, 8 deletions
diff --git a/app-pda/gnome-pilot/ChangeLog b/app-pda/gnome-pilot/ChangeLog
index f181d44f2882..013efb5c7a1e 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.21 2006/01/21 22:04:31 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.22 2006/02/03 21:03:35 chriswhite Exp $
+
+ 03 Feb 2006; Chris White <chriswhite@gentoo.org>
+ gnome-pilot-2.0.10-r1.ebuild, gnome-pilot-2.0.13.ebuild:
+ Fixed access violations. Thanks to AllanonJL for pointing out the fix.
*gnome-pilot-2.0.10-r2 (21 Jan 2006)
diff --git a/app-pda/gnome-pilot/Manifest b/app-pda/gnome-pilot/Manifest
index 22beb64442ca..e85b646d9d8f 100644
--- a/app-pda/gnome-pilot/Manifest
+++ b/app-pda/gnome-pilot/Manifest
@@ -1,4 +1,7 @@
-MD5 656a007b5899dcce61ce736385d1b369 ChangeLog 6892
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 0e0fb3e9401dde37676db1b9506b64bd ChangeLog 7079
MD5 6dd42dbe52e081c7ac130b8303cd84ac files/digest-gnome-pilot-0.1.65-r5 71
MD5 327dd488b418afec2cac40f6b8bbbcd7 files/digest-gnome-pilot-0.1.71 71
MD5 4c1bf3e985e3e12a7196902b013f314c files/digest-gnome-pilot-2.0.10-r1 71
@@ -17,8 +20,15 @@ MD5 95d8bbe1bdf7dc712cc5d616a9a93995 files/gnome-pilot-2.0.12-zire31.patch 474
MD5 f50c6d977f5c1c3729bb88a763356de4 files/gnome-pilot-gentoo.diff 4186
MD5 a1fb0bdf5ba3b104f29ba839cb4e4d06 gnome-pilot-0.1.65-r5.ebuild 1206
MD5 bab3e760fa1f372fad7455a5d0be1f78 gnome-pilot-0.1.71.ebuild 1408
-MD5 a83f56dd57ba4ad5975c9125b3109817 gnome-pilot-2.0.10-r1.ebuild 1503
+MD5 879da0751a9f111ff62b75a0df98963e gnome-pilot-2.0.10-r1.ebuild 1523
MD5 759226b766ff7c1baa484c90c5605d00 gnome-pilot-2.0.10-r2.ebuild 1664
MD5 0ee8aa20a23401b608d2ea073e19ceb3 gnome-pilot-2.0.12.ebuild 985
-MD5 6b44f020e5ff6cd575ce733da97e9d48 gnome-pilot-2.0.13.ebuild 906
+MD5 34a2e491b2b515d0998399d559e479b0 gnome-pilot-2.0.13.ebuild 967
MD5 1e1031eae2f36a13b2cd73550a31d03d metadata.xml 175
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFD48U7FdQwWVoAgN4RAgW+AKCChHK68NXAe+MOVPE5HiRj1bJRLACg0v57
+Ngf3KtXpe5MCNq+EpNNdrTw=
+=Iej9
+-----END PGP SIGNATURE-----
diff --git a/app-pda/gnome-pilot/gnome-pilot-2.0.10-r1.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.0.10-r1.ebuild
index 855cd2a7c743..c60250a364eb 100644
--- a/app-pda/gnome-pilot/gnome-pilot-2.0.10-r1.ebuild
+++ b/app-pda/gnome-pilot/gnome-pilot-2.0.10-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.10-r1.ebuild,v 1.15 2005/11/19 18:29:15 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.10-r1.ebuild,v 1.16 2006/02/03 21:03:35 chriswhite Exp $
inherit gnome2 eutils
@@ -48,4 +48,6 @@ src_unpack() {
# gcc-3.4 patches
epatch ${FILESDIR}/${P}-gcc34.patch
+
+ gnome2_omf_fix
}
diff --git a/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild b/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild
index b8f8c0219cb1..f3277c77cac7 100644
--- a/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild
+++ b/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.ebuild,v 1.2 2005/11/19 18:29:15 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild,v 1.3 2006/02/03 21:03:35 chriswhite Exp $
inherit gnome2 eutils
@@ -30,3 +30,9 @@ 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
+}