Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Daniel Gryniewicz (dang)" <dang@g.o>
Subject: 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:47 +0000
dang        07/12/22 15:52:47

  Added:                usermode-utilities-20070815-nostrip.patch
                        digest-usermode-utilities-20070815
  Log:
  Bump to 20070815
  
  (Portage version: 2.1.4_rc10)

Revision  Changes    Path
1.1                  sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch?rev=1.1&view=markup
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

Index: usermode-utilities-20070815-nostrip.patch
===================================================================
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/jail/Makefile tools-20070815/jail/Makefile
--- tools-20070815.orig/jail/Makefile	2006-02-27 14:51:46.000000000 -0500
+++ tools-20070815/jail/Makefile	2007-12-22 10:43:07.000000000 -0500
@@ -11,7 +11,7 @@ $(BIN) : $(OBJS)
 
 install : $(BIN)
 	install -d $(DESTDIR)$(SBIN_DIR)
-	install -s $(BIN) $(DESTDIR)$(SBIN_DIR)
+	install $(BIN) $(DESTDIR)$(SBIN_DIR)
 
 clean :
 	rm -rf *~ $(BIN) $(OBJS) cell[0-9]* core* tty_log_cell*
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/jailtest/Makefile tools-20070815/jailtest/Makefile
--- tools-20070815.orig/jailtest/Makefile	2006-02-27 14:52:53.000000000 -0500
+++ tools-20070815/jailtest/Makefile	2007-12-22 10:43:09.000000000 -0500
@@ -14,4 +14,4 @@ clean : 
 
 install : $(BIN)
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -s $(BIN) $(DESTDIR)$(BIN_DIR)
+	install $(BIN) $(DESTDIR)$(BIN_DIR)
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/mconsole/Makefile tools-20070815/mconsole/Makefile
--- tools-20070815.orig/mconsole/Makefile	2006-02-27 15:03:01.000000000 -0500
+++ tools-20070815/mconsole/Makefile	2007-12-22 10:43:13.000000000 -0500
@@ -15,4 +15,4 @@ clean : 
 
 install : $(BIN)
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -s $(BIN) $(DESTDIR)$(BIN_DIR)
+	install $(BIN) $(DESTDIR)$(BIN_DIR)
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/moo/Makefile tools-20070815/moo/Makefile
--- tools-20070815.orig/moo/Makefile	2006-02-27 15:08:49.000000000 -0500
+++ tools-20070815/moo/Makefile	2007-12-22 10:43:17.000000000 -0500
@@ -23,4 +23,4 @@ clean : 
 
 install : $(BIN)
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -s $(BIN) $(DESTDIR)$(BIN_DIR)
+	install $(BIN) $(DESTDIR)$(BIN_DIR)
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/port-helper/Makefile tools-20070815/port-helper/Makefile
--- tools-20070815.orig/port-helper/Makefile	2006-02-27 15:18:40.000000000 -0500
+++ tools-20070815/port-helper/Makefile	2007-12-22 10:43:19.000000000 -0500
@@ -15,4 +15,4 @@ clean : 
 
 install : $(BIN)
 	install -d $(DESTDIR)$(LIB_DIR)
-	install -s $(BIN) $(DESTDIR)$(LIB_DIR)
+	install $(BIN) $(DESTDIR)$(LIB_DIR)
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/tunctl/Makefile tools-20070815/tunctl/Makefile
--- tools-20070815.orig/tunctl/Makefile	2006-02-27 15:19:52.000000000 -0500
+++ tools-20070815/tunctl/Makefile	2007-12-22 10:43:21.000000000 -0500
@@ -14,4 +14,4 @@ clean : 
 
 install : $(BIN)
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -s $(BIN) $(DESTDIR)$(BIN_DIR)
+	install $(BIN) $(DESTDIR)$(BIN_DIR)
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/umlfs/Makefile tools-20070815/umlfs/Makefile
--- tools-20070815.orig/umlfs/Makefile	2006-02-27 16:11:25.000000000 -0500
+++ tools-20070815/umlfs/Makefile	2007-12-22 10:43:24.000000000 -0500
@@ -16,4 +16,4 @@ clean : 
 
 install : $(BIN)
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -s $(BIN) $(DESTDIR)$(BIN_DIR)
+	install $(BIN) $(DESTDIR)$(BIN_DIR)
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/uml_net/Makefile tools-20070815/uml_net/Makefile
--- tools-20070815.orig/uml_net/Makefile	2006-02-27 15:19:52.000000000 -0500
+++ tools-20070815/uml_net/Makefile	2007-12-22 10:43:27.000000000 -0500
@@ -22,4 +22,4 @@ clean : 
 
 install : $(BIN)
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -s -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR)
+	install -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR)
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/uml_switch/Makefile tools-20070815/uml_switch/Makefile
--- tools-20070815.orig/uml_switch/Makefile	2006-02-27 15:20:26.000000000 -0500
+++ tools-20070815/uml_switch/Makefile	2007-12-22 10:43:29.000000000 -0500
@@ -21,4 +21,4 @@ clean : 
 
 install : $(BIN)
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -s $(BIN) $(DESTDIR)$(BIN_DIR)
+	install $(BIN) $(DESTDIR)$(BIN_DIR)
diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20070815.orig/watchdog/Makefile tools-20070815/watchdog/Makefile
--- tools-20070815.orig/watchdog/Makefile	2006-02-27 15:55:34.000000000 -0500
+++ tools-20070815/watchdog/Makefile	2007-12-22 10:43:31.000000000 -0500
@@ -14,4 +14,4 @@ clean : 
 
 install : $(BIN)
 	install -d $(DESTDIR)$(BIN_DIR)
-	install -s $(BIN) $(DESTDIR)$(BIN_DIR)
+	install $(BIN) $(DESTDIR)$(BIN_DIR)



1.1                  sys-apps/usermode-utilities/files/digest-usermode-utilities-20070815

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/files/digest-usermode-utilities-20070815?rev=1.1&view=markup
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

Index: digest-usermode-utilities-20070815
===================================================================
MD5 b0468ac8b79cef53f36f5f9517907462 uml_utilities_20070815.tar.bz2 50159
RMD160 f231ae4ebe5892a6acdd725fec446692b04dddcb uml_utilities_20070815.tar.bz2 50159
SHA256 f815f591a1c177729546969acf720958c5fd72b8d4d36bae26fdc5b64669b60e uml_utilities_20070815.tar.bz2 50159



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
Next by thread:
gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.16.11.ebuild
Previous by date:
gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
Next by date:
gentoo-x86 commit in media-gfx/enblend: ChangeLog enblend-3.0.ebuild


Updated Nov 23, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.