diff options
author | 2006-02-03 21:03:35 +0000 | |
---|---|---|
committer | 2006-02-03 21:03:35 +0000 | |
commit | 284cd707fa8405add69eb8fec5161d0a823df7ba (patch) | |
tree | 49133597480deb38c8df5fa2b028f403e032a1be /app-pda/gnome-pilot | |
parent | Mark 2.6.2-r1 stable on ia64 (diff) | |
download | gentoo-2-284cd707fa8405add69eb8fec5161d0a823df7ba.tar.gz gentoo-2-284cd707fa8405add69eb8fec5161d0a823df7ba.tar.bz2 gentoo-2-284cd707fa8405add69eb8fec5161d0a823df7ba.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/gnome-pilot')
-rw-r--r-- | app-pda/gnome-pilot/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/gnome-pilot/Manifest | 4 | ||||
-rw-r--r-- | app-pda/gnome-pilot/gnome-pilot-2.0.10-r1.ebuild | 6 | ||||
-rw-r--r-- | app-pda/gnome-pilot/gnome-pilot-2.0.13.ebuild | 10 |
4 files changed, 19 insertions, 7 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..50bb6cec11b4 100644 --- a/app-pda/gnome-pilot/Manifest +++ b/app-pda/gnome-pilot/Manifest @@ -17,8 +17,8 @@ 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 7c8601a7cce1fa6618c94f3291dd87e4 gnome-pilot-2.0.10-r1.ebuild 1520 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 ebf657acb47ce201c7b51874d5c6ff78 gnome-pilot-2.0.13.ebuild 964 MD5 1e1031eae2f36a13b2cd73550a31d03d metadata.xml 175 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 +} |