summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-06-11 16:10:24 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-06-11 16:10:24 +0000
commit3f1d3c51e5db9b25dd091e47430ef8244bae2e22 (patch)
tree844cab6e252d5889c0945bbf325991a75874d5a4 /sys-apps/usermode-utilities
parentVersion bump. (diff)
downloadgentoo-2-3f1d3c51e5db9b25dd091e47430ef8244bae2e22.tar.gz
gentoo-2-3f1d3c51e5db9b25dd091e47430ef8244bae2e22.tar.bz2
gentoo-2-3f1d3c51e5db9b25dd091e47430ef8244bae2e22.zip
Bump to 20060323
- include fix for prestriped files (bug #181480) (Portage version: 2.1.2.9)
Diffstat (limited to 'sys-apps/usermode-utilities')
-rw-r--r--sys-apps/usermode-utilities/ChangeLog12
-rw-r--r--sys-apps/usermode-utilities/files/digest-usermode-utilities-200603233
-rw-r--r--sys-apps/usermode-utilities/files/usermode-utilities-20060323-nostrip.patch84
-rw-r--r--sys-apps/usermode-utilities/usermode-utilities-20060323.ebuild34
4 files changed, 131 insertions, 2 deletions
diff --git a/sys-apps/usermode-utilities/ChangeLog b/sys-apps/usermode-utilities/ChangeLog
index f24ccbc1c8ff..572a88ab0ced 100644
--- a/sys-apps/usermode-utilities/ChangeLog
+++ b/sys-apps/usermode-utilities/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for sys-apps/usermode-utilities
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.21 2006/08/14 00:54:09 dang Exp $
+# 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 $
+
+*usermode-utilities-20060323 (11 Jun 2007)
+
+ 11 Jun 2007; Daniel Gryniewicz <dang@gentoo.org>
+ +files/usermode-utilities-20060323-nostrip.patch,
+ +usermode-utilities-20060323.ebuild:
+ Bump to 20060323
+ - include fix for prestriped files (bug #181480)
*usermode-utilities-20060216 (14 Aug 2006)
diff --git a/sys-apps/usermode-utilities/files/digest-usermode-utilities-20060323 b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20060323
new file mode 100644
index 000000000000..b14794a19f30
--- /dev/null
+++ b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20060323
@@ -0,0 +1,3 @@
+MD5 2d6678c939093a8212f994005a393508 uml_utilities_20060323.tar.bz2 45718
+RMD160 9e077843dd8f4736cf560f5d333fcec536a22285 uml_utilities_20060323.tar.bz2 45718
+SHA256 10e471edfad724675e8eea80c66cc77e550ef66454767a1a9f11c7dc65d813cf uml_utilities_20060323.tar.bz2 45718
diff --git a/sys-apps/usermode-utilities/files/usermode-utilities-20060323-nostrip.patch b/sys-apps/usermode-utilities/files/usermode-utilities-20060323-nostrip.patch
new file mode 100644
index 000000000000..fb88ad3ffeb1
--- /dev/null
+++ b/sys-apps/usermode-utilities/files/usermode-utilities-20060323-nostrip.patch
@@ -0,0 +1,84 @@
+diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN tools-20060323.orig/jail/Makefile tools-20060323/jail/Makefile
+--- tools-20060323.orig/jail/Makefile 2006-02-25 07:57:21.000000000 -0500
++++ tools-20060323/jail/Makefile 2007-06-11 12:06:25.000000000 -0400
+@@ -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-20060323.orig/jailtest/Makefile tools-20060323/jailtest/Makefile
+--- tools-20060323.orig/jailtest/Makefile 2006-02-25 07:57:21.000000000 -0500
++++ tools-20060323/jailtest/Makefile 2007-06-11 12:06:25.000000000 -0400
+@@ -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-20060323.orig/mconsole/Makefile tools-20060323/mconsole/Makefile
+--- tools-20060323.orig/mconsole/Makefile 2006-02-25 07:57:21.000000000 -0500
++++ tools-20060323/mconsole/Makefile 2007-06-11 12:06:25.000000000 -0400
+@@ -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-20060323.orig/moo/Makefile tools-20060323/moo/Makefile
+--- tools-20060323.orig/moo/Makefile 2006-02-25 07:57:21.000000000 -0500
++++ tools-20060323/moo/Makefile 2007-06-11 12:06:25.000000000 -0400
+@@ -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-20060323.orig/port-helper/Makefile tools-20060323/port-helper/Makefile
+--- tools-20060323.orig/port-helper/Makefile 2006-02-25 07:57:21.000000000 -0500
++++ tools-20060323/port-helper/Makefile 2007-06-11 12:06:25.000000000 -0400
+@@ -12,4 +12,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-20060323.orig/tunctl/Makefile tools-20060323/tunctl/Makefile
+--- tools-20060323.orig/tunctl/Makefile 2006-02-25 07:57:21.000000000 -0500
++++ tools-20060323/tunctl/Makefile 2007-06-11 12:06:25.000000000 -0400
+@@ -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-20060323.orig/uml_net/Makefile tools-20060323/uml_net/Makefile
+--- tools-20060323.orig/uml_net/Makefile 2006-02-25 07:57:21.000000000 -0500
++++ tools-20060323/uml_net/Makefile 2007-06-11 12:06:25.000000000 -0400
+@@ -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-20060323.orig/uml_switch/Makefile tools-20060323/uml_switch/Makefile
+--- tools-20060323.orig/uml_switch/Makefile 2006-02-25 07:57:21.000000000 -0500
++++ tools-20060323/uml_switch/Makefile 2007-06-11 12:06:25.000000000 -0400
+@@ -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-20060323.orig/watchdog/Makefile tools-20060323/watchdog/Makefile
+--- tools-20060323.orig/watchdog/Makefile 2006-02-25 07:57:21.000000000 -0500
++++ tools-20060323/watchdog/Makefile 2007-06-11 12:06:25.000000000 -0400
+@@ -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-20060323.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20060323.ebuild
new file mode 100644
index 000000000000..7dae22393675
--- /dev/null
+++ b/sys-apps/usermode-utilities/usermode-utilities-20060323.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-20060323.ebuild,v 1.1 2007/06/11 16:10:24 dang Exp $
+
+inherit eutils
+
+S=${WORKDIR}/tools-${PV}
+DESCRIPTION="Tools for use with Usermode Linux virtual machines"
+SRC_URI="http://www.user-mode-linux.org/~blaisorblade/uml-utilities/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
+}