Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18552 Details for
Bug 30025
gigabase-3.0.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gigabase-3.0.ebuild
gigabase-3.0.ebuild (text/plain), 1.30 KB, created by
Alex [CyberPAD]
on 2003-09-30 14:41:23 UTC
(
hide
)
Description:
gigabase-3.0.ebuild
Filename:
MIME Type:
Creator:
Alex [CyberPAD]
Created:
2003-09-30 14:41:23 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >DESCRIPTION="OO-DBMS with interfaces for C/C++/Java/PHP/Perl" >HOMEPAGE="http://www.garret.ru/~knizhnik/gigabase.html" >SRC_URI="mirror://sourceforge/gigabase/gigabase-3.00.tar.gz" >LICENSE="MIT" >SLOT="0" >KEYWORDS="x86" >IUSE="gigabase_autoincrement" >DEPEND="" > >S=${WORKDIR}/gigabase > >src_compile() { > mf="${S}/Makefile" > mfi="${S}/Makefile.in" > > if use gigabase_autoincrement ; > then > einfo "Autoincrement support ENABLED" > sed -r -e 's/DEFS = /DEFS = -DAUTOINCREMENT_SUPPORT=1 /' ${mfi} > ${mfi}.tmp > mv ${mfi}.tmp ${mfi} > else > einfo "Autoincrement support DISABLED" > fi > > sed -r -e 's/inline void dbExprNodeAllocator::deallocate/void dbExprNodeAllocator::deallocate/' ${S}/compiler.cpp > ${S}/compiler.cpp.tmp > mv ${S}/compiler.cpp.tmp ${S}/compiler.cpp > > econf > > sed -r -e 's/subsql([^\.]|$)/subsql-gdb\1/' ${mf} > ${mf}.tmp > mv ${mf}.tmp ${mf} > > emake || die >} > >src_install() { > echo "install" > make \ > prefix=${D}/usr \ > mandir=${D}/usr/share/man \ > infodir=${D}/usr/share/info \ > install || die > > dodoc CHANGES > dohtml GigaBASE.htm > dohtml -r docs/html/* >} > >pkg_postinst() { > einfo "The subsql binary has been renamed to subsql-gdb," > einfo "to avoid a name clash with the FastDB version of subsql" >}
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 30025
: 18552