diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/ganttproject/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/ganttproject/ganttproject-1.10.1.ebuild | 4 | ||||
-rw-r--r-- | app-office/ganttproject/ganttproject-1.9.11-r1.ebuild | 4 | ||||
-rw-r--r-- | app-office/ganttproject/ganttproject-1.9.11.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/app-office/ganttproject/ChangeLog b/app-office/ganttproject/ChangeLog index 8fd3348ac3d1..0ea721dafa2d 100644 --- a/app-office/ganttproject/ChangeLog +++ b/app-office/ganttproject/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/ganttproject # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ChangeLog,v 1.5 2004/10/12 18:10:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ChangeLog,v 1.6 2004/10/16 18:15:00 axxo Exp $ + + 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> ganttproject-1.10.1.ebuild, + ganttproject-1.9.11-r1.ebuild, ganttproject-1.9.11.ebuild: + use java-pkg_dohtml instead of dohtml to also install the package-list in + case of api docs: #50740 *ganttproject-1.10.1 (12 Oct 2004) diff --git a/app-office/ganttproject/ganttproject-1.10.1.ebuild b/app-office/ganttproject/ganttproject-1.10.1.ebuild index 3b09949b5d48..4b0ebe28c6ed 100644 --- a/app-office/ganttproject/ganttproject-1.10.1.ebuild +++ b/app-office/ganttproject/ganttproject-1.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.10.1.ebuild,v 1.1 2004/10/12 18:10:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.10.1.ebuild,v 1.2 2004/10/16 18:15:00 axxo Exp $ inherit eutils java-pkg @@ -33,7 +33,7 @@ src_install () { doexe ganttproject dodoc AUTHORS COPYING README if use doc; then - dohtml -r build/docs/api + java-pkg_dohtml -r build/docs/api fi if use gnome; then mkdir -p ${D}/usr/share/gnome/apps/Office/ diff --git a/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild b/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild index e3920dcc5105..2acf79799f86 100644 --- a/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild +++ b/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild,v 1.1 2004/09/16 18:58:55 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.9.11-r1.ebuild,v 1.2 2004/10/16 18:15:00 axxo Exp $ inherit eutils java-pkg @@ -33,7 +33,7 @@ src_install () { doexe ganttproject dodoc AUTHORS COPYING README if use doc; then - dohtml -r build/docs/api + java-pkg_dohtml -r build/docs/api fi if use gnome; then mkdir -p ${D}/usr/share/gnome/apps/Office/ diff --git a/app-office/ganttproject/ganttproject-1.9.11.ebuild b/app-office/ganttproject/ganttproject-1.9.11.ebuild index 42ddff59a52a..cfdf9ca0b91c 100644 --- a/app-office/ganttproject/ganttproject-1.9.11.ebuild +++ b/app-office/ganttproject/ganttproject-1.9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.9.11.ebuild,v 1.3 2004/08/27 01:49:35 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ganttproject/ganttproject-1.9.11.ebuild,v 1.4 2004/10/16 18:15:00 axxo Exp $ inherit eutils java-pkg @@ -34,7 +34,7 @@ src_install () { doexe ganttproject dodoc AUTHORS COPYING README if use doc; then - dohtml -r build/docs/api + java-pkg_dohtml -r build/docs/api fi if use gnome; then mkdir -p ${D}/usr/share/gnome/apps/Office/ |