summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLina Pezzella <j4rg0n@gentoo.org>2005-01-02 04:54:32 +0000
committerLina Pezzella <j4rg0n@gentoo.org>2005-01-02 04:54:32 +0000
commit17be5dfe3fe4164ca68fd261b4ef93ac357c4f33 (patch)
tree0ca6b5e3e128315db9b061623029a25fbb0e2c82 /dev-libs/glib
parentVersion bump to fix gcc-3.4 compile problems. Noted in bug #71903 (Manifest r... (diff)
downloadgentoo-2-17be5dfe3fe4164ca68fd261b4ef93ac357c4f33.tar.gz
gentoo-2-17be5dfe3fe4164ca68fd261b4ef93ac357c4f33.tar.bz2
gentoo-2-17be5dfe3fe4164ca68fd261b4ef93ac357c4f33.zip
Bug #75209
Diffstat (limited to 'dev-libs/glib')
-rw-r--r--dev-libs/glib/ChangeLog8
-rw-r--r--dev-libs/glib/glib-1.2.10-r5.ebuild9
-rw-r--r--dev-libs/glib/glib-2.4.2.ebuild4
-rw-r--r--dev-libs/glib/glib-2.4.4.ebuild4
-rw-r--r--dev-libs/glib/glib-2.4.5.ebuild4
-rw-r--r--dev-libs/glib/glib-2.4.6.ebuild4
-rw-r--r--dev-libs/glib/glib-2.4.7.ebuild4
-rw-r--r--dev-libs/glib/glib-2.4.8.ebuild4
-rw-r--r--dev-libs/glib/glib-2.6.0.ebuild4
9 files changed, 27 insertions, 18 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog
index af08570c1767..6368ccdce3fb 100644
--- a/dev-libs/glib/ChangeLog
+++ b/dev-libs/glib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/glib
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.118 2004/12/29 22:17:26 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.119 2005/01/02 04:54:32 j4rg0n Exp $
+
+ 01 Jan 2005; Lina Pezzella <j4rg0n@gentoo.org> glib-1.2.10-r5.ebuild:
+ ppc-macos needs to call darwintoolize and gnuconfig_update. Bug #75209
+ Thanks to Lars T. Mikkelsen for this information.
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-libs/glib/glib-1.2.10-r5.ebuild b/dev-libs/glib/glib-1.2.10-r5.ebuild
index f7855736dbd0..5619256a55fe 100644
--- a/dev-libs/glib/glib-1.2.10-r5.ebuild
+++ b/dev-libs/glib/glib-1.2.10-r5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.37 2004/12/29 18:01:11 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.38 2005/01/02 04:54:32 j4rg0n Exp $
inherit libtool flag-o-matic eutils gnuconfig
@@ -25,6 +25,11 @@ src_unpack() {
use ppc64 && gnuconfig_update
uclibctoolize
+
+ if use ppc-macos; then
+ darwintoolize
+ gnuconfig_update
+ fi
}
src_compile() {
diff --git a/dev-libs/glib/glib-2.4.2.ebuild b/dev-libs/glib/glib-2.4.2.ebuild
index 2398e028d5a6..262360b18c0f 100644
--- a/dev-libs/glib/glib-2.4.2.ebuild
+++ b/dev-libs/glib/glib-2.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.2.ebuild,v 1.6 2004/12/19 05:49:30 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.2.ebuild,v 1.7 2005/01/02 04:54:32 j4rg0n Exp $
inherit libtool
diff --git a/dev-libs/glib/glib-2.4.4.ebuild b/dev-libs/glib/glib-2.4.4.ebuild
index 2a96c69cc9d9..461694108760 100644
--- a/dev-libs/glib/glib-2.4.4.ebuild
+++ b/dev-libs/glib/glib-2.4.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.4.ebuild,v 1.12 2004/10/23 06:25:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.4.ebuild,v 1.13 2005/01/02 04:54:32 j4rg0n Exp $
inherit libtool
diff --git a/dev-libs/glib/glib-2.4.5.ebuild b/dev-libs/glib/glib-2.4.5.ebuild
index 654d1d4555f2..5b32da09b109 100644
--- a/dev-libs/glib/glib-2.4.5.ebuild
+++ b/dev-libs/glib/glib-2.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.5.ebuild,v 1.12 2004/10/23 06:25:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.5.ebuild,v 1.13 2005/01/02 04:54:32 j4rg0n Exp $
inherit libtool
diff --git a/dev-libs/glib/glib-2.4.6.ebuild b/dev-libs/glib/glib-2.4.6.ebuild
index 405313152344..185393f52c12 100644
--- a/dev-libs/glib/glib-2.4.6.ebuild
+++ b/dev-libs/glib/glib-2.4.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.6.ebuild,v 1.13 2004/11/11 11:07:33 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.6.ebuild,v 1.14 2005/01/02 04:54:32 j4rg0n Exp $
inherit libtool
diff --git a/dev-libs/glib/glib-2.4.7.ebuild b/dev-libs/glib/glib-2.4.7.ebuild
index a80244edf37b..a68b2923db76 100644
--- a/dev-libs/glib/glib-2.4.7.ebuild
+++ b/dev-libs/glib/glib-2.4.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.7.ebuild,v 1.5 2004/12/16 10:15:13 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.7.ebuild,v 1.6 2005/01/02 04:54:32 j4rg0n Exp $
inherit libtool
diff --git a/dev-libs/glib/glib-2.4.8.ebuild b/dev-libs/glib/glib-2.4.8.ebuild
index bc332aceff5b..0ec37bb21423 100644
--- a/dev-libs/glib/glib-2.4.8.ebuild
+++ b/dev-libs/glib/glib-2.4.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.8.ebuild,v 1.6 2004/12/23 20:08:56 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.4.8.ebuild,v 1.7 2005/01/02 04:54:32 j4rg0n Exp $
inherit libtool
diff --git a/dev-libs/glib/glib-2.6.0.ebuild b/dev-libs/glib/glib-2.6.0.ebuild
index fc46fe4a2db6..517636542f00 100644
--- a/dev-libs/glib/glib-2.6.0.ebuild
+++ b/dev-libs/glib/glib-2.6.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.6.0.ebuild,v 1.2 2004/12/18 21:32:55 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.6.0.ebuild,v 1.3 2005/01/02 04:54:32 j4rg0n Exp $
inherit libtool