summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-11-04 13:09:42 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-11-04 13:09:42 +0000
commite24b5fabaaeeabe3dd0b7ec467d0150b36d7b8cc (patch)
treeaf8f4b896692efe28690dbad5cb11353de6e9dbe /gnome-extra
parentClean out old versions. (diff)
downloadgentoo-2-e24b5fabaaeeabe3dd0b7ec467d0150b36d7b8cc.tar.gz
gentoo-2-e24b5fabaaeeabe3dd0b7ec467d0150b36d7b8cc.tar.bz2
gentoo-2-e24b5fabaaeeabe3dd0b7ec467d0150b36d7b8cc.zip
fix tests
(Portage version: 2.1.3.16)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/libgda/ChangeLog5
-rw-r--r--gnome-extra/libgda/libgda-1.2.4.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog
index 9a8b8db5c6ba..80c6bae0abd4 100644
--- a/gnome-extra/libgda/ChangeLog
+++ b/gnome-extra/libgda/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgda
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.109 2007/07/27 14:19:11 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.110 2007/11/04 13:09:42 eva Exp $
+
+ 04 Nov 2007; Gilles Dartiguelongue <eva@gentoo.org> libgda-1.2.4.ebuild:
+ fix tests
27 Jul 2007; Roy Marples <uberlord@gentoo.org> libgda-1.2.4.ebuild,
libgda-3.0.1.ebuild:
diff --git a/gnome-extra/libgda/libgda-1.2.4.ebuild b/gnome-extra/libgda/libgda-1.2.4.ebuild
index 3cfe3ffac8aa..be9f0593fc1c 100644
--- a/gnome-extra/libgda/libgda-1.2.4.ebuild
+++ b/gnome-extra/libgda/libgda-1.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.2.4.ebuild,v 1.4 2007/07/27 14:19:11 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.2.4.ebuild,v 1.5 2007/11/04 13:09:42 eva Exp $
WANT_AUTOMAKE="1.9"
WANT_AUTOCONF="2.5"
@@ -39,7 +39,6 @@ DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-1 )"
DOCS="AUTHORS ChangeLog NEWS README"
-USE_DESTDIR="1"
# problems with parallel builds
MAKEOPTS="${MAKEOPTS} -j1"
@@ -70,6 +69,8 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-freetds_api_fixes.patch
# Fix compilation of the mdb provider
epatch "${FILESDIR}"/${PN}-1.2.3-mdb_api.patch
+ # Fix tests
+ echo "libsql/parser.c" >> po/POTFILES.in
sed -n -e '/GTK_DOC_CHECK/,/IT_PROG_INTLTOOL/p' aclocal.m4 > gtk-doc.m4
intltoolize --automake -c -f || die "intltoolize failed"