diff options
author | Michele Balistreri <brain@gentoo.org> | 2003-04-29 09:35:59 +0000 |
---|---|---|
committer | Michele Balistreri <brain@gentoo.org> | 2003-04-29 09:35:59 +0000 |
commit | aafd1d2212148367ecb24d19c0ef5be06c21c00c (patch) | |
tree | b571c333d2bbc4591e1e271c67987ee0b8d0df2a /dev-python/sip/files | |
parent | Version bump (diff) | |
download | historical-aafd1d2212148367ecb24d19c0ef5be06c21c00c.tar.gz historical-aafd1d2212148367ecb24d19c0ef5be06c21c00c.tar.bz2 historical-aafd1d2212148367ecb24d19c0ef5be06c21c00c.zip |
Version bump
Diffstat (limited to 'dev-python/sip/files')
-rw-r--r-- | dev-python/sip/files/digest-sip-3.6 | 1 | ||||
-rw-r--r-- | dev-python/sip/files/license-3.6.diff | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/sip/files/digest-sip-3.6 b/dev-python/sip/files/digest-sip-3.6 new file mode 100644 index 000000000000..30f99e2c5773 --- /dev/null +++ b/dev-python/sip/files/digest-sip-3.6 @@ -0,0 +1 @@ +MD5 f8593ad47f9b5edf789887b619b43a6a sip-x11-gpl-3.6.tar.gz 174084 diff --git a/dev-python/sip/files/license-3.6.diff b/dev-python/sip/files/license-3.6.diff new file mode 100644 index 000000000000..c6b8b8edff52 --- /dev/null +++ b/dev-python/sip/files/license-3.6.diff @@ -0,0 +1,34 @@ +--- build.py.orig 2003-04-26 16:51:47.000000000 +0200 ++++ build.py 2003-04-29 11:24:28.000000000 +0200 +@@ -574,31 +574,6 @@ + licType = "GPL" + licname = "GNU General Public License" + +- inform("This is the %s version of SIP 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 SIP 3.6 for Python %s on %s." % (licType,pyFullVers,sys.platform)) + + # We can't be sure that we can run programs under Windows (because it might |