Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/texmacs/files: texmacs-1.0.7.5-strip.patch texmacs-1.0.7.3-strip.patch
Date: Wed, 28 Jul 2010 06:50:36
Message-Id: 20100728065031.509B22C5F2@corvid.gentoo.org
1 grozin 10/07/28 06:50:31
2
3 Added: texmacs-1.0.7.5-strip.patch
4 Removed: texmacs-1.0.7.3-strip.patch
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 app-office/texmacs/files/texmacs-1.0.7.5-strip.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/files/texmacs-1.0.7.5-strip.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/texmacs/files/texmacs-1.0.7.5-strip.patch?rev=1.1&content-type=text/plain
14
15 Index: texmacs-1.0.7.5-strip.patch
16 ===================================================================
17 Index: TeXmacs-1.0.7.1-src/Makefile.in
18 ===================================================================
19 --- TeXmacs-1.0.7.1-src.orig/Makefile.in
20 +++ TeXmacs-1.0.7.1-src/Makefile.in
21 @@ -130,9 +130,7 @@ INSTALL:
22 $(CP) $(tmdir)/bin/tm_gs $(DESTDIR)$(tmbin)/bin
23 $(CP) $(tmdir)/plugins/*/bin/* $(DESTDIR)$(tmbin)/bin
24 $(CP) $(tmdir)/plugins/*/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || :
25 - $(STRIP) $(DESTDIR)$(tmbin)/bin/texmacs.bin
26 $(CP) $(tmdir)/lib/*.$(so) $(DESTDIR)$(tmbin)/lib 2>/dev/null || :
27 - $(STRIP) $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || :
28 $(CHMOD) 755 $(DESTDIR)$(tmbin)/bin/*
29 $(CHMOD) 755 $(DESTDIR)$(tmbin)/lib/*.$(so) 2>/dev/null || :
30 $(RM) $(DESTDIR)$(tmbin)/lib/*.a