summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-08-10 05:44:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-08-10 05:44:47 +0000
commitda0ebc35066e60ff66ca308a4e2187f681e2706b (patch)
treefabf3a0a99faed19bd2ebb0e1c804fd648aa4ad3 /dev-python/pyopenal/files
parentclean out old versions (diff)
downloadhistorical-da0ebc35066e60ff66ca308a4e2187f681e2706b.tar.gz
historical-da0ebc35066e60ff66ca308a4e2187f681e2706b.tar.bz2
historical-da0ebc35066e60ff66ca308a4e2187f681e2706b.zip
clean out old versions
Package-Manager: portage-2.1.1_pre4-r4
Diffstat (limited to 'dev-python/pyopenal/files')
-rw-r--r--dev-python/pyopenal/files/digest-pyopenal-0.1.21
-rw-r--r--dev-python/pyopenal/files/digest-pyopenal-0.1.31
-rw-r--r--dev-python/pyopenal/files/digest-pyopenal-0.1.43
-rw-r--r--dev-python/pyopenal/files/pyopenal-1.3.patch13
4 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/pyopenal/files/digest-pyopenal-0.1.2 b/dev-python/pyopenal/files/digest-pyopenal-0.1.2
deleted file mode 100644
index 4a879053f668..000000000000
--- a/dev-python/pyopenal/files/digest-pyopenal-0.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4778a83f9430e720789c1652d1ed1431 PyOpenAL-0.1.2.tar.gz 28949
diff --git a/dev-python/pyopenal/files/digest-pyopenal-0.1.3 b/dev-python/pyopenal/files/digest-pyopenal-0.1.3
deleted file mode 100644
index e9b30597318c..000000000000
--- a/dev-python/pyopenal/files/digest-pyopenal-0.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2357d1d9ac1e99b0588bfc14d10fd9cd PyOpenAL-0.1.3.tar.gz 29214
diff --git a/dev-python/pyopenal/files/digest-pyopenal-0.1.4 b/dev-python/pyopenal/files/digest-pyopenal-0.1.4
deleted file mode 100644
index a76192e07d9a..000000000000
--- a/dev-python/pyopenal/files/digest-pyopenal-0.1.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ac93419e170b5642f027a307cf3d5bef PyOpenAL-0.1.4.tar.gz 27724
-RMD160 d993d175d8ed0ab60f7f2c2ef36e0224bd04fdba PyOpenAL-0.1.4.tar.gz 27724
-SHA256 88b780a3cf8af93fe3299c76dbdcdc98c9d88ed32cedf823db81ffd04edf65df PyOpenAL-0.1.4.tar.gz 27724
diff --git a/dev-python/pyopenal/files/pyopenal-1.3.patch b/dev-python/pyopenal/files/pyopenal-1.3.patch
deleted file mode 100644
index 226183dcf503..000000000000
--- a/dev-python/pyopenal/files/pyopenal-1.3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- PyOpenAL-0.1.3/py_openal.c~ 2004-03-06 15:52:55.191902672 +0100
-+++ PyOpenAL-0.1.3/py_openal.c 2004-03-06 15:53:42.517708056 +0100
-@@ -2363,8 +2363,8 @@
- PyModule_AddIntConstant(m, "AL_CHANNELS", AL_CHANNELS);
- PyModule_AddIntConstant(m, "AL_SIZE", AL_SIZE);
- PyModule_AddIntConstant(m, "AL_UNUSED", AL_UNUSED);
-- PyModule_AddIntConstant(m, "AL_QUEUED", AL_QUEUED);
-- PyModule_AddIntConstant(m, "AL_CURRENT", AL_CURRENT);
-+// PyModule_AddIntConstant(m, "AL_QUEUED", AL_QUEUED);
-+// PyModule_AddIntConstant(m, "AL_CURRENT", AL_CURRENT);
- PyModule_AddIntConstant(m, "AL_NO_ERROR", AL_NO_ERROR);
- PyModule_AddIntConstant(m, "AL_INVALID_NAME", AL_INVALID_NAME);
- PyModule_AddIntConstant(m, "AL_ILLEGAL_ENUM", AL_ILLEGAL_ENUM);