summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files')
-rw-r--r--dev-lang/python/files/digest-python-2.2.2-r11
-rw-r--r--dev-lang/python/files/digest-python-2.2.3-r21
-rw-r--r--dev-lang/python/files/digest-python-2.2.3-r31
-rw-r--r--dev-lang/python/files/digest-python-2.2.3-r41
-rw-r--r--dev-lang/python/files/digest-python-2.3.21
-rw-r--r--dev-lang/python/files/python-updater16
6 files changed, 16 insertions, 5 deletions
diff --git a/dev-lang/python/files/digest-python-2.2.2-r1 b/dev-lang/python/files/digest-python-2.2.2-r1
deleted file mode 100644
index 39bd384a93cf..000000000000
--- a/dev-lang/python/files/digest-python-2.2.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1c1067396e5aa0299978486eb5bd1a5c Python-2.2.2.tgz 6669400
diff --git a/dev-lang/python/files/digest-python-2.2.3-r2 b/dev-lang/python/files/digest-python-2.2.3-r2
deleted file mode 100644
index 283c3d783859..000000000000
--- a/dev-lang/python/files/digest-python-2.2.3-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 169f89f318e252dac0c54dd1b165d229 Python-2.2.3.tgz 6709556
diff --git a/dev-lang/python/files/digest-python-2.2.3-r3 b/dev-lang/python/files/digest-python-2.2.3-r3
deleted file mode 100644
index 283c3d783859..000000000000
--- a/dev-lang/python/files/digest-python-2.2.3-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 169f89f318e252dac0c54dd1b165d229 Python-2.2.3.tgz 6709556
diff --git a/dev-lang/python/files/digest-python-2.2.3-r4 b/dev-lang/python/files/digest-python-2.2.3-r4
deleted file mode 100644
index 283c3d783859..000000000000
--- a/dev-lang/python/files/digest-python-2.2.3-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 169f89f318e252dac0c54dd1b165d229 Python-2.2.3.tgz 6709556
diff --git a/dev-lang/python/files/digest-python-2.3.2 b/dev-lang/python/files/digest-python-2.3.2
deleted file mode 100644
index 416c04df6929..000000000000
--- a/dev-lang/python/files/digest-python-2.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f54d7a529d444994b4b33429bbb45479 Python-2.3.2.tgz 8459427
diff --git a/dev-lang/python/files/python-updater b/dev-lang/python/files/python-updater
index 0f55929ce0aa..d0e2e8842820 100644
--- a/dev-lang/python/files/python-updater
+++ b/dev-lang/python/files/python-updater
@@ -71,6 +71,22 @@ elog() {
}
+#
+# Sanity check
+#
+
+if [ -z "${PORTDIR}" ]; then
+ eerror "Unable to proceed. Can not find PORTDIR. Make sure the command:"
+ eerror " "
+ eerror " portageq portdir"
+ eerror " "
+ eerror "returns a value. If it doesn't, make sure you have updated to"
+ eerror "latest portage version."
+ eerror " "
+ eerror "Report bugs to http://bugs.gentoo.org/"
+ exit 1
+fi
+
#
#