summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-01-26 23:00:17 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-01-26 23:00:17 +0000
commita02b76a6abb928ba672e3d4b5f9cf45d4da6d80b (patch)
tree7f3d7636fe7150b05e4f173309284a32057e50d3 /app-text/gnome-doc-utils
parentAdd patch for bluez-4, bug #250615. (diff)
downloadgentoo-2-a02b76a6abb928ba672e3d4b5f9cf45d4da6d80b.tar.gz
gentoo-2-a02b76a6abb928ba672e3d4b5f9cf45d4da6d80b.tar.bz2
gentoo-2-a02b76a6abb928ba672e3d4b5f9cf45d4da6d80b.zip
dev-libs/glib is needed for eautofoo, bug #255114.
(Portage version: 2.2_rc22/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'app-text/gnome-doc-utils')
-rw-r--r--app-text/gnome-doc-utils/ChangeLog6
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild11
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild3
3 files changed, 13 insertions, 7 deletions
diff --git a/app-text/gnome-doc-utils/ChangeLog b/app-text/gnome-doc-utils/ChangeLog
index cac03021eb39..89afc973ba87 100644
--- a/app-text/gnome-doc-utils/ChangeLog
+++ b/app-text/gnome-doc-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/gnome-doc-utils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.123 2009/01/11 21:40:21 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.124 2009/01/26 23:00:17 eva Exp $
+
+ 26 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-doc-utils-0.12.2-r1.ebuild, gnome-doc-utils-0.14.2.ebuild:
+ dev-libs/glib is needed for eautofoo, bug #255114.
*gnome-doc-utils-0.14.2 (11 Jan 2009)
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild
index 411eadd86f6f..36d4b6851e93 100644
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild
+++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild,v 1.10 2008/11/09 11:29:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.12.2-r1.ebuild,v 1.11 2009/01/26 23:00:17 eva Exp $
inherit autotools eutils python gnome2
@@ -16,6 +16,7 @@ RDEPEND=">=dev-libs/libxml2-2.6.12
>=dev-libs/libxslt-1.1.8
>=dev-lang/python-2"
DEPEND="${RDEPEND}
+ dev-libs/glib
sys-devel/gettext
>=dev-util/intltool-0.35
>=dev-util/pkgconfig-0.9
@@ -29,11 +30,11 @@ src_unpack() {
# Make xml2po FHS compliant, bug #190798
epatch "${FILESDIR}/${P}-fhs.patch"
- # Beware of first install, bug #224609
- AT_M4DIR="tools" eautomake
-
# Fix LINGUAS
intltoolize --force || die "intltoolize failed"
+
+ # Beware of first install, bug #224609
+ AT_M4DIR="tools" eautomake
}
pkg_setup() {
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild
index b891255c1d92..058e96a9ce7c 100644
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild
+++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild,v 1.1 2009/01/11 21:40:21 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.14.2.ebuild,v 1.2 2009/01/26 23:00:17 eva Exp $
inherit eutils python gnome2
@@ -20,6 +20,7 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
>=dev-util/pkgconfig-0.9
~app-text/docbook-xml-dtd-4.4"
+# dev-libs/glib needed for eautofoo, bug #255114.
DOCS="AUTHORS ChangeLog NEWS README"