Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities/files: usermode-utilities-20070815-nostrip.patch digest-usermode-utilities-20070815
Date: Sat, 22 Dec 2007 15:52:54
Message-Id: E1J66ed-0006c6-Lv@stork.gentoo.org
1 dang 07/12/22 15:52:47
2
3 Added: usermode-utilities-20070815-nostrip.patch
4 digest-usermode-utilities-20070815
5 Log:
6 Bump to 20070815
7
8 (Portage version: 2.1.4_rc10)
9
10 Revision Changes Path
11 1.1 sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch?rev=1.1&content-type=text/plain
15
16 Index: usermode-utilities-20070815-nostrip.patch
17 ===================================================================
18 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/jail/Makefile tools-20070815/jail/Makefile
19 --- tools-20070815.orig/jail/Makefile 2006-02-27 14:51:46.000000000 -0500
20 +++ tools-20070815/jail/Makefile 2007-12-22 10:43:07.000000000 -0500
21 @@ -11,7 +11,7 @@ $(BIN) : $(OBJS)
22
23 install : $(BIN)
24 install -d $(DESTDIR)$(SBIN_DIR)
25 - install -s $(BIN) $(DESTDIR)$(SBIN_DIR)
26 + install $(BIN) $(DESTDIR)$(SBIN_DIR)
27
28 clean :
29 rm -rf *~ $(BIN) $(OBJS) cell[0-9]* core* tty_log_cell*
30 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/jailtest/Makefile tools-20070815/jailtest/Makefile
31 --- tools-20070815.orig/jailtest/Makefile 2006-02-27 14:52:53.000000000 -0500
32 +++ tools-20070815/jailtest/Makefile 2007-12-22 10:43:09.000000000 -0500
33 @@ -14,4 +14,4 @@ clean :
34
35 install : $(BIN)
36 install -d $(DESTDIR)$(BIN_DIR)
37 - install -s $(BIN) $(DESTDIR)$(BIN_DIR)
38 + install $(BIN) $(DESTDIR)$(BIN_DIR)
39 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/mconsole/Makefile tools-20070815/mconsole/Makefile
40 --- tools-20070815.orig/mconsole/Makefile 2006-02-27 15:03:01.000000000 -0500
41 +++ tools-20070815/mconsole/Makefile 2007-12-22 10:43:13.000000000 -0500
42 @@ -15,4 +15,4 @@ clean :
43
44 install : $(BIN)
45 install -d $(DESTDIR)$(BIN_DIR)
46 - install -s $(BIN) $(DESTDIR)$(BIN_DIR)
47 + install $(BIN) $(DESTDIR)$(BIN_DIR)
48 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/moo/Makefile tools-20070815/moo/Makefile
49 --- tools-20070815.orig/moo/Makefile 2006-02-27 15:08:49.000000000 -0500
50 +++ tools-20070815/moo/Makefile 2007-12-22 10:43:17.000000000 -0500
51 @@ -23,4 +23,4 @@ clean :
52
53 install : $(BIN)
54 install -d $(DESTDIR)$(BIN_DIR)
55 - install -s $(BIN) $(DESTDIR)$(BIN_DIR)
56 + install $(BIN) $(DESTDIR)$(BIN_DIR)
57 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/port-helper/Makefile tools-20070815/port-helper/Makefile
58 --- tools-20070815.orig/port-helper/Makefile 2006-02-27 15:18:40.000000000 -0500
59 +++ tools-20070815/port-helper/Makefile 2007-12-22 10:43:19.000000000 -0500
60 @@ -15,4 +15,4 @@ clean :
61
62 install : $(BIN)
63 install -d $(DESTDIR)$(LIB_DIR)
64 - install -s $(BIN) $(DESTDIR)$(LIB_DIR)
65 + install $(BIN) $(DESTDIR)$(LIB_DIR)
66 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/tunctl/Makefile tools-20070815/tunctl/Makefile
67 --- tools-20070815.orig/tunctl/Makefile 2006-02-27 15:19:52.000000000 -0500
68 +++ tools-20070815/tunctl/Makefile 2007-12-22 10:43:21.000000000 -0500
69 @@ -14,4 +14,4 @@ clean :
70
71 install : $(BIN)
72 install -d $(DESTDIR)$(BIN_DIR)
73 - install -s $(BIN) $(DESTDIR)$(BIN_DIR)
74 + install $(BIN) $(DESTDIR)$(BIN_DIR)
75 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/umlfs/Makefile tools-20070815/umlfs/Makefile
76 --- tools-20070815.orig/umlfs/Makefile 2006-02-27 16:11:25.000000000 -0500
77 +++ tools-20070815/umlfs/Makefile 2007-12-22 10:43:24.000000000 -0500
78 @@ -16,4 +16,4 @@ clean :
79
80 install : $(BIN)
81 install -d $(DESTDIR)$(BIN_DIR)
82 - install -s $(BIN) $(DESTDIR)$(BIN_DIR)
83 + install $(BIN) $(DESTDIR)$(BIN_DIR)
84 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/uml_net/Makefile tools-20070815/uml_net/Makefile
85 --- tools-20070815.orig/uml_net/Makefile 2006-02-27 15:19:52.000000000 -0500
86 +++ tools-20070815/uml_net/Makefile 2007-12-22 10:43:27.000000000 -0500
87 @@ -22,4 +22,4 @@ clean :
88
89 install : $(BIN)
90 install -d $(DESTDIR)$(BIN_DIR)
91 - install -s -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR)
92 + install -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR)
93 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/uml_switch/Makefile tools-20070815/uml_switch/Makefile
94 --- tools-20070815.orig/uml_switch/Makefile 2006-02-27 15:20:26.000000000 -0500
95 +++ tools-20070815/uml_switch/Makefile 2007-12-22 10:43:29.000000000 -0500
96 @@ -21,4 +21,4 @@ clean :
97
98 install : $(BIN)
99 install -d $(DESTDIR)$(BIN_DIR)
100 - install -s $(BIN) $(DESTDIR)$(BIN_DIR)
101 + install $(BIN) $(DESTDIR)$(BIN_DIR)
102 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/watchdog/Makefile tools-20070815/watchdog/Makefile
103 --- tools-20070815.orig/watchdog/Makefile 2006-02-27 15:55:34.000000000 -0500
104 +++ tools-20070815/watchdog/Makefile 2007-12-22 10:43:31.000000000 -0500
105 @@ -14,4 +14,4 @@ clean :
106
107 install : $(BIN)
108 install -d $(DESTDIR)$(BIN_DIR)
109 - install -s $(BIN) $(DESTDIR)$(BIN_DIR)
110 + install $(BIN) $(DESTDIR)$(BIN_DIR)
111
112
113
114 1.1 sys-apps/usermode-utilities/files/digest-usermode-utilities-20070815
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/files/digest-usermode-utilities-20070815?rev=1.1&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/files/digest-usermode-utilities-20070815?rev=1.1&content-type=text/plain
118
119 Index: digest-usermode-utilities-20070815
120 ===================================================================
121 MD5 b0468ac8b79cef53f36f5f9517907462 uml_utilities_20070815.tar.bz2 50159
122 RMD160 f231ae4ebe5892a6acdd725fec446692b04dddcb uml_utilities_20070815.tar.bz2 50159
123 SHA256 f815f591a1c177729546969acf720958c5fd72b8d4d36bae26fdc5b64669b60e uml_utilities_20070815.tar.bz2 50159
124
125
126
127 --
128 gentoo-commits@g.o mailing list