public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link: ChangeLog pilot-link-0.11.8.ebuild pilot-link-0.11.8-r1.ebuild
@ 2008-07-27 13:57 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2008-07-27 13:57 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/07/27 13:57:36

  Modified:             ChangeLog pilot-link-0.11.8.ebuild
                        pilot-link-0.11.8-r1.ebuild
  Log:
  Fix for gcc-4.3 bug #227269.
  (Portage version: 2.2_rc3/cvs/Linux 2.6.25.8 i686)

Revision  Changes    Path
1.42                 app-pda/pilot-link/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	15 May 2008 14:36:00 -0000	1.41
+++ ChangeLog	27 Jul 2008 13:57:36 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for app-pda/pilot-link
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.41 2008/05/15 14:36:00 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.42 2008/07/27 13:57:36 loki_val Exp $
+
+  27 Jul 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +files/pilot-link-0.11.8-gcc43.patch, pilot-link-0.11.8.ebuild,
+  pilot-link-0.11.8-r1.ebuild:
+  Fix for gcc-4.3 bug #227269.
 
   15 May 2008; Markus Rothe <corsair@gentoo.org> pilot-link-0.12.3.ebuild:
   Stable on ppc64; bug #221063



1.18                 app-pda/pilot-link/pilot-link-0.11.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild?r1=1.17&r2=1.18

Index: pilot-link-0.11.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- pilot-link-0.11.8.ebuild	7 Oct 2007 17:15:16 -0000	1.17
+++ pilot-link-0.11.8.ebuild	27 Jul 2008 13:57:36 -0000	1.18
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild,v 1.17 2007/10/07 17:15:16 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild,v 1.18 2008/07/27 13:57:36 loki_val Exp $
 
 inherit perl-module eutils
 
@@ -23,7 +23,9 @@
 
 src_unpack() {
 	unpack ${A}
+	cd "${S}"
 	epatch "${FILESDIR}/${P}-java_install_all.patch"
+	epatch "${FILESDIR}/${P}-gcc43.patch"
 }
 
 src_compile() {



1.21                 app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild?r1=1.20&r2=1.21

Index: pilot-link-0.11.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- pilot-link-0.11.8-r1.ebuild	7 Oct 2007 17:15:16 -0000	1.20
+++ pilot-link-0.11.8-r1.ebuild	27 Jul 2008 13:57:36 -0000	1.21
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild,v 1.20 2007/10/07 17:15:16 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild,v 1.21 2008/07/27 13:57:36 loki_val Exp $
 
 inherit perl-module eutils
 
@@ -42,6 +42,9 @@
 	# fixes bug 162209
 	epatch "${FILESDIR}/${P}-missing-include.patch"
 
+	# bug 227269
+	epatch "${FILESDIR}/${P}-gcc43.patch"
+
 	# bug #62873
 	cd "${S}/libpisock"; epatch "${FILESDIR}/${P}-netsync.patch"
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-27 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 13:57 [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link: ChangeLog pilot-link-0.11.8.ebuild pilot-link-0.11.8-r1.ebuild Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox