diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-12-14 00:06:55 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-12-14 00:06:55 +0000 |
commit | e7f496914a131e275bf9c446e86d200aa50e0bac (patch) | |
tree | 6d120eb053deee658f12674e2791f01b664b0849 /dev-python/PyQt/files | |
parent | bah, log all changes (diff) | |
download | historical-e7f496914a131e275bf9c446e86d200aa50e0bac.tar.gz historical-e7f496914a131e275bf9c446e86d200aa50e0bac.tar.bz2 historical-e7f496914a131e275bf9c446e86d200aa50e0bac.zip |
new version
Diffstat (limited to 'dev-python/PyQt/files')
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.3.2 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.5 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/license-3.5.diff | 34 |
3 files changed, 35 insertions, 1 deletions
diff --git a/dev-python/PyQt/files/digest-PyQt-3.3.2 b/dev-python/PyQt/files/digest-PyQt-3.3.2 deleted file mode 100644 index 6b7f8102e16f..000000000000 --- a/dev-python/PyQt/files/digest-PyQt-3.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 23a8975024f2b8f6e349c28075bd0a65 PyQt-snapshot-20020722.tar.gz 570991 diff --git a/dev-python/PyQt/files/digest-PyQt-3.5 b/dev-python/PyQt/files/digest-PyQt-3.5 new file mode 100644 index 000000000000..e681c54a20ce --- /dev/null +++ b/dev-python/PyQt/files/digest-PyQt-3.5 @@ -0,0 +1 @@ +MD5 3145f56f187d98147de20360b990da01 PyQt-x11-gpl-3.5.tar.gz 654406 diff --git a/dev-python/PyQt/files/license-3.5.diff b/dev-python/PyQt/files/license-3.5.diff new file mode 100644 index 000000000000..82d3106b7212 --- /dev/null +++ b/dev-python/PyQt/files/license-3.5.diff @@ -0,0 +1,34 @@ +--- 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": |