summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2006-07-09 22:56:19 +0000
committerSteve Arnold <nerdboy@gentoo.org>2006-07-09 22:56:19 +0000
commitcab85476fe25d2ecf1bc35dfe938b3b1d7fff431 (patch)
treed8fdd2814ea4e9a11aceba7a9adaa708d885df54 /app-doc
parentRequire libsdl <1.2.11 to fix bug #138739 (diff)
downloadgentoo-2-cab85476fe25d2ecf1bc35dfe938b3b1d7fff431.tar.gz
gentoo-2-cab85476fe25d2ecf1bc35dfe938b3b1d7fff431.tar.bz2
gentoo-2-cab85476fe25d2ecf1bc35dfe938b3b1d7fff431.zip
removed ewarn from pkg_postinst (bug 139761)
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/doxygen/ChangeLog7
-rw-r--r--app-doc/doxygen/doxygen-1.4.2.ebuild6
-rw-r--r--app-doc/doxygen/doxygen-1.4.3-r1.ebuild6
-rw-r--r--app-doc/doxygen/doxygen-1.4.4.ebuild6
-rw-r--r--app-doc/doxygen/doxygen-1.4.5.ebuild6
-rw-r--r--app-doc/doxygen/doxygen-1.4.6.ebuild8
-rw-r--r--app-doc/doxygen/doxygen-1.4.7.ebuild8
7 files changed, 26 insertions, 21 deletions
diff --git a/app-doc/doxygen/ChangeLog b/app-doc/doxygen/ChangeLog
index 4939c379cf44..8b646f2daed1 100644
--- a/app-doc/doxygen/ChangeLog
+++ b/app-doc/doxygen/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-doc/doxygen
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.104 2006/07/03 16:01:22 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.105 2006/07/09 22:56:19 nerdboy Exp $
+
+ 09 Jul 2006; Steve Arnold <nerdboy@gentoo.org> doxygen-1.4.2.ebuild,
+ doxygen-1.4.3-r1.ebuild, doxygen-1.4.4.ebuild, doxygen-1.4.5.ebuild,
+ doxygen-1.4.6.ebuild, doxygen-1.4.7.ebuild:
+ removed ewarn from pkg_postinst (bug 139761)
03 Jul 2006; Lars Weiler <pylon@gentoo.org> doxygen-1.4.6.ebuild:
Stable on ppc; bug #138937.
diff --git a/app-doc/doxygen/doxygen-1.4.2.ebuild b/app-doc/doxygen/doxygen-1.4.2.ebuild
index 507b95c7687a..54245626a258 100644
--- a/app-doc/doxygen/doxygen-1.4.2.ebuild
+++ b/app-doc/doxygen/doxygen-1.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.2.ebuild,v 1.18 2006/06/24 01:44:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.2.ebuild,v 1.19 2006/07/09 22:56:19 nerdboy Exp $
inherit eutils toolchain-funcs qt3
@@ -100,11 +100,11 @@ src_install() {
pkg_postinst() {
- ewarn
+ einfo
einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
einfo "the html and pdf documentation, respectively. For examples"
einfo "and other goodies, see the source tarball. For some example"
einfo "output, run doxygen on the doxygen source using the Doxyfile"
einfo "provided in the top-level source dir."
- ewarn
+ einfo
}
diff --git a/app-doc/doxygen/doxygen-1.4.3-r1.ebuild b/app-doc/doxygen/doxygen-1.4.3-r1.ebuild
index 0d7ad90699a5..9898d9a201fb 100644
--- a/app-doc/doxygen/doxygen-1.4.3-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.3-r1.ebuild,v 1.13 2006/06/24 01:44:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.3-r1.ebuild,v 1.14 2006/07/09 22:56:19 nerdboy Exp $
inherit eutils toolchain-funcs qt3
@@ -104,11 +104,11 @@ src_install() {
pkg_postinst() {
- ewarn
+ einfo
einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
einfo "the html and pdf documentation, respectively. For examples"
einfo "and other goodies, see the source tarball. For some example"
einfo "output, run doxygen on the doxygen source using the Doxyfile"
einfo "provided in the top-level source dir."
- ewarn
+ einfo
}
diff --git a/app-doc/doxygen/doxygen-1.4.4.ebuild b/app-doc/doxygen/doxygen-1.4.4.ebuild
index 1fb4804a020b..eddef1e9baa1 100644
--- a/app-doc/doxygen/doxygen-1.4.4.ebuild
+++ b/app-doc/doxygen/doxygen-1.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.4.ebuild,v 1.19 2006/06/24 01:44:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.4.ebuild,v 1.20 2006/07/09 22:56:19 nerdboy Exp $
inherit eutils toolchain-funcs qt3
@@ -98,11 +98,11 @@ src_install() {
pkg_postinst() {
- ewarn
+ einfo
einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
einfo "the html and pdf documentation, respectively. For examples"
einfo "and other goodies, see the source tarball. For some example"
einfo "output, run doxygen on the doxygen source using the Doxyfile"
einfo "provided in the top-level source dir."
- ewarn
+ einfo
}
diff --git a/app-doc/doxygen/doxygen-1.4.5.ebuild b/app-doc/doxygen/doxygen-1.4.5.ebuild
index 44b934205d20..acec82e96661 100644
--- a/app-doc/doxygen/doxygen-1.4.5.ebuild
+++ b/app-doc/doxygen/doxygen-1.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.5.ebuild,v 1.8 2006/06/24 01:44:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.5.ebuild,v 1.9 2006/07/09 22:56:19 nerdboy Exp $
inherit eutils toolchain-funcs qt3
@@ -98,11 +98,11 @@ src_install() {
pkg_postinst() {
- ewarn
+ einfo
einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
einfo "the html and pdf documentation, respectively. For examples"
einfo "and other goodies, see the source tarball. For some example"
einfo "output, run doxygen on the doxygen source using the Doxyfile"
einfo "provided in the top-level source dir."
- ewarn
+ einfo
}
diff --git a/app-doc/doxygen/doxygen-1.4.6.ebuild b/app-doc/doxygen/doxygen-1.4.6.ebuild
index b79a3d77c8e2..c31f0aa2e29f 100644
--- a/app-doc/doxygen/doxygen-1.4.6.ebuild
+++ b/app-doc/doxygen/doxygen-1.4.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.6.ebuild,v 1.8 2006/07/03 16:01:22 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.6.ebuild,v 1.9 2006/07/09 22:56:19 nerdboy Exp $
inherit eutils toolchain-funcs qt3
@@ -105,13 +105,13 @@ src_install() {
pkg_postinst() {
- ewarn
+ einfo
einfo "The USE flags qt3, doc, and tetex will enable doxywizard, or"
einfo "the html and pdf documentation, respectively. For examples"
einfo "and other goodies, see the source tarball. For some example"
einfo "output, run doxygen on the doxygen source using the Doxyfile"
einfo "provided in the top-level source dir."
- einfo ""
+ einfo
einfo "See the Doxygen homepage for additional language support tools."
- ewarn
+ einfo
}
diff --git a/app-doc/doxygen/doxygen-1.4.7.ebuild b/app-doc/doxygen/doxygen-1.4.7.ebuild
index 14bcf4814a4c..5cf5274b33ce 100644
--- a/app-doc/doxygen/doxygen-1.4.7.ebuild
+++ b/app-doc/doxygen/doxygen-1.4.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild,v 1.1 2006/07/03 01:26:31 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild,v 1.2 2006/07/09 22:56:19 nerdboy Exp $
inherit eutils toolchain-funcs qt3
@@ -97,13 +97,13 @@ src_install() {
pkg_postinst() {
- ewarn
+ einfo
einfo "The USE flags qt, doc, and tetex will enable doxywizard, or"
einfo "the html and pdf documentation, respectively. For examples"
einfo "and other goodies, see the source tarball. For some example"
einfo "output, run doxygen on the doxygen source using the Doxyfile"
einfo "provided in the top-level source dir."
- einfo ""
+ einfo
einfo "See the Doxygen homepage for additional language support tools."
- ewarn
+ einfo
}