summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2003-10-13 18:42:15 +0000
committerRainer Groesslinger <scandium@gentoo.org>2003-10-13 18:42:15 +0000
commitd34fed7a027ef16a190c3c10bd5cdbe15a2ef619 (patch)
tree88dc487d3cb8adb66632f234d1226ade7d7b0ddc /dev-dotnet
parentmove to stable (diff)
downloadgentoo-2-d34fed7a027ef16a190c3c10bd5cdbe15a2ef619.tar.gz
gentoo-2-d34fed7a027ef16a190c3c10bd5cdbe15a2ef619.tar.bz2
gentoo-2-d34fed7a027ef16a190c3c10bd5cdbe15a2ef619.zip
old patch removed
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/pnet/Manifest5
-rw-r--r--dev-dotnet/pnet/files/md5hash.patch11
2 files changed, 2 insertions, 14 deletions
diff --git a/dev-dotnet/pnet/Manifest b/dev-dotnet/pnet/Manifest
index 712a4845574b..8799039cd7b6 100644
--- a/dev-dotnet/pnet/Manifest
+++ b/dev-dotnet/pnet/Manifest
@@ -1,5 +1,4 @@
-MD5 7ccbd60ca5312cdde8d78761f04660d0 pnet-0.5.12.ebuild 1079
-MD5 75967ef91d6948732d0411ace1c9c858 ChangeLog 1907
+MD5 7acb77254fc6beaa9fbe6dbd1a0246d2 pnet-0.5.12.ebuild 1078
+MD5 8ca66002e4b680bef62c226d033f0af4 ChangeLog 1906
MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159
MD5 f5117bd09af5c6f31ae9fa7c09104a92 files/digest-pnet-0.5.12 64
-MD5 44ade6d192850bb87b1da250eddd2cf7 files/md5hash.patch 319
diff --git a/dev-dotnet/pnet/files/md5hash.patch b/dev-dotnet/pnet/files/md5hash.patch
deleted file mode 100644
index ef0055b3b08a..000000000000
--- a/dev-dotnet/pnet/files/md5hash.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- cscc/c/c_types.c 2003/06/28 05:28:47 1.36
-+++ cscc/c/c_types.c 2003/08/11 06:55:04 1.37
-@@ -1164,7 +1164,7 @@
- if(ILType_IsPrimitive(type))
- {
- /* Hash a primitive type */
-- MD5HashAddChar(md5, ILType_ToElement(md5));
-+ MD5HashAddChar(md5, ILType_ToElement(type));
- }
- else if(ILType_IsValueType(type))
- {