summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-09-29 09:58:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-09-29 09:58:16 +0000
commitd0be13a7add02b5595b747bcd3fe5a787c8489f2 (patch)
treeb95216324a62901ed149ab304d82670cbcc96f17 /dev-libs/libunique
parentVersion bump to latest beta, drop older beta. (diff)
downloadgentoo-2-d0be13a7add02b5595b747bcd3fe5a787c8489f2.tar.gz
gentoo-2-d0be13a7add02b5595b747bcd3fe5a787c8489f2.tar.bz2
gentoo-2-d0be13a7add02b5595b747bcd3fe5a787c8489f2.zip
Change GCONF_DEBUF to GCONF_DEBUG to match gnome2.eclass. Remove -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATED from build system to allow building against glib-2.30 and pango-1.28.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libunique')
-rw-r--r--dev-libs/libunique/ChangeLog7
-rw-r--r--dev-libs/libunique/libunique-3.0.2.ebuild10
2 files changed, 14 insertions, 3 deletions
diff --git a/dev-libs/libunique/ChangeLog b/dev-libs/libunique/ChangeLog
index 892602b0f6d5..6aa81168e282 100644
--- a/dev-libs/libunique/ChangeLog
+++ b/dev-libs/libunique/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libunique
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/ChangeLog,v 1.43 2011/07/25 15:18:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/ChangeLog,v 1.44 2011/09/29 09:58:16 ssuominen Exp $
+
+ 29 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> libunique-3.0.2.ebuild:
+ Change GCONF_DEBUF to GCONF_DEBUG to match gnome2.eclass. Remove
+ -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATED from build system to
+ allow building against glib-2.30 and pango-1.28.
*libunique-1.1.6-r1 (25 Jul 2011)
diff --git a/dev-libs/libunique/libunique-3.0.2.ebuild b/dev-libs/libunique/libunique-3.0.2.ebuild
index 65cfd7108d02..297f4950699f 100644
--- a/dev-libs/libunique/libunique-3.0.2.ebuild
+++ b/dev-libs/libunique/libunique-3.0.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/libunique-3.0.2.ebuild,v 1.2 2011/07/11 15:40:12 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libunique/libunique-3.0.2.ebuild,v 1.3 2011/09/29 09:58:16 ssuominen Exp $
EAPI="4"
-GCONF_DEBUF="yes"
+GCONF_DEBUG="yes"
GNOME_TARBALL_SUFFIX="xz"
GNOME2_LA_PUNT="yes"
@@ -38,6 +38,12 @@ pkg_setup() {
$(use_enable introspection)"
}
+src_prepare() {
+ # should we sed Makefile.am instead and run eautoreconf?
+ sed -i -e '/DG.*_DISABLE_DEPRECATED/d' unique/Makefile.in || die
+ gnome2_src_prepare
+}
+
src_test() {
cd "${S}/tests"