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/files
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/files')
-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
2 files changed, 0 insertions, 78 deletions
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.