diff options
Diffstat (limited to 'dev-python/PyQt/files')
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.5-r1 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.6 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.6-r1 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.7 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.8 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/license-3.5.diff | 34 | ||||
-rw-r--r-- | dev-python/PyQt/files/license-3.6.diff | 34 | ||||
-rw-r--r-- | dev-python/PyQt/files/license-3.7.diff | 34 | ||||
-rw-r--r-- | dev-python/PyQt/files/license-3.8.diff | 34 |
9 files changed, 0 insertions, 141 deletions
diff --git a/dev-python/PyQt/files/digest-PyQt-3.5-r1 b/dev-python/PyQt/files/digest-PyQt-3.5-r1 deleted file mode 100644 index e681c54a20ce..000000000000 --- a/dev-python/PyQt/files/digest-PyQt-3.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3145f56f187d98147de20360b990da01 PyQt-x11-gpl-3.5.tar.gz 654406 diff --git a/dev-python/PyQt/files/digest-PyQt-3.6 b/dev-python/PyQt/files/digest-PyQt-3.6 deleted file mode 100644 index 2a8a3902ef0c..000000000000 --- a/dev-python/PyQt/files/digest-PyQt-3.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 bedea8fb28940471c86699e6656452e5 PyQt-x11-gpl-3.6.tar.gz 666276 diff --git a/dev-python/PyQt/files/digest-PyQt-3.6-r1 b/dev-python/PyQt/files/digest-PyQt-3.6-r1 deleted file mode 100644 index 2a8a3902ef0c..000000000000 --- a/dev-python/PyQt/files/digest-PyQt-3.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bedea8fb28940471c86699e6656452e5 PyQt-x11-gpl-3.6.tar.gz 666276 diff --git a/dev-python/PyQt/files/digest-PyQt-3.7 b/dev-python/PyQt/files/digest-PyQt-3.7 deleted file mode 100644 index dd9279956741..000000000000 --- a/dev-python/PyQt/files/digest-PyQt-3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 f782882fc770e6b1dc97054fe73fafee PyQt-x11-gpl-3.7.tar.gz 728162 diff --git a/dev-python/PyQt/files/digest-PyQt-3.8 b/dev-python/PyQt/files/digest-PyQt-3.8 deleted file mode 100644 index bc246db61c63..000000000000 --- a/dev-python/PyQt/files/digest-PyQt-3.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 3a6da6ce9ae84183d59281980366990f PyQt-x11-gpl-3.8.tar.gz 743487 diff --git a/dev-python/PyQt/files/license-3.5.diff b/dev-python/PyQt/files/license-3.5.diff deleted file mode 100644 index 82d3106b7212..000000000000 --- a/dev-python/PyQt/files/license-3.5.diff +++ /dev/null @@ -1,34 +0,0 @@ ---- build.py.orig 2002-12-13 23:43:10.000000000 +0100 -+++ build.py 2002-12-13 23:43:23.000000000 +0100 -@@ -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": diff --git a/dev-python/PyQt/files/license-3.6.diff b/dev-python/PyQt/files/license-3.6.diff deleted file mode 100644 index 427004c485fb..000000000000 --- a/dev-python/PyQt/files/license-3.6.diff +++ /dev/null @@ -1,34 +0,0 @@ ---- build.py.orig 2003-04-26 17:28:46.000000000 +0200 -+++ build.py 2003-04-29 11:41:49.000000000 +0200 -@@ -685,31 +685,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 = string.lower(string.strip(resp)) -- -- 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.6 for Python %s on %s." % (licType,pyFullVers,sys.platform)) - - if licType != "GPL": diff --git a/dev-python/PyQt/files/license-3.7.diff b/dev-python/PyQt/files/license-3.7.diff deleted file mode 100644 index 3d350d29ff2b..000000000000 --- a/dev-python/PyQt/files/license-3.7.diff +++ /dev/null @@ -1,34 +0,0 @@ ---- build.py.orig 2003-07-30 22:12:08.000000000 +0000 -+++ build.py 2003-07-30 22:12:39.000000000 +0000 -@@ -709,31 +709,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 = string.lower(string.strip(resp)) -- -- 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.7 for Python %s on %s." % (licType,pyFullVers,sys.platform)) - - if licType != "GPL": diff --git a/dev-python/PyQt/files/license-3.8.diff b/dev-python/PyQt/files/license-3.8.diff deleted file mode 100644 index 073689d3e358..000000000000 --- a/dev-python/PyQt/files/license-3.8.diff +++ /dev/null @@ -1,34 +0,0 @@ ---- build.py.orig 2003-08-27 10:57:39.000000000 -0500 -+++ build.py 2003-08-27 10:58:15.000000000 -0500 -@@ -710,31 +710,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 = string.lower(string.strip(resp)) -- -- 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.8 for Python %s on %s." % (licType,pyFullVers,sys.platform)) - - if licType != "GPL": |