summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-10-15 18:11:50 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-10-15 18:11:50 +0000
commit3b4a24267031598cbce921a4b06e0bdc97e9a06e (patch)
tree61df6fbc5e542b7e9022013ea880bd3700b5e3c9 /app-text/gnome-doc-utils
parentClean up of older versions. (diff)
downloadgentoo-2-3b4a24267031598cbce921a4b06e0bdc97e9a06e.tar.gz
gentoo-2-3b4a24267031598cbce921a4b06e0bdc97e9a06e.tar.bz2
gentoo-2-3b4a24267031598cbce921a4b06e0bdc97e9a06e.zip
add dev-libs to message about gdu needing libxml2+python, fixes #109369
(Portage version: 2.0.51.22-r3)
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/Manifest4
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.4.2.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/app-text/gnome-doc-utils/ChangeLog b/app-text/gnome-doc-utils/ChangeLog
index 8c5415147861..b08339ce72a5 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.37 2005/10/11 13:07:59 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.38 2005/10/15 18:11:50 allanonjl Exp $
+
+ 15 Oct 2005; John N. Laliberte <allanonjl@gentoo.org>
+ gnome-doc-utils-0.4.2.ebuild:
+ add dev-libs to message about gdu needing libxml2+python, fixes #109369
11 Oct 2005; <allanon@gentoo.org> gnome-doc-utils-0.4.2.ebuild:
add check for libxml2 and python flag, fixes #108844
diff --git a/app-text/gnome-doc-utils/Manifest b/app-text/gnome-doc-utils/Manifest
index 58d8cf4ce7fa..205df0aeeaa5 100644
--- a/app-text/gnome-doc-utils/Manifest
+++ b/app-text/gnome-doc-utils/Manifest
@@ -1,8 +1,8 @@
MD5 973a748121f778a570dec3832a7b4f87 gnome-doc-utils-0.1.3.ebuild 840
MD5 02f5e274f015ac61bb605b5040320a1b gnome-doc-utils-0.2.1.ebuild 1005
-MD5 4e66f0d4238aec4ce127a84e4503a5f9 gnome-doc-utils-0.4.2.ebuild 1101
+MD5 40f9e4e13a79ec7962b7692a8276289b gnome-doc-utils-0.4.2.ebuild 1119
MD5 5956ffcd46070f7d276c02cca269f341 gnome-doc-utils-0.2.0.ebuild 991
-MD5 052703c65e6e0ecdb12c3641194c75e0 ChangeLog 4732
+MD5 07cf7c54236d53c2c872d9df82724707 ChangeLog 4895
MD5 77c7e3f56ca32c24f88a64c3680c8485 metadata.xml 183
MD5 187390057c80dbdb9582ea4ce9332100 files/digest-gnome-doc-utils-0.1.3 74
MD5 0f3180719f9bd2a7bf8484fd7735eb86 files/digest-gnome-doc-utils-0.2.0 74
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.4.2.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.4.2.ebuild
index 37ac7c4aa7d7..8665d1961469 100644
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.4.2.ebuild
+++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.4.2.ebuild,v 1.3 2005/10/11 13:07:59 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.4.2.ebuild,v 1.4 2005/10/15 18:11:50 allanonjl Exp $
inherit python gnome2 eutils
@@ -29,8 +29,8 @@ pkg_setup() {
G2CONF="--disable-scrollkeeper"
if ! built_with_use dev-libs/libxml2 python; then
- einfo "Please re-emerge libxml2 with the python use flag set"
- die "libxml2 needs python use flag"
+ einfo "Please re-emerge dev-libs/libxml2 with the python use flag set"
+ die "dev-libs/libxml2 needs python use flag"
fi
}