summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-12-22 15:52:47 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-12-22 15:52:47 +0000
commit198683d3747486357c04b3ccc3a2dbf596f1fbfc (patch)
tree0f2859d0411c9ad15bbff48d6059cf226b393a85 /sys-apps/usermode-utilities
parentremove stale local use flag (diff)
downloadgentoo-2-198683d3747486357c04b3ccc3a2dbf596f1fbfc.tar.gz
gentoo-2-198683d3747486357c04b3ccc3a2dbf596f1fbfc.tar.bz2
gentoo-2-198683d3747486357c04b3ccc3a2dbf596f1fbfc.zip
Bump to 20070815
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'sys-apps/usermode-utilities')
-rw-r--r--sys-apps/usermode-utilities/ChangeLog9
-rw-r--r--sys-apps/usermode-utilities/files/digest-usermode-utilities-200708153
-rw-r--r--sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch93
-rw-r--r--sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild34
4 files changed, 138 insertions, 1 deletions
diff --git a/sys-apps/usermode-utilities/ChangeLog b/sys-apps/usermode-utilities/ChangeLog
index 572a88ab0ced..3566d3d4c8fb 100644
--- a/sys-apps/usermode-utilities/ChangeLog
+++ b/sys-apps/usermode-utilities/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/usermode-utilities
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.22 2007/06/11 16:10:24 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.23 2007/12/22 15:52:46 dang Exp $
+
+*usermode-utilities-20070815 (22 Dec 2007)
+
+ 22 Dec 2007; Daniel Gryniewicz <dang@gentoo.org>
+ +files/usermode-utilities-20070815-nostrip.patch,
+ +usermode-utilities-20070815.ebuild:
+ Bump to 20070815
*usermode-utilities-20060323 (11 Jun 2007)
diff --git a/sys-apps/usermode-utilities/files/digest-usermode-utilities-20070815 b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20070815
new file mode 100644
index 000000000000..0051ab8aebe4
--- /dev/null
+++ b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20070815
@@ -0,0 +1,3 @@
+MD5 b0468ac8b79cef53f36f5f9517907462 uml_utilities_20070815.tar.bz2 50159
+RMD160 f231ae4ebe5892a6acdd725fec446692b04dddcb uml_utilities_20070815.tar.bz2 50159
+SHA256 f815f591a1c177729546969acf720958c5fd72b8d4d36bae26fdc5b64669b60e uml_utilities_20070815.tar.bz2 50159
diff --git a/sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch b/sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch
new file mode 100644
index 000000000000..b6e00f339072
--- /dev/null
+++ b/sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch
@@ -0,0 +1,93 @@
+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)
diff --git a/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild
new file mode 100644
index 000000000000..b7958a353d7f
--- /dev/null
+++ b/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.1 2007/12/22 15:52:46 dang Exp $
+
+inherit eutils
+
+S=${WORKDIR}/tools-${PV}
+DESCRIPTION="Tools for use with Usermode Linux virtual machines"
+SRC_URI="http://user-mode-linux.sourceforge.net/uml_utilities_${PV}.tar.bz2"
+HOMEPAGE="http://user-mode-linux.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-20060216-unlazy.patch
+ epatch ${FILESDIR}/${P}-nostrip.patch
+}
+
+src_compile() {
+ emake CFLAGS="${CFLAGS} -DTUNTAP -D_LARGEFILE64_SOURCE -g -Wall" all
+}
+
+src_install () {
+ make DESTDIR=${D} install
+
+ dodoc COPYING
+}