diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-21 16:52:30 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-21 16:52:30 +0000 |
commit | 69e68b69c01917a657b7417f40ac51c9c80183d8 (patch) | |
tree | 5f56067c1b89f9dc05dfe67a4b4f89598ddd3131 /dev-db | |
parent | Old. (diff) | |
download | gentoo-2-69e68b69c01917a657b7417f40ac51c9c80183d8.tar.gz gentoo-2-69e68b69c01917a657b7417f40ac51c9c80183d8.tar.bz2 gentoo-2-69e68b69c01917a657b7417f40ac51c9c80183d8.zip |
Old.
(Portage version: 2.1.5)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/qt-unixODBC/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/qt-unixODBC/qt-unixODBC-3.3.4-r1.ebuild | 61 |
2 files changed, 5 insertions, 62 deletions
diff --git a/dev-db/qt-unixODBC/ChangeLog b/dev-db/qt-unixODBC/ChangeLog index c4dea388b139..7809a6d77ee6 100644 --- a/dev-db/qt-unixODBC/ChangeLog +++ b/dev-db/qt-unixODBC/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/qt-unixODBC # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.37 2008/03/27 07:59:09 zlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.38 2008/05/21 16:52:30 ingmar Exp $ + + 21 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -qt-unixODBC-3.3.4-r1.ebuild: + Old. 27 Mar 2008; Bo Ørsted Andresen <zlin@gentoo.org> qt-unixODBC-3.3.8.ebuild: diff --git a/dev-db/qt-unixODBC/qt-unixODBC-3.3.4-r1.ebuild b/dev-db/qt-unixODBC/qt-unixODBC-3.3.4-r1.ebuild deleted file mode 100644 index 93aa862b9df9..000000000000 --- a/dev-db/qt-unixODBC/qt-unixODBC-3.3.4-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.4-r1.ebuild,v 1.10 2008/03/13 17:02:35 ricmm Exp $ - -inherit eutils - -SRCTYPE="free" -DESCRIPTION="QT version ${PV}" -HOMEPAGE="http://www.trolltech.com/" -SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2" -IUSE="" -LICENSE="|| ( QPL-1.0 GPL-2 )" -SLOT="3" -KEYWORDS="amd64 ~mips x86" - -DEPEND="~x11-libs/qt-$PV - dev-db/unixODBC" - -S=${WORKDIR}/qt-x11-${SRCTYPE}-${PV} - -QTBASE=/usr/qt/3 -export QTDIR=${S} -export PLATFORM=linux-g++ - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/qt-no-rpath.patch - - cp configure configure.orig - sed -e 's:read acceptance:acceptance=yes:' configure.orig > configure -} - -src_compile() { - export QTDIR=${S} - export SYSCONF=${D}${QTBASE}/etc/settings - - # Let's just allow writing to these directories during Qt emerge - # as it makes Qt much happier. - addwrite "${QTBASE}/etc/settings" - addwrite "$HOME/.qt" - - export YACC='byacc -d' - - ./configure -sm -thread -stl -system-libjpeg -verbose -largefile \ - -qt-imgfmt-{jpeg,mng,png} -tablet -system-libmng \ - -system-libpng -lpthread -xft -platform ${PLATFORM} -xplatform \ - ${PLATFORM} -xrender -prefix ${QTBASE} -fast ${myconf} \ - -dlopen-opengl -plugin-sql-odbc -L${QTBASE}/lib || die - - export QTDIR=${S} - - cd $S/plugins/src/sqldrivers/odbc - emake || die -} - -src_install() { - mkdir -p $D/$QTBASE/plugins/sqldrivers - cp $S/plugins/sqldrivers/libqsqlodbc.so $D/$QTBASE/plugins/sqldrivers/ || die -} |