summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-09-27 22:45:42 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-09-27 22:45:42 +0000
commit713ccb888498b9d21876a459d81dd10259247e2c (patch)
tree4346ce8a9a6883bb815aefe7bba9c821dd30aab5 /net-wireless
parentRemove old (diff)
downloadgentoo-2-713ccb888498b9d21876a459d81dd10259247e2c.tar.gz
gentoo-2-713ccb888498b9d21876a459d81dd10259247e2c.tar.bz2
gentoo-2-713ccb888498b9d21876a459d81dd10259247e2c.zip
Added a patch to get rid of G*_DISABLE_DEPRECATED. Fixes bug 193467.
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/gnome-bluetooth/ChangeLog7
-rw-r--r--net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch47
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild6
3 files changed, 57 insertions, 3 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog
index ea8057bd6281..fc62797dafe0 100644
--- a/net-wireless/gnome-bluetooth/ChangeLog
+++ b/net-wireless/gnome-bluetooth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-wireless/gnome-bluetooth
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.34 2007/08/01 00:01:03 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.35 2007/09/27 22:45:41 philantrop Exp $
+
+ 27 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ +files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch,
+ gnome-bluetooth-0.8.0.ebuild:
+ Added a patch to get rid of G*_DISABLE_DEPRECATED. Fixes bug 193467.
31 Jul 2007; Christoph Mende <angelos@gentoo.org>
gnome-bluetooth-0.7.0-r1.ebuild:
diff --git a/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch
new file mode 100644
index 000000000000..edcc42bc7c61
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch
@@ -0,0 +1,47 @@
+diff -Naur gnome-bluetooth-0.8.0.orig/libegg/libegg/iconlist/Makefile.am gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am
+--- gnome-bluetooth-0.8.0.orig/libegg/libegg/iconlist/Makefile.am 2003-09-26 15:38:39.000000000 +0200
++++ gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am 2007-09-27 23:30:53.000000000 +0200
+@@ -2,11 +2,7 @@
+ INCLUDES = \
+ $(EGG_CFLAGS) \
+ -I$(top_srcdir)/libegg/util \
+- -DEGG_COMPILATION \
+- -DGTK_DISABLE_DEPRECATED \
+- -DGDK_DISABLE_DEPRECATED \
+- -DG_DISABLE_DEPRECATED
+-
++ -DEGG_COMPILATION
+
+ noinst_LTLIBRARIES = libeggiconlist.la
+
+diff -Naur gnome-bluetooth-0.8.0.orig/libegg/libegg/Makefile.am gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am
+--- gnome-bluetooth-0.8.0.orig/libegg/libegg/Makefile.am 2003-09-26 15:38:38.000000000 +0200
++++ gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am 2007-09-27 23:30:31.000000000 +0200
+@@ -3,10 +3,7 @@
+
+ INCLUDES = \
+ $(EGG_CFLAGS) \
+- -DEGG_COMPILATION \
+- -DGTK_DISABLE_DEPRECATED \
+- -DGDK_DISABLE_DEPRECATED \
+- -DG_DISABLE_DEPRECATED
++ -DEGG_COMPILATION
+
+ ##noinst_LTLIBRARIES = libegg.la
+
+diff -Naur gnome-bluetooth-0.8.0.orig/libegg/libegg/tray/Makefile.am gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am
+--- gnome-bluetooth-0.8.0.orig/libegg/libegg/tray/Makefile.am 2003-09-26 15:38:41.000000000 +0200
++++ gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am 2007-09-27 23:29:31.000000000 +0200
+@@ -2,11 +2,7 @@
+ INCLUDES = \
+ $(EGG_TRAY_CFLAGS) \
+ -I$(top_srcdir)/libegg/util \
+- -DEGG_COMPILATION \
+- -DGTK_DISABLE_DEPRECATED \
+- -DGDK_DISABLE_DEPRECATED \
+- -DG_DISABLE_DEPRECATED
+-
++ -DEGG_COMPILATION
+
+ noinst_LTLIBRARIES = libeggtray.la
+
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild
index 4ca8db203b3a..efc42af9f411 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild,v 1.1 2006/11/04 08:49:21 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.8.0.ebuild,v 1.2 2007/09/27 22:45:41 philantrop Exp $
inherit distutils gnome2 eutils multilib autotools
@@ -41,6 +41,8 @@ USE_DESTDIR=1
src_unpack() {
unpack ${A}
cd "${S}"
+
+ epatch "${FILESDIR}/${P}-G_DEPRECATED.patch"
sed -i -e 's:${libdir:/${platlibdir:' acinclude.m4
eautoreconf
}