Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24335 - Request upgrade to hk_classes to include html documentation
Summary: Request upgrade to hk_classes to include html documentation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 14205 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-07-12 06:32 UTC by Peter Ruskin
Modified: 2003-08-27 20:03 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Ruskin 2003-07-12 06:32:04 UTC
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 Caleb Tennis (RETIRED) gentoo-dev 2003-07-20 07:53:28 UTC
Changed in portage. Thanks! 
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2003-08-27 20:03:49 UTC
*** Bug 14205 has been marked as a duplicate of this bug. ***