Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 188540 Details for
Bug 259575
dev-db/tora-2.0.0 - moc_toabout.cpp:14:2: error: #error "This file was generated using the moc from 4.4.0. [...]"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
working ebuild for your diff pleasures
tora-2.0.0.ebuild (text/plain), 2.28 KB, created by
renato gallo
on 2009-04-16 06:24:39 UTC
(
hide
)
Description:
working ebuild for your diff pleasures
Filename:
MIME Type:
Creator:
renato gallo
Created:
2009-04-16 06:24:39 UTC
Size:
2.28 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-2.0.0.ebuild,v 1.1 2008/12/27 22:37:30 dertobi123 Exp $ > >EAPI=2 > >inherit eutils kde-functions > >IUSE="debug mysql oracle oci8-instant-client postgres" >DESCRIPTION="TOra - Toolkit For Oracle" >HOMEPAGE="http://tora.sourceforge.net" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" > >RDEPEND="${DEPEND}" >DEPEND="dev-lang/perl > mysql? ( x11-libs/qt-sql[mysql] ) > postgres? ( x11-libs/qt-sql[postgres] ) > >=x11-libs/qscintilla-2.1[qt4] > oci8-instant-client? ( dev-db/oracle-instantclient-basic )" > >pkg_setup() { > if ( use oracle || use oci8-instant-client ) && [ -z "$ORACLE_HOME" ] ; then > eerror "ORACLE_HOME variable is not set." > eerror > eerror "You must install Oracle >= 8i client for Linux in" > eerror "order to compile TOra with Oracle support." > eerror > eerror "Otherwise specify -oracle in your USE variable." > eerror > eerror "You can download the Oracle software from" > eerror "http://otn.oracle.com/software/content.html" > die > fi >} > >src_configure() { > # Need to fake out Qt or we'll get sandbox problems > REALHOME="$HOME" > mkdir -p "$T"/fakehome/.kde > mkdir -p "$T"/fakehome/.qt > export HOME="$T/fakehome" > addwrite "${QTDIR}/etc/settings" > > local myconf > > if use oracle; then > myconf="$myconf --with-oracle=${ORACLE_HOME}" > fi > > if use oci8-instant-client; then > myconf="$myconf --with-instant-client=${ORACLE_HOME}" > fi > > if use oci8-instant-client || use oracle ; then > myconf="$myconf --with-oracle-libraries=${ORACLE_HOME}/lib \ > --with-oracle-includes=${ORACLE_HOME}/include " > fi > > myconf="$myconf --with-qt-includes=/usr/include/qt4/ --with-qt-libraries=/usr/lib/qt4/ --with-qt-dir=/usr/lib/qt4" > > econf $myconf || die "configure failed" >} > >src_compile() { > rm /var/tmp/portage/dev-db/tora-2.0.0/work/tora-2.0.0/src/moc_*.cpp > rm /var/tmp/portage/dev-db/tora-2.0.0/work/tora-2.0.0/src/ui_*ui.h > emake -j1 || die "make failed" > > emake -j1 || die "make failed" >} > >src_install() { > make install DESTDIR="${D}" > dodoc BUGS INSTALL NEWS README TODO > > insinto /usr/share/applications > doins "${FILESDIR}"/${PN}.desktop > insinto /usr/share/pixmaps > doins "${FILESDIR}"/${PN}.png >}
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 259575
:
182524
|
182525
|
182527
| 188540 |
189299