diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-06-23 16:29:25 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-06-23 16:29:25 +0000 |
commit | 8354730cca836f14c300dd968f58692162233c41 (patch) | |
tree | c1d335ed1db70fd78e986e4618003ed9a67c4589 /dev-python/sip/files | |
parent | stable on ppc, removed older versions (Manifest recommit) (diff) | |
download | gentoo-2-8354730cca836f14c300dd968f58692162233c41.tar.gz gentoo-2-8354730cca836f14c300dd968f58692162233c41.tar.bz2 gentoo-2-8354730cca836f14c300dd968f58692162233c41.zip |
version bump, QA
Diffstat (limited to 'dev-python/sip/files')
-rw-r--r-- | dev-python/sip/files/digest-sip-3.5 | 1 | ||||
-rw-r--r-- | dev-python/sip/files/digest-sip-4.0 | 1 | ||||
-rw-r--r-- | dev-python/sip/files/digest-sip-4.0_rc2 | 1 | ||||
-rw-r--r-- | dev-python/sip/files/license-3.5.diff | 34 |
4 files changed, 1 insertions, 36 deletions
diff --git a/dev-python/sip/files/digest-sip-3.5 b/dev-python/sip/files/digest-sip-3.5 deleted file mode 100644 index e862cb144265..000000000000 --- a/dev-python/sip/files/digest-sip-3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 5a3a598a25316aa947b79703678b18b5 sip-x11-gpl-3.5.tar.gz 163057 diff --git a/dev-python/sip/files/digest-sip-4.0 b/dev-python/sip/files/digest-sip-4.0 new file mode 100644 index 000000000000..2525c3896456 --- /dev/null +++ b/dev-python/sip/files/digest-sip-4.0 @@ -0,0 +1 @@ +MD5 fa2128671442b61e0b9d8e0a92783c5f sip-4.0.tar.gz 289213 diff --git a/dev-python/sip/files/digest-sip-4.0_rc2 b/dev-python/sip/files/digest-sip-4.0_rc2 deleted file mode 100644 index f47ca6bc8111..000000000000 --- a/dev-python/sip/files/digest-sip-4.0_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 564fcaf7be8b86b01a9e50f68f2aea6a sip-4.0rc2.tar.gz 227211 diff --git a/dev-python/sip/files/license-3.5.diff b/dev-python/sip/files/license-3.5.diff deleted file mode 100644 index 96ec57b9bce2..000000000000 --- a/dev-python/sip/files/license-3.5.diff +++ /dev/null @@ -1,34 +0,0 @@ ---- sip-x11-gpl-3.5/build.py 2002-12-13 23:40:01.000000000 +0100 -+++ sip-x11-gpl-3.5/build.py 2002-12-13 23:41:00.000000000 +0100 -@@ -540,31 +540,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 = 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 SIP 3.5 for Python %s on %s." % (licType,pyFullVers,sys.platform)) - - # We can't be sure that we can run programs under Windows (because it might |