Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53877 Details for
Bug 82714
Request upgrade of knoda and hk_classes to 0.7.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hk_classes-0.7.3.ebuild python2.4 fix
hk_classes-0.7.3.ebuild (text/plain), 1.35 KB, created by
Rob Cakebread (RETIRED)
on 2005-03-19 11:54:27 UTC
(
hide
)
Description:
hk_classes-0.7.3.ebuild python2.4 fix
Filename:
MIME Type:
Creator:
Rob Cakebread (RETIRED)
Created:
2005-03-19 11:54:27 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: Exp $ > >inherit eutils python > >P_DOCS="hk_docs-0.7" > >MY_P=${P/_alpha/-test} >S=${WORKDIR}/${MY_P} > >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/${MY_P}.tar.bz2 > mirror://sourceforge/knoda/knodapython.tar.bz2 > mirror://sourceforge/knoda/${P_DOCS}.tar.bz2" > >SLOT="0" >LICENSE="LGPL-2" >KEYWORDS="~x86 ~ppc ~amd64 ~sparc" >IUSE="mysql postgres sqlite sqlite3 odbc doc" > ># At least one of the following is required >DEPEND="mysql? ( >=dev-db/mysql-3.23.54a ) > postgres? ( >=dev-db/postgresql-7.3 ) > sqlite? ( =dev-db/sqlite-2* ) > sqlite3? ( =dev-db/sqlite-3* ) > odbc? ( >=dev-db/unixODBC-2.0.6 )" > >src_unpack() { > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/${P}-amd64.patch >} > >src_compile() { > python_version > myconf="$myconf `use_with mysql` `use_with postgres` `use_with odbc` `use_with sqlite` `use_with sqlite3`" > myconf="$myconf --with-pythondir=/usr/lib/python${PYVER}/" > export LIBPYTHON="-lpython${PYVER} -lz" > econf $myconf || die "econf failed" > emake || die >} > >src_install() { > use doc && dohtml -r ${WORKDIR}/${P_DOCS}/* > use doc && dohtml -r ${WORKDIR}/knodapythondoc > make DESTDIR=${D} install || die >}
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 82714
:
51695
|
51697
|
51699
|
53617
|
53618
|
53619
| 53877