Gentoo Archives: gentoo-commits

From: "Serkan Kaba (serkan)" <serkan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/randomguid/files: 1.2.1-examples-package.patch
Date: Thu, 25 Sep 2008 21:12:23
Message-Id: E1Kiy84-0003Eo-A6@stork.gentoo.org
1 serkan 08/09/25 21:12:04
2
3 Modified: 1.2.1-examples-package.patch
4 Log:
5 Update patch to make it work for new epatch behavior. Fixed quoting. Added necessary calls to die.
6 (Portage version: 2.2_rc9/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.2 dev-java/randomguid/files/1.2.1-examples-package.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/randomguid/files/1.2.1-examples-package.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/randomguid/files/1.2.1-examples-package.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/randomguid/files/1.2.1-examples-package.patch?r1=1.1&r2=1.2
14
15 Index: 1.2.1-examples-package.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/randomguid/files/1.2.1-examples-package.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 1.2.1-examples-package.patch 27 Aug 2007 15:52:29 -0000 1.1
22 +++ 1.2.1-examples-package.patch 25 Sep 2008 21:12:03 -0000 1.2
23 @@ -1,5 +1,6 @@
24 ---- /usr/share/doc/randomguid-1.2.1-r1/RandomGUIDdemo.java.orig 2007-08-19 18:19:21.000000000 -0400
25 -+++ RandomGUIDdemo.java 2007-08-19 18:14:45.000000000 -0400
26 +diff -Nur RandomGUID/RandomGUIDdemo.java RandomGUID_patched/RandomGUIDdemo.java
27 +--- RandomGUID/RandomGUIDdemo.java 2002-01-30 04:19:53.000000000 +0200
28 ++++ RandomGUID_patched/RandomGUIDdemo.java 2008-09-26 00:06:43.000000000 +0300
29 @@ -4,7 +4,7 @@
30 // Generate 20 of 'em!
31 public static void main(String[] args) {