summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-04-26 19:39:01 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-04-26 19:39:01 +0000
commit45553e05aeda3bf2ae48e5a431df8a9571a7544e (patch)
tree87b090f4a2a8d37471545c3e7b2d4d4f6211e259 /dev-python
parentfix syntax error (diff)
downloadgentoo-2-45553e05aeda3bf2ae48e5a431df8a9571a7544e.tar.gz
gentoo-2-45553e05aeda3bf2ae48e5a431df8a9571a7544e.tar.bz2
gentoo-2-45553e05aeda3bf2ae48e5a431df8a9571a7544e.zip
cleanup
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyQt/Manifest7
-rw-r--r--dev-python/PyQt/PyQt-2.4.ebuild31
-rw-r--r--dev-python/PyQt/PyQt-3.4.ebuild41
-rw-r--r--dev-python/PyQt/files/digest-PyQt-2.41
-rw-r--r--dev-python/PyQt/files/digest-PyQt-3.41
5 files changed, 7 insertions, 74 deletions
diff --git a/dev-python/PyQt/Manifest b/dev-python/PyQt/Manifest
new file mode 100644
index 000000000000..7972ea688382
--- /dev/null
+++ b/dev-python/PyQt/Manifest
@@ -0,0 +1,7 @@
+MD5 44eb7dbfe57434fb51f55a032492fdb8 ChangeLog 2067
+MD5 fbcf9e940591872c0e217613db07a2d9 PyQt-3.5.ebuild 1179
+MD5 391f28d02fadbc5276d09fec5c28798c PyQt-3.5-r1.ebuild 1377
+MD5 cfa5b5c9a44fc587bc3937b2d1335bb9 files/digest-PyQt-3.5 68
+MD5 ac2fc9d166ddfb0637781545e6d168c0 files/license-3.5.diff 972
+MD5 cfa5b5c9a44fc587bc3937b2d1335bb9 files/digest-PyQt-3.5-r1 68
+MD5 94164eef52f16b805d3c252c02100d11 files/qt3.1.2-compilation-fix-3.5.diff 2151
diff --git a/dev-python/PyQt/PyQt-2.4.ebuild b/dev-python/PyQt/PyQt-2.4.ebuild
deleted file mode 100644
index 6ed9a7bfc61f..000000000000
--- a/dev-python/PyQt/PyQt-2.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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-2.4.ebuild,v 1.16 2003/04/23 15:17:14 vapier Exp $
-
-DESCRIPTION="set of Python bindings for the Qt Toolkit"
-SRC_URI="http://www.river-bank.demon.co.uk/software/${P}.tar.gz"
-HOMEPAGE="http://www.thekompany.com/projects/pykde/"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="x86 sparc alpha"
-
-DEPEND="=x11-libs/qt-2*
- =dev-python/sip-2.4
- virtual/python"
-
-src_compile() {
- ./configure --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-doc-install=/usr/share/doc \
- --with-qt-dir=/usr/qt/2
- assert
-
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- make DESTDIR=${D} install-doc || die
-}
diff --git a/dev-python/PyQt/PyQt-3.4.ebuild b/dev-python/PyQt/PyQt-3.4.ebuild
deleted file mode 100644
index 472dfb6f6745..000000000000
--- a/dev-python/PyQt/PyQt-3.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.4.ebuild,v 1.8 2003/04/23 15:17:14 vapier Exp $
-
-S="${WORKDIR}/PyQt-x11-gpl-${PV}"
-DESCRIPTION="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="MIT"
-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-3.4"
-
-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
- make DESTDIR=${D} install-eric || die
- dodoc README.Linux NEWS LICENSE README ChangeLog THANKS
- echo "#!/bin/sh" > ${D}/usr/bin/eric
- echo " " >> ${D}/usr/bin/eric
- echo "exec python /usr/lib/python2.2/site-packages/eric/eric.py $*" >> ${D}/usr/bin/eric
- chmod +x ${D}/usr/bin/eric
- dodir /usr/share/doc/${P}/
- mv ${D}/usr/share/doc/* ${D}/usr/share/doc/${P}/
-}
diff --git a/dev-python/PyQt/files/digest-PyQt-2.4 b/dev-python/PyQt/files/digest-PyQt-2.4
deleted file mode 100644
index ed0201648746..000000000000
--- a/dev-python/PyQt/files/digest-PyQt-2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fd0d89874f66f6190421839188aff02f PyQt-2.4.tar.gz 2553774
diff --git a/dev-python/PyQt/files/digest-PyQt-3.4 b/dev-python/PyQt/files/digest-PyQt-3.4
deleted file mode 100644
index cc7e76cb280a..000000000000
--- a/dev-python/PyQt/files/digest-PyQt-3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1a61c55ad716f20f52883740c578c352 PyQt-x11-gpl-3.4.tar.gz 711859