diff options
author | 2003-08-27 16:00:42 +0000 | |
---|---|---|
committer | 2003-08-27 16:00:42 +0000 | |
commit | a947b68dbe3400091aede5553e8ecd87e4a82ba0 (patch) | |
tree | 900b7cb68366b48b43280a0a4c297dafdc34cd24 /dev-python/PyQt/files | |
parent | Version bump (diff) | |
download | gentoo-2-a947b68dbe3400091aede5553e8ecd87e4a82ba0.tar.gz gentoo-2-a947b68dbe3400091aede5553e8ecd87e4a82ba0.tar.bz2 gentoo-2-a947b68dbe3400091aede5553e8ecd87e4a82ba0.zip |
Version bump
Diffstat (limited to 'dev-python/PyQt/files')
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.8 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/license-3.8.diff | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/PyQt/files/digest-PyQt-3.8 b/dev-python/PyQt/files/digest-PyQt-3.8 new file mode 100644 index 000000000000..bc246db61c63 --- /dev/null +++ b/dev-python/PyQt/files/digest-PyQt-3.8 @@ -0,0 +1 @@ +MD5 3a6da6ce9ae84183d59281980366990f PyQt-x11-gpl-3.8.tar.gz 743487 diff --git a/dev-python/PyQt/files/license-3.8.diff b/dev-python/PyQt/files/license-3.8.diff new file mode 100644 index 000000000000..073689d3e358 --- /dev/null +++ b/dev-python/PyQt/files/license-3.8.diff @@ -0,0 +1,34 @@ +--- 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": |