summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-01-03 09:59:38 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-01-03 09:59:38 +0000
commit65dd331f18fbbefe6add22b8616b9dd2eb5cadfd (patch)
treeb3ce56735b2b0117310821059e4e90aba25c31f4 /dev-db/mysqlnavigator
parentremoved SLOT, installing into /usr instead of $KDEDIR (diff)
downloadgentoo-2-65dd331f18fbbefe6add22b8616b9dd2eb5cadfd.tar.gz
gentoo-2-65dd331f18fbbefe6add22b8616b9dd2eb5cadfd.tar.bz2
gentoo-2-65dd331f18fbbefe6add22b8616b9dd2eb5cadfd.zip
fixed to compile with qt-3.1, marked as stable
Diffstat (limited to 'dev-db/mysqlnavigator')
-rw-r--r--dev-db/mysqlnavigator/ChangeLog5
-rw-r--r--dev-db/mysqlnavigator/mysqlnavigator-1.4.1.ebuild11
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-db/mysqlnavigator/ChangeLog b/dev-db/mysqlnavigator/ChangeLog
index ed67fa3fe6db..01aa64f5812b 100644
--- a/dev-db/mysqlnavigator/ChangeLog
+++ b/dev-db/mysqlnavigator/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mysqlnavigator
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlnavigator/ChangeLog,v 1.1 2002/10/24 20:41:08 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlnavigator/ChangeLog,v 1.2 2003/01/03 09:59:38 hannes Exp $
+
+ 03 Jan 2003; Hannes Mehnert <hannes@gentoo.org> mysqlnavigator-1.4.1.ebuild:
+ fixed to compile with qt-3.1.x. solves #12772
*mysqlnavigator-1.4.1 (24 Oct 2002)
diff --git a/dev-db/mysqlnavigator/mysqlnavigator-1.4.1.ebuild b/dev-db/mysqlnavigator/mysqlnavigator-1.4.1.ebuild
index cf6c4c23dab4..1a0926350171 100644
--- a/dev-db/mysqlnavigator/mysqlnavigator-1.4.1.ebuild
+++ b/dev-db/mysqlnavigator/mysqlnavigator-1.4.1.ebuild
@@ -1,18 +1,23 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlnavigator/mysqlnavigator-1.4.1.ebuild,v 1.1 2002/10/24 20:41:08 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlnavigator/mysqlnavigator-1.4.1.ebuild,v 1.2 2003/01/03 09:59:38 hannes Exp $
IUSE=""
DESCRIPTION="Advanced Qt based front end to mysql"
SRC_URI="http://sql.kldp.org/snapshots/source/${P}.tar.gz"
HOMEPAGE="http://sql.kldp.org/mysql"
SLOT="0"
-LICENSE="GPL"
-KEYWORDS="~x86"
+LICENSE="GPL-2"
+KEYWORDS="x86"
DEPEND=">=dev-db/mysql-3.23.49
>=x11-libs/qt-3.0.3"
+src_unpack() {
+ unpack ${A}
+ cd ${S}/src/mysql
+ rm */*_moc.cpp
+}
src_compile() {
myconf="--with-mysql-includes=/usr/include/mysql"