summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2003-12-17 14:13:14 +0000
committerCaleb Tennis <caleb@gentoo.org>2003-12-17 14:13:14 +0000
commit5c31fb29e4b3fbed439736e83fe70a3d72542937 (patch)
tree5f1492c5c9c0a3ee9b5439a4fb7ffe28458bc186 /dev-python/sip/files
parentremove kde dependency - see bug #35874 (diff)
downloadgentoo-2-5c31fb29e4b3fbed439736e83fe70a3d72542937.tar.gz
gentoo-2-5c31fb29e4b3fbed439736e83fe70a3d72542937.tar.bz2
gentoo-2-5c31fb29e4b3fbed439736e83fe70a3d72542937.zip
see bug 35368 - some compile/install fixes, removed older versions
Diffstat (limited to 'dev-python/sip/files')
-rw-r--r--dev-python/sip/files/digest-sip-3.51
-rw-r--r--dev-python/sip/files/digest-sip-3.61
-rw-r--r--dev-python/sip/files/digest-sip-3.71
-rw-r--r--dev-python/sip/files/license-3.5.diff34
-rw-r--r--dev-python/sip/files/license-3.6.diff34
-rw-r--r--dev-python/sip/files/license-3.7.diff34
6 files changed, 0 insertions, 105 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-3.6 b/dev-python/sip/files/digest-sip-3.6
deleted file mode 100644
index 30f99e2c5773..000000000000
--- a/dev-python/sip/files/digest-sip-3.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f8593ad47f9b5edf789887b619b43a6a sip-x11-gpl-3.6.tar.gz 174084
diff --git a/dev-python/sip/files/digest-sip-3.7 b/dev-python/sip/files/digest-sip-3.7
deleted file mode 100644
index 4ceab0e0d3ce..000000000000
--- a/dev-python/sip/files/digest-sip-3.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f186952fe88097caa3b25503e3583ce7 sip-x11-gpl-3.7.tar.gz 178716
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
diff --git a/dev-python/sip/files/license-3.6.diff b/dev-python/sip/files/license-3.6.diff
deleted file mode 100644
index c6b8b8edff52..000000000000
--- a/dev-python/sip/files/license-3.6.diff
+++ /dev/null
@@ -1,34 +0,0 @@
---- 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
diff --git a/dev-python/sip/files/license-3.7.diff b/dev-python/sip/files/license-3.7.diff
deleted file mode 100644
index 5fba51163375..000000000000
--- a/dev-python/sip/files/license-3.7.diff
+++ /dev/null
@@ -1,34 +0,0 @@
---- build.py.orig 2003-07-30 22:07:12.000000000 +0000
-+++ build.py 2003-07-30 22:07:57.000000000 +0000
-@@ -675,31 +675,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")
--
- proPatches["@BLX_SIP_LICENSE@"] = licType
-
- inform("Building the %s version of SIP 3.7 for Python %s on %s." % (licType,pyFullVers,sys.platform))