diff options
author | 2006-08-10 05:44:47 +0000 | |
---|---|---|
committer | 2006-08-10 05:44:47 +0000 | |
commit | 7f9e1a6412a6a394daadee7b1c0ed3a863d839dd (patch) | |
tree | ac59619af18fce67dafed196be0c0de3302ed97a /dev-python/pyopenal/files | |
parent | clean out old versions (diff) | |
download | gentoo-2-7f9e1a6412a6a394daadee7b1c0ed3a863d839dd.tar.gz gentoo-2-7f9e1a6412a6a394daadee7b1c0ed3a863d839dd.tar.bz2 gentoo-2-7f9e1a6412a6a394daadee7b1c0ed3a863d839dd.zip |
clean out old versions
(Portage version: 2.1.1_pre4-r4)
(Unsigned Manifest commit)
Diffstat (limited to 'dev-python/pyopenal/files')
-rw-r--r-- | dev-python/pyopenal/files/digest-pyopenal-0.1.2 | 1 | ||||
-rw-r--r-- | dev-python/pyopenal/files/digest-pyopenal-0.1.3 | 1 | ||||
-rw-r--r-- | dev-python/pyopenal/files/digest-pyopenal-0.1.4 | 3 | ||||
-rw-r--r-- | dev-python/pyopenal/files/pyopenal-1.3.patch | 13 |
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); |