summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2008-07-04 02:22:01 +0000
committerSteve Arnold <nerdboy@gentoo.org>2008-07-04 02:22:01 +0000
commit6d1125272059825170c2a2ef0836cfdf60ffacaa (patch)
treea123f41bc9a99866ffffd8a757f46ecbf5c9f88d /app-doc/doxygen
parentamd64 stable, bug #220479 (diff)
downloadgentoo-2-6d1125272059825170c2a2ef0836cfdf60ffacaa.tar.gz
gentoo-2-6d1125272059825170c2a2ef0836cfdf60ffacaa.tar.bz2
gentoo-2-6d1125272059825170c2a2ef0836cfdf60ffacaa.zip
updated latest stable/testing with latex USE flag per bug #230155
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.6 x86_64)
Diffstat (limited to 'app-doc/doxygen')
-rw-r--r--app-doc/doxygen/ChangeLog6
-rw-r--r--app-doc/doxygen/doxygen-1.5.4.ebuild12
-rw-r--r--app-doc/doxygen/doxygen-1.5.5.ebuild12
3 files changed, 17 insertions, 13 deletions
diff --git a/app-doc/doxygen/ChangeLog b/app-doc/doxygen/ChangeLog
index 212741775110..7b7094879d2f 100644
--- a/app-doc/doxygen/ChangeLog
+++ b/app-doc/doxygen/ChangeLog
@@ -1,6 +1,10 @@
# 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.145 2008/04/27 17:54:40 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.146 2008/07/04 02:22:01 nerdboy Exp $
+
+ 03 Jul 2008; Steve Arnold <nerdboy@gentoo.org> doxygen-1.5.4.ebuild,
+ doxygen-1.5.5.ebuild:
+ updated latest stable/testing with latex USE flag per bug #230155
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,
diff --git a/app-doc/doxygen/doxygen-1.5.4.ebuild b/app-doc/doxygen/doxygen-1.5.4.ebuild
index 04f4397b9cdc..c1e1c87ab4e8 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.13 2008/04/27 17:54:40 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.4.ebuild,v 1.14 2008/07/04 02:22:01 nerdboy Exp $
inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime
@@ -11,10 +11,10 @@ SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="debug doc nodot qt3 tetex elibc_FreeBSD"
+IUSE="debug doc nodot qt3 latex elibc_FreeBSD"
RDEPEND="qt3? ( $(qt_min_version 3.3) )
- tetex? ( virtual/tetex )
+ latex? ( virtual/latex-base )
dev-lang/python
virtual/libiconv
virtual/ghostscript
@@ -101,7 +101,7 @@ src_compile() {
sed -i -e "s/HAVE_DOT = YES/HAVE_DOT = NO/" \
{Doxyfile,doc/Doxyfile} || ewarn "disabling dot failed"
fi
- if use tetex; then
+ if use latex; then
addwrite /var/cache/fonts
addwrite /var/cache/fontconfig
addwrite /usr/share/texmf/fonts/pk
@@ -135,7 +135,7 @@ src_install() {
# pdf and html manuals
if use doc; then
insinto /usr/share/doc/${PF}
- if use tetex; then
+ if use latex; then
doins latex/doxygen_manual.pdf
fi
dohtml -r html/*
@@ -146,7 +146,7 @@ pkg_postinst() {
fdo-mime_desktop_database_update
elog
- elog "The USE flags qt3, doc, and tetex will enable doxywizard, or"
+ elog "The USE flags qt3, doc, and latex 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 ab17373d9ef9..29ce2064a1fa 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.3 2008/04/27 17:54:40 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.5.ebuild,v 1.4 2008/07/04 02:22:01 nerdboy Exp $
inherit eutils flag-o-matic toolchain-funcs qt3 fdo-mime
@@ -11,10 +11,10 @@ SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc nodot qt3 tetex elibc_FreeBSD"
+IUSE="debug doc nodot qt3 latex elibc_FreeBSD"
RDEPEND="qt3? ( $(qt_min_version 3.3) )
- tetex? ( virtual/tetex )
+ latex? ( virtual/latex-base )
dev-lang/python
virtual/libiconv
media-libs/libpng
@@ -103,7 +103,7 @@ src_compile() {
sed -i -e "s/HAVE_DOT = YES/HAVE_DOT = NO/" \
{Doxyfile,doc/Doxyfile} || ewarn "disabling dot failed"
fi
- if use tetex; then
+ if use latex; then
addwrite /var/cache/fonts
addwrite /var/cache/fontconfig
addwrite /usr/share/texmf/fonts/pk
@@ -137,7 +137,7 @@ src_install() {
# pdf and html manuals
if use doc; then
insinto /usr/share/doc/"${PF}"
- if use tetex; then
+ if use latex; then
doins latex/doxygen_manual.pdf
fi
dohtml -r html/*
@@ -148,7 +148,7 @@ pkg_postinst() {
fdo-mime_desktop_database_update
elog
- elog "The USE flags qt3, doc, and tetex will enable doxywizard, or"
+ elog "The USE flags qt3, doc, and latex 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"