old patch removed
authorRainer Groesslinger <scandium@gentoo.org>
Mon, 13 Oct 2003 18:42:15 +0000 (18:42 +0000)
committerRainer Groesslinger <scandium@gentoo.org>
Mon, 13 Oct 2003 18:42:15 +0000 (18:42 +0000)
dev-dotnet/pnet/Manifest
dev-dotnet/pnet/files/md5hash.patch [deleted file]

index 712a4845574b47482179ad43d578f697ff0d61dd..8799039cd7b67dbe027e15a57ced24e06b7378e4 100644 (file)
@@ -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 (file)
index ef0055b..0000000
+++ /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))
-       {