diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-07-31 03:15:09 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-07-31 03:15:09 +0000 |
commit | 43ff1ff2f1016e70de83cf44b18804c975be5cd3 (patch) | |
tree | e779a9a54a8da693d80edcd7c5d6ad6b670274c7 /dev-python/PyQt/files | |
parent | Version bump (diff) | |
download | gentoo-2-43ff1ff2f1016e70de83cf44b18804c975be5cd3.tar.gz gentoo-2-43ff1ff2f1016e70de83cf44b18804c975be5cd3.tar.bz2 gentoo-2-43ff1ff2f1016e70de83cf44b18804c975be5cd3.zip |
Version bump
Diffstat (limited to 'dev-python/PyQt/files')
-rw-r--r-- | dev-python/PyQt/files/digest-PyQt-3.7 | 1 | ||||
-rw-r--r-- | dev-python/PyQt/files/license-3.7.diff | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/PyQt/files/digest-PyQt-3.7 b/dev-python/PyQt/files/digest-PyQt-3.7 new file mode 100644 index 000000000000..dd9279956741 --- /dev/null +++ b/dev-python/PyQt/files/digest-PyQt-3.7 @@ -0,0 +1 @@ +MD5 f782882fc770e6b1dc97054fe73fafee PyQt-x11-gpl-3.7.tar.gz 728162 diff --git a/dev-python/PyQt/files/license-3.7.diff b/dev-python/PyQt/files/license-3.7.diff new file mode 100644 index 000000000000..3d350d29ff2b --- /dev/null +++ b/dev-python/PyQt/files/license-3.7.diff @@ -0,0 +1,34 @@ +--- 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": |