diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-04-27 17:54:40 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-04-27 17:54:40 +0000 |
commit | 22daa51e668c54029066a02303aa0bf6efba0169 (patch) | |
tree | 6cdd3d588897d0cce7debcf3e1aaccd32b115e9a /app-doc | |
parent | Version bump as per bug 218756. (diff) | |
download | gentoo-2-22daa51e668c54029066a02303aa0bf6efba0169.tar.gz gentoo-2-22daa51e668c54029066a02303aa0bf6efba0169.tar.bz2 gentoo-2-22daa51e668c54029066a02303aa0bf6efba0169.zip |
updated postinst info for bug #217885
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/ChangeLog | 7 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.7.ebuild | 4 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.5.1.ebuild | 6 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.5.2.ebuild | 4 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.5.3.ebuild | 4 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.5.4.ebuild | 4 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-1.5.5.ebuild | 4 |
7 files changed, 19 insertions, 14 deletions
diff --git a/app-doc/doxygen/ChangeLog b/app-doc/doxygen/ChangeLog index 7839a719322c..212741775110 100644 --- a/app-doc/doxygen/ChangeLog +++ b/app-doc/doxygen/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-doc/doxygen # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.144 2008/03/13 21:49:56 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.145 2008/04/27 17:54:40 nerdboy Exp $ + + 27 Apr 2008; Steve Arnold <nerdboy@gentoo.org> doxygen-1.4.7.ebuild, + doxygen-1.5.1.ebuild, doxygen-1.5.2.ebuild, doxygen-1.5.3.ebuild, + doxygen-1.5.4.ebuild, doxygen-1.5.5.ebuild: + updated postinst info for bug #217885 13 Mar 2008; <ricmm@gentoo.org> doxygen-1.4.2.ebuild, doxygen-1.4.4.ebuild, doxygen-1.4.7.ebuild: diff --git a/app-doc/doxygen/doxygen-1.4.7.ebuild b/app-doc/doxygen/doxygen-1.4.7.ebuild index e62ea43a5d8a..0a94dd29ff9a 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-2008 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.22 2008/03/13 21:49:56 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild,v 1.23 2008/04/27 17:54:40 nerdboy Exp $ inherit eutils flag-o-matic toolchain-funcs qt3 @@ -113,7 +113,7 @@ src_install() { pkg_postinst() { elog - elog "The USE flags qt, doc, and tetex will enable doxywizard, or" + elog "The USE flags qt3, doc, and tetex will enable doxywizard, or" elog "the html and pdf documentation, respectively. For examples" elog "and other goodies, see the source tarball. For some example" elog "output, run doxygen on the doxygen source using the Doxyfile" diff --git a/app-doc/doxygen/doxygen-1.5.1.ebuild b/app-doc/doxygen/doxygen-1.5.1.ebuild index 03f43a8f247e..2adae61726e7 100644 --- a/app-doc/doxygen/doxygen-1.5.1.ebuild +++ b/app-doc/doxygen/doxygen-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.1.ebuild,v 1.5 2007/11/21 06:17:24 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.1.ebuild,v 1.6 2008/04/27 17:54:40 nerdboy Exp $ inherit eutils flag-o-matic toolchain-funcs qt3 @@ -113,7 +113,7 @@ src_install() { pkg_postinst() { elog - elog "The USE flags qt, doc, and tetex will enable doxywizard, or" + elog "The USE flags qt3, doc, and tetex will enable doxywizard, or" elog "the html and pdf documentation, respectively. For examples" elog "and other goodies, see the source tarball. For some example" elog "output, run doxygen on the doxygen source using the Doxyfile" diff --git a/app-doc/doxygen/doxygen-1.5.2.ebuild b/app-doc/doxygen/doxygen-1.5.2.ebuild index 06488bebbaca..920720fb01a2 100644 --- a/app-doc/doxygen/doxygen-1.5.2.ebuild +++ b/app-doc/doxygen/doxygen-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.2.ebuild,v 1.11 2008/02/16 20:24:36 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.2.ebuild,v 1.12 2008/04/27 17:54:40 nerdboy Exp $ inherit eutils flag-o-matic toolchain-funcs qt3 @@ -115,7 +115,7 @@ src_install() { pkg_postinst() { elog - elog "The USE flags qt, doc, and tetex will enable doxywizard, or" + elog "The USE flags qt3, doc, and tetex will enable doxywizard, or" elog "the html and pdf documentation, respectively. For examples" elog "and other goodies, see the source tarball. For some example" elog "output, run doxygen on the doxygen source using the Doxyfile" diff --git a/app-doc/doxygen/doxygen-1.5.3.ebuild b/app-doc/doxygen/doxygen-1.5.3.ebuild index a370e3ca4410..a4f7cf31923a 100644 --- a/app-doc/doxygen/doxygen-1.5.3.ebuild +++ b/app-doc/doxygen/doxygen-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.3.ebuild,v 1.5 2008/02/16 20:24:36 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.3.ebuild,v 1.6 2008/04/27 17:54:40 nerdboy Exp $ inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime @@ -142,7 +142,7 @@ pkg_postinst() { fdo-mime_desktop_database_update elog - elog "The USE flags qt, doc, and tetex will enable doxywizard, or" + elog "The USE flags qt3, doc, and tetex will enable doxywizard, or" elog "the html and pdf documentation, respectively. For examples" elog "and other goodies, see the source tarball. For some example" elog "output, run doxygen on the doxygen source using the Doxyfile" diff --git a/app-doc/doxygen/doxygen-1.5.4.ebuild b/app-doc/doxygen/doxygen-1.5.4.ebuild index ddf370ba250f..04f4397b9cdc 100644 --- a/app-doc/doxygen/doxygen-1.5.4.ebuild +++ b/app-doc/doxygen/doxygen-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild,v 1.12 2008/03/12 06:32:42 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild,v 1.13 2008/04/27 17:54:40 nerdboy Exp $ inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime @@ -146,7 +146,7 @@ pkg_postinst() { fdo-mime_desktop_database_update elog - elog "The USE flags qt, doc, and tetex will enable doxywizard, or" + elog "The USE flags qt3, doc, and tetex will enable doxywizard, or" elog "the html and pdf documentation, respectively. For examples" elog "and other goodies, see the source tarball. For some example" elog "output, run doxygen on the doxygen source using the Doxyfile" diff --git a/app-doc/doxygen/doxygen-1.5.5.ebuild b/app-doc/doxygen/doxygen-1.5.5.ebuild index b911e09adb44..ab17373d9ef9 100644 --- a/app-doc/doxygen/doxygen-1.5.5.ebuild +++ b/app-doc/doxygen/doxygen-1.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.5.ebuild,v 1.2 2008/03/12 06:32:42 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.5.ebuild,v 1.3 2008/04/27 17:54:40 nerdboy Exp $ inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime @@ -148,7 +148,7 @@ pkg_postinst() { fdo-mime_desktop_database_update elog - elog "The USE flags qt, doc, and tetex will enable doxywizard, or" + elog "The USE flags qt3, doc, and tetex will enable doxywizard, or" elog "the html and pdf documentation, respectively. For examples" elog "and other goodies, see the source tarball. For some example" elog "output, run doxygen on the doxygen source using the Doxyfile" |