Bug 24335 - Request upgrade to hk_classes to include html documentation
Bug#: 24335 Product:  Gentoo Linux Version: 1.4_rc4 Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: kde@gentoo.org Reported By: aoyu93@dsl.pipex.com
Component: Applications
URL: 
Summary: Request upgrade to hk_classes to include html documentation
Keywords:  
Status Whiteboard: 
Opened: 2003-07-12 06:32 0000
Description:   Opened: 2003-07-12 06:32 0000
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
 }

------- Comment #1 From Caleb Tennis 2003-07-20 07:53:28 0000 -------
Changed in portage. Thanks! 

------- Comment #2 From Caleb Tennis 2003-08-27 20:03:49 0000 -------
*** Bug 14205 has been marked as a duplicate of this bug. ***