Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35214 Details for
Bug 56737
Request upgrade to hk_classes and knoda to 0.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hk_classes-0.7.ebuild
hk_classes-0.7.ebuild (text/plain), 1.50 KB, created by
Peter Ruskin
on 2004-07-11 17:26:40 UTC
(
hide
)
Description:
hk_classes-0.7.ebuild
Filename:
MIME Type:
Creator:
Peter Ruskin
Created:
2004-07-11 17:26:40 UTC
Size:
1.50 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: Exp $ > >DESCRIPTION="GUI-independent C++ libraries for database applications, including API documentation and tutorials." >HOMEPAGE="http://hk-classes.sourceforge.net/" > >SRC_URI="mirror://sourceforge/hk-classes/${P}.tar.bz2 > mirror://sourceforge/knoda/knodapython.tar.bz2 > mirror://sourceforge/knoda/hk_docs-0.6.tar.gz" >RESTRICT="nomirror" >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="mysql postgres odbc doc" > ># At least one of the following is required >DEPEND="mysql? ( >=dev-db/mysql-3.23.54a ) > postgres? ( >=dev-db/postgresql-7.3 ) > odbc? ( >=dev-db/unixODBC-2.0.6 )" > >src_compile() { > ./configure || die "./configure failed" > emake || die >} > >src_install() { > use doc && dohtml -r ${WORKDIR}/hk_docs-0.6 > use doc && dohtml -r ${WORKDIR}/knodapythondoc > make DESTDIR=${D} install || die >} > >pkg_postinst() { > echo > einfo "hk_classes has been installed in /usr/lib/hk_classes" > if use mysql > then > einfo "MySQL driver is installed in /usr/lib/hk_classes/drivers" > fi > if use postgres > then > einfo "PostgreSQL driver is installed in /usr/lib/hk_classes/drivers" > fi > if use odbc > then > einfo "ODBC driver is installed in /usr/lib/hk_classes/drivers" > fi > if use doc > then > echo > einfo "API documentation and tutorial are installed in" > einfo " /usr/share/doc/${P}/html/hk_docs-0.6" > einfo "A small Python tutorial is installed in" > einfo " /usr/share/doc/${P}/html/knodapythondoc" > fi > echo >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 56737
: 35214 |
35215