summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-02-17 18:56:03 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-02-17 18:56:03 +0000
commit31e71a266e4839ede521eb06ce9e8e959d034227 (patch)
tree5136cbe5da8638be1e2db0bd72a615d9580f3f5c /dev-python/PyQt
parentupdate to only use glide USE flag (diff)
downloadgentoo-2-31e71a266e4839ede521eb06ce9e8e959d034227.tar.gz
gentoo-2-31e71a266e4839ede521eb06ce9e8e959d034227.tar.bz2
gentoo-2-31e71a266e4839ede521eb06ce9e8e959d034227.zip
Small fixes, not resolved
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r--dev-python/PyQt/PyQt-3.0.ebuild29
-rw-r--r--dev-python/PyQt/files/digest-PyQt-3.07
2 files changed, 24 insertions, 12 deletions
diff --git a/dev-python/PyQt/PyQt-3.0.ebuild b/dev-python/PyQt/PyQt-3.0.ebuild
index d32c385b1681..110b8f303adc 100644
--- a/dev-python/PyQt/PyQt-3.0.ebuild
+++ b/dev-python/PyQt/PyQt-3.0.ebuild
@@ -1,12 +1,16 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Bart Verwilst <verwilst@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.0.ebuild,v 1.3 2002/02/03 21:47:53 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.0.ebuild,v 1.4 2002/02/17 18:56:03 karltk Exp $
S="${WORKDIR}/PyQt-3.0"
DESCRIPTION="PyQt is a set of Python bindings for the Qt Toolkit( VERSION 3.x ONLY!!."
SRC_URI="http://www.river-bank.demon.co.uk/software/PyQt-3.0-Qt-3.0.0.tar.gz
- http://www.river-bank.demon.co.uk/software/PyQt-3.0-Qt-3.0.0-patch.1"
+ http://www.river-bank.demon.co.uk/software/PyQt-3.0-Qt-3.0.0-patch.1
+ http://www.river-bank.demon.co.uk/software/PyQt-3.0-Qt-3.0.0-patch.2
+ http://www.river-bank.demon.co.uk/software/PyQt-3.0-Qt-3.0.0-patch.3
+ http://www.river-bank.demon.co.uk/software/PyQt-3.0-Qt-3.0.0-patch.4
+ "
HOMEPAGE="http://www.thekompany.com/projects/pykde/"
DEPEND="virtual/glibc
@@ -18,19 +22,24 @@ src_unpack() {
unpack PyQt-3.0-Qt-3.0.0.tar.gz
cd ${WORKDIR}
- patch -p0 < ${DISTDIR}/PyQt-3.0-Qt-3.0.0-patch.1
+ patch -p0 < ${DISTDIR}/PyQt-3.0-Qt-3.0.0-patch.1 || die
+ patch -p0 < ${DISTDIR}/PyQt-3.0-Qt-3.0.0-patch.2 || die
+ patch -p0 < ${DISTDIR}/PyQt-3.0-Qt-3.0.0-patch.3 || die
+ patch -p0 < ${DISTDIR}/PyQt-3.0-Qt-3.0.0-patch.4 || die
cd ${S}
}
src_compile() {
- ./configure --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-doc-install=/usr/share/doc \
- --with-qt-dir=/usr/qt/3
- assert
-
+ ./configure --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --with-doc-install=/usr/share/doc \
+ --with-qt-dir=/usr/qt/3 \
+ --with-qt-includes=/usr/qt/3/include \
+ --with-qt-libraries=/usr/qt/3/lib \
+ --with-x || die
+
make || die
}
diff --git a/dev-python/PyQt/files/digest-PyQt-3.0 b/dev-python/PyQt/files/digest-PyQt-3.0
index 1bbafd9fdbdb..02ab76af3c11 100644
--- a/dev-python/PyQt/files/digest-PyQt-3.0
+++ b/dev-python/PyQt/files/digest-PyQt-3.0
@@ -1,2 +1,5 @@
-MD5 146bb111ea6bec8f16d14d1026b77759 PyQt-3.0-Qt-3.0.0-patch.1 1931
-MD5 5e227ea0b0ad132f9eafa55fb7f90ea8 PyQt-3.0-Qt-3.0.0.tar.gz 2372458
+MD5 146bb111ea6bec8f16d14d1026b77759 PyQt-3.0-Qt-3.0.0-patch.1 4096
+MD5 8be7eac9204474a85aaa15de32df52c2 PyQt-3.0-Qt-3.0.0-patch.2 4096
+MD5 e243da5f0d0f1a5c299ce66aae079b65 PyQt-3.0-Qt-3.0.0-patch.3 8192
+MD5 ddcfe9c7cf957047faa93bdb08e3f0e4 PyQt-3.0-Qt-3.0.0-patch.4 4096
+MD5 5e227ea0b0ad132f9eafa55fb7f90ea8 PyQt-3.0-Qt-3.0.0.tar.gz 2375680