Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/mp/files: mp-5.1.1-prll.patch
Date: Fri, 30 Jul 2010 09:23:57
Message-Id: 20100730092352.EC61D2CAD8@corvid.gentoo.org
1 jlec 10/07/30 09:23:52
2
3 Modified: mp-5.1.1-prll.patch
4 Log:
5 Do not install license
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-editors/mp/files/mp-5.1.1-prll.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/files/mp-5.1.1-prll.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/files/mp-5.1.1-prll.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/files/mp-5.1.1-prll.patch?r1=1.1&r2=1.2
14
15 Index: mp-5.1.1-prll.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/mp/files/mp-5.1.1-prll.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mp-5.1.1-prll.patch 30 Jul 2010 09:12:31 -0000 1.1
22 +++ mp-5.1.1-prll.patch 30 Jul 2010 09:23:52 -0000 1.2
23 @@ -1,7 +1,16 @@
24 diff --git a/makefile.in b/makefile.in
25 -index b1cef14..e91a0c5 100644
26 +index b1cef14..f8d2bca 100644
27 --- a/makefile.in
28 +++ b/makefile.in
29 +@@ -4,7 +4,7 @@ all: $(APPNAME) docs build-mo
30 +
31 + PROJ=mp
32 +
33 +-ADD_DOCS=AUTHORS README COPYING RELEASE_NOTES \
34 ++ADD_DOCS=AUTHORS README RELEASE_NOTES \
35 + mp_templates.sample doc/mp_function_reference.html
36 + GRUTATXT_DOCS=doc/mp_index.html doc/mp_cookbook.html doc/mp_internals.html \
37 + doc/mp_configuration.html doc/mp_data_model.html \
38 @@ -26,10 +26,10 @@ version:
39 $(CC) $(CFLAGS) -I. `cat config.cflags` -c $<