diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-11-12 18:50:02 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-11-12 18:50:02 +0000 |
commit | 9035f55dd09c6e1b4709a7a34ec91cc45b458250 (patch) | |
tree | 6577d6fb57acc42f9f246a78c06584fe4b7fcee8 /dev-lang/python/files | |
parent | Fixed close stdin patch, to close 32911. (diff) | |
download | historical-9035f55dd09c6e1b4709a7a34ec91cc45b458250.tar.gz historical-9035f55dd09c6e1b4709a7a34ec91cc45b458250.tar.bz2 historical-9035f55dd09c6e1b4709a7a34ec91cc45b458250.zip |
cleanup
Diffstat (limited to 'dev-lang/python/files')
-rw-r--r-- | dev-lang/python/files/digest-python-2.2.2-r1 | 1 | ||||
-rw-r--r-- | dev-lang/python/files/digest-python-2.2.3-r2 | 1 | ||||
-rw-r--r-- | dev-lang/python/files/digest-python-2.2.3-r3 | 1 | ||||
-rw-r--r-- | dev-lang/python/files/digest-python-2.2.3-r4 | 1 | ||||
-rw-r--r-- | dev-lang/python/files/digest-python-2.3.2 | 1 | ||||
-rw-r--r-- | dev-lang/python/files/python-updater | 16 |
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 + # # |