Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/manedit/files: manedit-1.1.1-gentoo.patch
Date: Thu, 29 May 2008 14:01:47
Message-Id: E1K1ihK-0006gV-0i@stork.gentoo.org
1 fuzzyray 08/05/29 14:01:42
2
3 Added: manedit-1.1.1-gentoo.patch
4 Log:
5 Version bump. Removed dodoc LICENSE in all ebuilds.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.1 app-text/manedit/files/manedit-1.1.1-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/manedit/files/manedit-1.1.1-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/manedit/files/manedit-1.1.1-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: manedit-1.1.1-gentoo.patch
15 ===================================================================
16 diff -r -u manedit-0.8.1/work/manedit-0.8.1/manedit/makefile_append.ini manedit-0.8.1-fixed/work/manedit-0.8.1/manedit/makefile_append.ini
17 --- manedit-0.8.1/work/manedit-0.8.1/manedit/makefile_append.ini 2007-02-11 02:00:00.000000000 -0600
18 +++ manedit-0.8.1-fixed/work/manedit-0.8.1/manedit/makefile_append.ini 2007-02-19 15:48:46.000000000 -0600
19 @@ -39,9 +39,9 @@
20
21 manpage:
22 @echo "Generating manual page $(BIN).1.bz2"
23 - @-$(SED) 's|%%PREFIX%%|$(PREFIX)|g ; \
24 - s|%%LOCALBASE%%|${LOCALBASE}|g ; \
25 - s|%%X11BASE%%|${X11BASE}|g' $(BIN).1 > $(BIN).1.out
26 + @-$(SED) -e 's|%%PREFIX%%|$(PREFIX)|g ;' \
27 + -e 's|%%LOCALBASE%%|${LOCALBASE}|g ;' \
28 + -e 's|%%X11BASE%%|${X11BASE}|g' $(BIN).1 > $(BIN).1.out
29 @-$(BZIP2) $(BIN).1.out --stdout > $(BIN).1.bz2
30
31 modules: $(OBJ_C) $(OBJ_CPP)
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list