Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/ds9/files: ds9-5.2-Makefile.patch
Date: Sun, 20 Apr 2008 08:40:32
Message-Id: E1JnV66-0001Zc-9Z@stork.gentoo.org
1 bicatali 08/04/20 08:40:30
2
3 Modified: ds9-5.2-Makefile.patch
4 Log:
5 More forced strip removing
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.2 sci-astronomy/ds9/files/ds9-5.2-Makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/files/ds9-5.2-Makefile.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/files/ds9-5.2-Makefile.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/ds9/files/ds9-5.2-Makefile.patch?r1=1.1&r2=1.2
14
15 Index: ds9-5.2-Makefile.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/ds9/files/ds9-5.2-Makefile.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ds9-5.2-Makefile.patch 16 Apr 2008 16:13:55 -0000 1.1
22 +++ ds9-5.2-Makefile.patch 20 Apr 2008 08:40:29 -0000 1.2
23 @@ -37,3 +37,13 @@
24
25 iis : FORCE
26 @echo "Installing IIS..."
27 +--- ds9/Makefile.orig 2008-04-17 15:47:39.189030792 +0000
28 ++++ ds9/Makefile 2008-04-17 15:47:51.873753654 +0000
29 +@@ -152,7 +152,6 @@
30 + ds9 : null.zip ds9Base $(FILES)
31 + $(RM) $@
32 + cp ds9Base ds9.zip
33 +- $(STRIP) ds9.zip
34 + cat null.zip >> ds9.zip
35 + cd zipdir; zip -rA9 ../ds9.zip *
36 + mv ds9.zip ds9
37
38
39
40 --
41 gentoo-commits@l.g.o mailing list