public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libkudzu: ChangeLog libkudzu-1.2.57.1.ebuild libkudzu-1.1.62-r1.ebuild
@ 2008-02-29  1:34 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-29  1:34 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/02/29 01:34:04

  Modified:             ChangeLog libkudzu-1.2.57.1.ebuild
                        libkudzu-1.1.62-r1.ebuild
  Log:
  Added a patch from Andrew Gaffney <agaffney@gentoo.org> and Brent Baude <ranger@gentoo.org> for PowerPC.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.32                 sys-libs/libkudzu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	15 Oct 2007 15:00:03 -0000	1.31
+++ ChangeLog	29 Feb 2008 01:34:03 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/libkudzu
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.31 2007/10/15 15:00:03 corsair Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.32 2008/02/29 01:34:03 wolf31o2 Exp $
+
+  29 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  libkudzu-1.1.62-r1.ebuild, libkudzu-1.2.57.1.ebuild:
+  Added a patch from Andrew Gaffney <agaffney@gentoo.org> and Brent Baude
+  <ranger@gentoo.org> for PowerPC.
 
   15 Oct 2007; Markus Rothe <corsair@gentoo.org> libkudzu-1.2.57.1.ebuild:
   Stable on ppc64



1.10                 sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?r1=1.9&r2=1.10

Index: libkudzu-1.2.57.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libkudzu-1.2.57.1.ebuild	15 Oct 2007 15:00:03 -0000	1.9
+++ libkudzu-1.2.57.1.ebuild	29 Feb 2008 01:34:03 -0000	1.10
@@ -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/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v 1.9 2007/10/15 15:00:03 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v 1.10 2008/02/29 01:34:03 wolf31o2 Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -41,7 +41,7 @@
 	# Fix the modules directory to match Gentoo layout.
 	perl -pi -e 's|/etc/modutils/kudzu|/etc/modules.d/kudzu|g' *.*
 
-	if [ $(tc-arch-kernel) == "powerpc" ]; then
+	if use ppc && [ "$(tc-arch-kernel)" != "ppc" ]; then
 		emake libkudzu.a libkudzu_loader.a ARCH="ppc" \
 			RPM_OPT_FLAGS="${CFLAGS}" || die
 	else



1.20                 sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild?r1=1.19&r2=1.20

Index: libkudzu-1.1.62-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libkudzu-1.1.62-r1.ebuild	14 Aug 2007 21:27:56 -0000	1.19
+++ libkudzu-1.1.62-r1.ebuild	29 Feb 2008 01:34:03 -0000	1.20
@@ -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/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild,v 1.19 2007/08/14 21:27:56 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild,v 1.20 2008/02/29 01:34:03 wolf31o2 Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -41,7 +41,7 @@
 	# Fix the modules directory to match Gentoo layout.
 	perl -pi -e 's|/etc/modutils/kudzu|/etc/modules.d/kudzu|g' *.*
 
-	if [ $(tc-arch-kernel) == "powerpc" ]; then
+	if use ppc && [ "$(tc-arch-kernel)" != "ppc" ]; then
 		emake libkudzu.a ARCH="ppc" RPM_OPT_FLAGS="${CFLAGS}" || die
 	else
 		emake libkudzu.a ARCH=$(tc-arch-kernel) RPM_OPT_FLAGS="${CFLAGS}" || die



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/libkudzu: ChangeLog libkudzu-1.2.57.1.ebuild libkudzu-1.1.62-r1.ebuild
@ 2011-04-15  3:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-15  3:14 UTC (permalink / raw
  To: gentoo-commits

jer         11/04/15 03:14:58

  Modified:             ChangeLog libkudzu-1.2.57.1.ebuild
  Removed:              libkudzu-1.1.62-r1.ebuild
  Log:
  Respect CC.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux i686)

Revision  Changes    Path
1.37                 sys-libs/libkudzu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libkudzu/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libkudzu/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libkudzu/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	11 Jan 2009 19:08:13 -0000	1.36
+++ ChangeLog	15 Apr 2011 03:14:58 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/libkudzu
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.36 2009/01/11 19:08:13 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.37 2011/04/15 03:14:58 jer Exp $
+
+  15 Apr 2011; Jeroen Roovers <jer@gentoo.org> libkudzu-1.2.57.1.ebuild:
+  Respect CC.
 
   11 Jan 2009; Markus Meier <maekke@gentoo.org> libkudzu-1.2.57.1.ebuild:
   amd64 stable, bug #208956



1.15                 sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?r1=1.14&r2=1.15

Index: libkudzu-1.2.57.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libkudzu-1.2.57.1.ebuild	11 Jan 2009 19:08:13 -0000	1.14
+++ libkudzu-1.2.57.1.ebuild	15 Apr 2011 03:14:58 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v 1.14 2009/01/11 19:08:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v 1.15 2011/04/15 03:14:58 jer Exp $
 
 inherit eutils toolchain-funcs flag-o-matic
 
@@ -31,6 +31,7 @@
 }
 
 src_compile() {
+	tc-export CC
 	if use zlib
 	then
 		perl -pi -e 's| -lpci| -lz -lpci|g' Makefile






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-15  3:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29  1:34 [gentoo-commits] gentoo-x86 commit in sys-libs/libkudzu: ChangeLog libkudzu-1.2.57.1.ebuild libkudzu-1.1.62-r1.ebuild Chris Gianelloni (wolf31o2)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-15  3:14 Jeroen Roovers (jer)

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