Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/an/files: an_0.95-3.diff an-0.95-make.patch
Date: Tue, 25 Jan 2011 02:51:14
Message-Id: 20110125025059.16B3C2005C@flycatcher.gentoo.org
1 jer 11/01/25 02:50:59
2
3 Modified: an_0.95-3.diff an-0.95-make.patch
4 Log:
5 Clean up patches. Fix phases, remove ebegin/eend, make sed die().
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 app-text/an/files/an_0.95-3.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/files/an_0.95-3.diff?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/files/an_0.95-3.diff?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/files/an_0.95-3.diff?r1=1.1&r2=1.2
15
16 Index: an_0.95-3.diff
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/an/files/an_0.95-3.diff,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- an_0.95-3.diff 18 Dec 2005 00:31:43 -0000 1.1
23 +++ an_0.95-3.diff 25 Jan 2011 02:50:58 -0000 1.2
24 @@ -1,5 +1,5 @@
25 ---- an-0.95.orig/an.c
26 -+++ an-0.95/an.c
27 +--- a/an-0.95/an.c
28 ++++ b/an-0.95/an.c
29 @@ -863,7 +863,7 @@
30
31 /* If letter is punctuation go to next letter */
32 @@ -138,8 +138,8 @@
33 continue;
34
35 /* Add 1 to LENGTH */
36 ---- an-0.95.orig/Makefile
37 -+++ an-0.95/Makefile
38 +--- a/an-0.95/Makefile
39 ++++ b/an-0.95/Makefile
40 @@ -34,7 +34,8 @@
41
42 #DEFS=-DFORCE_ANSI
43 @@ -168,8 +168,8 @@
44
45 install: $(BIN) $(INSTALLDIR)/$(BIN) $(MANDIR)/$(MAN)
46
47 ---- an-0.95.orig/an.6
48 -+++ an-0.95/an.6
49 +--- a/an-0.95/an.6
50 ++++ b/an-0.95/an.6
51 @@ -1,5 +1,4 @@
52 -.\" "%W% %G%"
53 -.TH AN\ 0.93 6
54 @@ -197,8 +197,8 @@
55 -
56 -
57 -
58 ---- an-0.95.orig/COPYRIGHT
59 -+++ an-0.95/COPYRIGHT
60 +--- a/an-0.95/COPYRIGHT
61 ++++ b/an-0.95/COPYRIGHT
62 @@ -1,7 +1,7 @@
63 an v0.94 - Anagram generator
64 Copyright (C) 1996 Free Software Foundation.
65 @@ -208,8 +208,8 @@
66
67 This program is free software; you can redistribute it and/or modify
68 it under the terms of the GNU General Public License as published by
69 ---- an-0.95.orig/debian/changelog
70 -+++ an-0.95/debian/changelog
71 +--- a/an-0.95/debian/changelog
72 ++++ b/an-0.95/debian/changelog
73 @@ -1,3 +1,21 @@
74 +an (0.95-3) unstable; urgency=low
75 +
76 @@ -232,8 +232,8 @@
77 an (0.95-1) unstable; urgency=low
78
79 * Bugfixes: (Closes: #145848)
80 ---- an-0.95.orig/debian/copyright
81 -+++ an-0.95/debian/copyright
82 +--- a/an-0.95/debian/copyright
83 ++++ b/an-0.95/debian/copyright
84 @@ -2,7 +2,8 @@
85 on Mon, 13 Nov 2000 17:53:04 +0000.
86
87 @@ -253,8 +253,8 @@
88
89
90 This program is free software; you can redistribute it and/or modify
91 ---- an-0.95.orig/debian/README.Debian
92 -+++ an-0.95/debian/README.Debian
93 +--- a/an-0.95/debian/README.Debian
94 ++++ b/an-0.95/debian/README.Debian
95 @@ -4,7 +4,11 @@
96 The original author has become unreachable, so I've taken over this
97 package in his absence.
98 @@ -270,8 +270,8 @@
99 +alphabets of up to 64 letters.
100 +
101 + -- Paul Martin <pm@××××××.org>, Wed, 19 May 2004 17:17:25 +0100
102 ---- an-0.95.orig/debian/control
103 -+++ an-0.95/debian/control
104 +--- a/an-0.95/debian/control
105 ++++ b/an-0.95/debian/control
106 @@ -2,14 +2,14 @@
107 Section: games
108 Priority: optional
109 @@ -291,8 +291,8 @@
110 Generates anagrams for a phrase supplied by the user, the words used in the
111 anagram are taken from a specified dictionary which should contain one word
112 per line (default:/usr/share/dict/words). Appears to be up to 10 times
113 ---- an-0.95.orig/debian/rules
114 -+++ an-0.95/debian/rules
115 +--- a/an-0.95/debian/rules
116 ++++ b/an-0.95/debian/rules
117 @@ -5,11 +5,25 @@
118 # Uncomment this to turn on verbose mode.
119 #export DH_VERBOSE=1
120 @@ -351,7 +351,7 @@
121 # dh_installinfo
122 # dh_undocumented
123 dh_installchangelogs
124 ---- an-0.95.orig/debian/compat
125 -+++ an-0.95/debian/compat
126 +--- a/an-0.95/debian/compat
127 ++++ b/an-0.95/debian/compat
128 @@ -0,0 +1 @@
129 +4
130
131
132
133 1.2 app-text/an/files/an-0.95-make.patch
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/files/an-0.95-make.patch?rev=1.2&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/files/an-0.95-make.patch?rev=1.2&content-type=text/plain
137 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/files/an-0.95-make.patch?r1=1.1&r2=1.2
138
139 Index: an-0.95-make.patch
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/app-text/an/files/an-0.95-make.patch,v
142 retrieving revision 1.1
143 retrieving revision 1.2
144 diff -u -r1.1 -r1.2
145 --- an-0.95-make.patch 18 Mar 2009 20:02:59 -0000 1.1
146 +++ an-0.95-make.patch 25 Jan 2011 02:50:58 -0000 1.2
147 @@ -1,5 +1,5 @@
148 ---- Makefile.orig 2009-03-18 20:52:41.000000000 +0100
149 -+++ Makefile 2009-03-18 20:54:06.000000000 +0100
150 +--- a/Makefile
151 ++++ b/Makefile
152 @@ -27,14 +27,14 @@
153
154
155 @@ -17,8 +17,8 @@
156 CINCLUDES=-I $(LIBDIR) $(DEFS)
157
158 # Nothing should need changing below here
159 ---- lib/Makefile.orig 2009-03-18 20:52:41.000000000 +0100
160 -+++ lib/Makefile 2009-03-18 20:53:37.000000000 +0100
161 +--- a/lib/Makefile
162 ++++ b/lib/Makefile
163 @@ -22,7 +22,7 @@
164 #Note may need to change this for your system, the only reason this Makefile
165 #exists is because the non-gnu make on suns is brain dead.