diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2002-07-19 05:22:10 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2002-07-19 05:22:10 +0000 |
commit | 02431be4ae4f51728c8a19e2cd06f58d4eeae14b (patch) | |
tree | 67272ebf7aef928d32b377dd577add769c194e3a /dev-python/PyQt | |
parent | initial release, waits for ppc testing (diff) | |
download | gentoo-2-02431be4ae4f51728c8a19e2cd06f58d4eeae14b.tar.gz gentoo-2-02431be4ae4f51728c8a19e2cd06f58d4eeae14b.tar.bz2 gentoo-2-02431be4ae4f51728c8a19e2cd06f58d4eeae14b.zip |
fixed a doc location problem in the 3.2.4 ebuild. There is also a license question. See ebuild.
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/PyQt-3.2.4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/PyQt/PyQt-3.2.4.ebuild b/dev-python/PyQt/PyQt-3.2.4.ebuild index fa187d98c10c..0e7838f11d35 100644 --- a/dev-python/PyQt/PyQt-3.2.4.ebuild +++ b/dev-python/PyQt/PyQt-3.2.4.ebuild @@ -1,19 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.2.4.ebuild,v 1.1 2002/07/05 00:16:14 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.2.4.ebuild,v 1.2 2002/07/19 05:22:10 chadh Exp $ S="${WORKDIR}/PyQt-3.2.4" DESCRIPTION="PyQt is a set of Python bindings for the Qt Toolkit( VERSION 3.x ONLY!!)." SRC_URI="http://www.riverbankcomputing.co.uk/download/PyQt/PyQt-3.2.4-Qt-3.0.4-X11.tar.gz" HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" +LICENSE="" # just says "based on MIT/X license ??? SLOT="0" +KEYWORDS="x86" DEPEND="virtual/glibc sys-devel/libtool >=x11-libs/qt-3.0.4.1 >=dev-lang/python-2.2 =dev-python/sip-3.2.4" +RDEPEND="${DEPEND}" src_compile() { @@ -26,7 +29,7 @@ src_compile() { ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ - --with-doc-install=/usr/share/doc \ + --with-doc-install=/usr/share/doc/${PF} \ --with-qt-dir=/usr/qt/3 \ --with-qt-includes=/usr/qt/3/include \ --with-qt-libraries=/usr/qt/3/lib \ |