Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/unshield/files: unshield-0.5-amd64.patch unshield-gcc-3.4.patch
Date: Sun, 27 Feb 2011 10:13:19
Message-Id: 20110227101309.AECB720057@flycatcher.gentoo.org
1 ssuominen 11/02/27 10:13:09
2
3 Modified: unshield-0.5-amd64.patch
4 Removed: unshield-gcc-3.4.patch
5 Log:
6 clean up, take maintainership
7
8 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 app-arch/unshield/files/unshield-0.5-amd64.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unshield/files/unshield-0.5-amd64.patch?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unshield/files/unshield-0.5-amd64.patch?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unshield/files/unshield-0.5-amd64.patch?r1=1.1&r2=1.2
16
17 Index: unshield-0.5-amd64.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-arch/unshield/files/unshield-0.5-amd64.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- unshield-0.5-amd64.patch 5 Feb 2007 00:57:47 -0000 1.1
24 +++ unshield-0.5-amd64.patch 27 Feb 2011 10:13:09 -0000 1.2
25 @@ -1,6 +1,5 @@
26 -diff -u unshield-0.5.orig/lib/md5/global.h unshield-0.5/lib/md5/global.h
27 ---- unshield-0.5.orig/lib/md5/global.h 2006-09-26 18:19:28.000000000 -0400
28 -+++ unshield-0.5/lib/md5/global.h 2006-09-26 18:17:04.000000000 -0400
29 +--- lib/md5/global.h
30 ++++ lib/md5/global.h
31 @@ -17,7 +17,7 @@
32 typedef unsigned short int UINT2;
33
34 @@ -10,9 +9,8 @@
35
36 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
37 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
38 -diff -u unshield-0.5.orig/lib/md5/md5c.c unshield-0.5/lib/md5/md5c.c
39 ---- unshield-0.5.orig/lib/md5/md5c.c 2006-09-26 18:19:28.000000000 -0400
40 -+++ unshield-0.5/lib/md5/md5c.c 2006-09-26 18:18:11.000000000 -0400
41 +--- lib/md5/md5c.c
42 ++++ lib/md5/md5c.c
43 @@ -68,7 +68,7 @@
44
45 /* ROTATE_LEFT rotates x left n bits.