diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:12:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:12:24 +0000 |
commit | f6616dd1ff4c6d5d3759d10b9ba9d9b3e51f9a6a (patch) | |
tree | 30778c68bd91581167fa1b62f2a1d44684e2d217 /app-doc | |
parent | stabilize (diff) | |
download | gentoo-2-f6616dd1ff4c6d5d3759d10b9ba9d9b3e51f9a6a.tar.gz gentoo-2-f6616dd1ff4c6d5d3759d10b9ba9d9b3e51f9a6a.tar.bz2 gentoo-2-f6616dd1ff4c6d5d3759d10b9ba9d9b3e51f9a6a.zip |
arm/s390/sh stable
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.4.7.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-doc/doxygen/doxygen-1.4.7.ebuild b/app-doc/doxygen/doxygen-1.4.7.ebuild index c1fa9a211c5d..cc0474e52c17 100644 --- a/app-doc/doxygen/doxygen-1.4.7.ebuild +++ b/app-doc/doxygen/doxygen-1.4.7.ebuild @@ -1,18 +1,17 @@ # 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.5 2006/08/12 12:33:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.7.ebuild,v 1.6 2006/08/19 14:12:24 vapier Exp $ inherit eutils toolchain-funcs qt3 -DESCRIPTION="Doxygen is a documentation system for C++, C, Java, Objective-C, - Python, IDL , and other C-like languages." +DESCRIPTION="documentation system for C++, C, Java, Objective-C, Python, IDL, and other languages" HOMEPAGE="http://www.doxygen.org/" SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz" -# unicode? ( mirror://gentoo/${PN}-utf8-ru.patch.gz )" +# unicode? ( mirror://gentoo/${PN}-utf8-ru.patch.gz )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc-macos ppc64 s390 sh ~sparc ~x86 ~x86-fbsd" IUSE="doc qt3 tetex" RDEPEND=">=media-gfx/graphviz-2.6 @@ -96,7 +95,6 @@ src_install() { } pkg_postinst() { - einfo einfo "The USE flags qt, doc, and tetex will enable doxywizard, or" einfo "the html and pdf documentation, respectively. For examples" |