diff options
author | Dan Armak <danarmak@gentoo.org> | 2003-02-17 17:39:39 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2003-02-17 17:39:39 +0000 |
commit | 58c28df849ece03f60c7dc0ef721b3bb12b71c30 (patch) | |
tree | f94fe30f5c2e4ca4f57f3cd78a94a7abc3c74ad8 /dev-python | |
parent | mark crypto-sources moved to gentoo-sources (diff) | |
download | historical-58c28df849ece03f60c7dc0ef721b3bb12b71c30.tar.gz historical-58c28df849ece03f60c7dc0ef721b3bb12b71c30.tar.bz2 historical-58c28df849ece03f60c7dc0ef721b3bb12b71c30.zip |
install .sip files as well, they are needed for building various stuff (which isn't in portage yet). closes #10060.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 12 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.5-r1.ebuild | 48 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.5-r1 | 1 |
3 files changed, 59 insertions, 2 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index bc752902045b..76da70078e09 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-python/PyQt -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.10 2003/02/12 06:31:02 vapier Exp $ +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.11 2003/02/17 17:39:39 danarmak Exp $ + +*PyQt-3.5-r1 (17 Feb 2003) + + 17 Feb 2003; Dan Armak <danarmak@gentoo.org> ChangeLog : + + Install the .sip files as well. They are placed in /usr/share/sip/qt. .sip + files are like headers for sip-based packages, such as PyQT and PyKDE. This + closes bug #10060. *PyQt-3.5 (14 December 2002) Bart Verwilst <verwilst@gentoo.org> diff --git a/dev-python/PyQt/PyQt-3.5-r1.ebuild b/dev-python/PyQt/PyQt-3.5-r1.ebuild new file mode 100644 index 000000000000..80b2d0e1e22c --- /dev/null +++ b/dev-python/PyQt/PyQt-3.5-r1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.5-r1.ebuild,v 1.1 2003/02/17 17:39:39 danarmak Exp $ + +S="${WORKDIR}/PyQt-x11-gpl-${PV}" +DESCRIPTION="PyQt is a set of Python bindings for the QT 3.x Toolkit" +SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-${PV}.tar.gz" +HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" + +SLOT="0" +LICENSE="GPL" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" + +DEPEND="virtual/glibc + sys-devel/libtool + >=x11-libs/qt-3.0.4.1 + >=dev-lang/python-2.2.1 + =dev-python/sip-${PV}" + +src_unpack() { + + unpack PyQt-x11-gpl-${PV}.tar.gz + cd ${S} + patch -p0 < ${FILESDIR}/license-3.5.diff + +} + + +src_compile() { + dodir /usr/lib/python2.2/site-packages + dodir /usr/include/python2.2 + python build.py \ + -d ${D}/usr/lib/python2.2/site-packages \ + -e /usr/include/python2.2 \ + -b ${D}/usr/bin \ + -l qt-mt -c + make || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README.Linux NEWS LICENSE README ChangeLog THANKS + dodir /usr/share/doc/${P}/ + mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/ + # I found out this location from the redhat rpm + insinto /usr/share/sip/qt + doins ${S}/sip/* +} diff --git a/dev-python/PyQt/files/digest-PyQt-3.5-r1 b/dev-python/PyQt/files/digest-PyQt-3.5-r1 new file mode 100644 index 000000000000..e681c54a20ce --- /dev/null +++ b/dev-python/PyQt/files/digest-PyQt-3.5-r1 @@ -0,0 +1 @@ +MD5 3145f56f187d98147de20360b990da01 PyQt-x11-gpl-3.5.tar.gz 654406 |