Here's the diff to include html documentation (fixes Bug# 14205):
# diff -ub /usr/portage/dev-db/hk_classes/hk_classes-0.6.ebuild
/usr/local/portage/dev-db/hk_classes/hk_classes-0.6.ebuild
--- /usr/portage/dev-db/hk_classes/hk_classes-0.6.ebuild 2003-06-17
14:21:18.000000000 +0100
+++ /usr/local/portage/dev-db/hk_classes/hk_classes-0.6.ebuild 2003-07-12
14:15:07.000000000 +0100
@@ -2,9 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/dev-db/hk_classes/hk_classes-0.6.ebuild,v
1.2 2003/06/17 12:58:31 caleb Exp $
-DESCRIPTION="GUI-independent C++ libraries for database applications"
+DESCRIPTION="GUI-independent C++ libraries for database applications, including
API documentation and tutorials."
HOMEPAGE="http://hk-classes.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sourceforge/hk-classes/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/sourceforge/hk-classes/${P}.tar.gz
+ mirror://sourceforge/sourceforge/knoda/hk_docs-${PV}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="x86"
@@ -36,5 +37,6 @@
}
src_install() {
+ use doc && dohtml -r ${WORKDIR}/hk_docs-${PV}
make DESTDIR=${D} install || die
}