summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-06-24 08:19:43 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-06-24 08:19:43 +0000
commitb9a7355ec533d9b4b38e8a995ddb07c867f8390f (patch)
treedebacc9743daff1de07d6606b558cd120aa4f984 /dev-python/PyQt
parentFixed MAKEOPTS QA issue. Added ~amd64. (diff)
downloadhistorical-b9a7355ec533d9b4b38e8a995ddb07c867f8390f.tar.gz
historical-b9a7355ec533d9b4b38e8a995ddb07c867f8390f.tar.bz2
historical-b9a7355ec533d9b4b38e8a995ddb07c867f8390f.zip
removed ebuild
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r--dev-python/PyQt/ChangeLog6
-rw-r--r--dev-python/PyQt/Manifest11
-rw-r--r--dev-python/PyQt/PyQt-3.5.ebuild45
-rw-r--r--dev-python/PyQt/files/digest-PyQt-3.51
-rw-r--r--dev-python/PyQt/files/qt3.1.2-compilation-fix-3.5.diff77
5 files changed, 9 insertions, 131 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog
index 54caa35bf4f9..86402743a451 100644
--- a/dev-python/PyQt/ChangeLog
+++ b/dev-python/PyQt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/PyQt
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.36 2004/05/26 19:55:06 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.37 2004/06/24 08:19:43 carlo Exp $
+
+ 24 Jun 2004; Carsten Lohrke <carlo@gentoo.org>
+ -files/qt3.1.2-compilation-fix-3.5.diff, -PyQt-3.5.ebuild:
+ remove old ebuild
*PyQt-3.12 (26 May 2004)
diff --git a/dev-python/PyQt/Manifest b/dev-python/PyQt/Manifest
index 017127512a3b..7f000f9c4bb3 100644
--- a/dev-python/PyQt/Manifest
+++ b/dev-python/PyQt/Manifest
@@ -1,13 +1,10 @@
-MD5 b3bb772e8717afd934c90e9cb5e46139 PyQt-3.5.ebuild 1132
-MD5 abb26bb3abfc3a55699974583ff665d0 PyQt-3.12.ebuild 1160
-MD5 8bedd926498565a29af057c542a01c9a PyQt-3.11.ebuild 1456
-MD5 ffd396512235a1ac4e0eafcc6485dc21 PyQt-3.8.1.ebuild 1634
-MD5 e83b4b7753696fced58c0d7903299ab9 ChangeLog 4658
+MD5 25cd100ab6ed63bb7842b47c57f0133e PyQt-3.12.ebuild 1159
+MD5 1f86050b51decde4ea9afb3e2f4925bb PyQt-3.11.ebuild 1455
+MD5 ccd7f48517ace3a65ee43e79d0b4cd7d PyQt-3.8.1.ebuild 1633
+MD5 4b0beddfb261bccc79ea985728562541 ChangeLog 4788
MD5 811c07ba7510a315382249fc3adb44fc metadata.xml 175
-MD5 94164eef52f16b805d3c252c02100d11 files/qt3.1.2-compilation-fix-3.5.diff 2151
MD5 e548a5df6315f902d96d5b2d5afc2901 files/digest-PyQt-3.11 69
MD5 1ce3d5a83afb717de48efb8050e66a1a files/digest-PyQt-3.12 69
MD5 3fa2049e4d6038c8e02e2069f072cd60 files/digest-PyQt-3.8.1 70
-MD5 cfa5b5c9a44fc587bc3937b2d1335bb9 files/digest-PyQt-3.5 68
MD5 c5e3a3d6c377558ef966905f47c9c947 files/PyQt-3.8.1-qt-3.3.patch 280
MD5 7323b7d1c141a1f065cb1b8646bec695 files/license-3.8.1.diff 960
diff --git a/dev-python/PyQt/PyQt-3.5.ebuild b/dev-python/PyQt/PyQt-3.5.ebuild
deleted file mode 100644
index 7f08f32a8a4c..000000000000
--- a/dev-python/PyQt/PyQt-3.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2004 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.ebuild,v 1.10 2004/05/26 19:55:06 carlo Exp $
-
-inherit eutils
-
-S="${WORKDIR}/PyQt-x11-gpl-${PV}"
-DESCRIPTION="set of Python bindings for the QT 3.x Toolkit"
-SRC_URI="mirror://gentoo/PyQt-x11-gpl-${PV}.tar.gz"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/"
-
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-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}
- epatch ${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}/
-}
diff --git a/dev-python/PyQt/files/digest-PyQt-3.5 b/dev-python/PyQt/files/digest-PyQt-3.5
deleted file mode 100644
index e681c54a20ce..000000000000
--- a/dev-python/PyQt/files/digest-PyQt-3.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3145f56f187d98147de20360b990da01 PyQt-x11-gpl-3.5.tar.gz 654406
diff --git a/dev-python/PyQt/files/qt3.1.2-compilation-fix-3.5.diff b/dev-python/PyQt/files/qt3.1.2-compilation-fix-3.5.diff
deleted file mode 100644
index 03eff43eb5f1..000000000000
--- a/dev-python/PyQt/files/qt3.1.2-compilation-fix-3.5.diff
+++ /dev/null
@@ -1,77 +0,0 @@
---- build.py.orig 2003-04-11 23:47:44.000000000 +0200
-+++ build.py 2003-04-11 23:50:31.000000000 +0200
-@@ -646,31 +646,6 @@
- licType = "GPL"
- licname = "GNU General Public License"
-
-- inform("This is the %s version of PyQt and is licensed under the %s." % (licType,licname),0)
--
-- print
-- print "Type 'L' to view the license."
-- print "Type 'yes' to accept the terms of the license."
-- print "Type 'no' to decline the terms of the license."
-- print
--
-- while 1:
-- try:
-- resp = raw_input("Do you accept the terms of the license? ")
-- except:
-- resp = ""
--
-- resp = resp.strip().lower()
--
-- if resp == "yes":
-- break
--
-- if resp == "no":
-- sys.exit(0)
--
-- if resp == "l":
-- os.system("more LICENSE")
--
- inform("Building the %s version of PyQt 3.5 for Python %s on %s." % (licType,pyFullVers,sys.platform))
-
- if licType != "GPL":
-@@ -1382,7 +1357,8 @@
- 0x030006: "Qt_3_0_5",
- 0x030100: "Qt_3_0_6",
- 0x030101: "Qt_3_1_0",
-- 0x040000: "Qt_3_1_1"
-+ 0x030102: "Qt_3_1_1",
-+ 0x040000: "Qt_3_1_2"
- }
-
- global qtVersion
---- sip/qdatetimeedit.sip.orig 2003-04-11 16:46:14.000000000 +0200
-+++ sip/qdatetimeedit.sip 2003-04-11 17:20:03.000000000 +0200
-@@ -1,7 +1,7 @@
- // This is the SIP interface definition for QDateEdit, QDateTimeEdit and
- // QTimeEdit.
- //
--// Copyright (c) 2002
-+// Copyright (c) 2003
- // Riverbank Computing Limited <info@riverbankcomputing.co.uk>
- //
- // This file is part of PyQt.
-@@ -231,7 +231,9 @@
- protected:
- void init();
- void resizeEvent(QResizeEvent *);
-- void layoutEditors();
-+%If (- Qt_3_1_2)
-+ void layoutEditors();
-+%End
-
- protected slots:
- void newValue(const QDate &);
---- sip/versions.sip.orig 2003-04-11 16:46:29.000000000 +0200
-+++ sip/versions.sip 2003-04-11 16:46:41.000000000 +0200
-@@ -26,7 +26,7 @@
- %Timeline {Qt_1_43
- Qt_2_00 Qt_2_1_0 Qt_2_2_0 Qt_2_3_0 Qt_2_3_1
- Qt_3_0_0 Qt_3_0_1 Qt_3_0_2 Qt_3_0_4 Qt_3_0_5 Qt_3_0_6
-- Qt_3_1_0 Qt_3_1_1}
-+ Qt_3_1_0 Qt_3_1_1 Qt_3_1_2}
-
-
- // Specify the platforms.