diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-08-14 00:54:09 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-08-14 00:54:09 +0000 |
commit | 34ca57d95ce187a5d1df521ab5d4ec22f6a01d0b (patch) | |
tree | 86101b731b2ffa94b11280c70cf37de132aea653 /sys-apps/usermode-utilities | |
parent | Stable for HPPA. (diff) | |
download | gentoo-2-34ca57d95ce187a5d1df521ab5d4ec22f6a01d0b.tar.gz gentoo-2-34ca57d95ce187a5d1df521ab5d4ec22f6a01d0b.tar.bz2 gentoo-2-34ca57d95ce187a5d1df521ab5d4ec22f6a01d0b.zip |
Add new upstream for bug #123703 and bug #72366, and take maintainership
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'sys-apps/usermode-utilities')
6 files changed, 76 insertions, 2 deletions
diff --git a/sys-apps/usermode-utilities/ChangeLog b/sys-apps/usermode-utilities/ChangeLog index 94d25c017f46..f24ccbc1c8ff 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.20 2005/04/13 21:15:21 johnm Exp $ +# 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 $ + +*usermode-utilities-20060216 (14 Aug 2006) + + 14 Aug 2006; Daniel Gryniewicz <dang@gentoo.org> + +files/usermode-utilities-20060216-unlazy.patch, +metadata.xml, + +usermode-utilities-20060216.ebuild: + Add new upstream for bug #123703 and bug #72366, and take maintainership 13 Apr 2005; John Mylchreest <johnm@gentoo.org> +files/20040406-CAN-2004-1295.patch: diff --git a/sys-apps/usermode-utilities/files/digest-usermode-utilities-20040406-r1 b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20040406-r1 index a458575f7184..8fa5b75e4a7e 100644 --- a/sys-apps/usermode-utilities/files/digest-usermode-utilities-20040406-r1 +++ b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20040406-r1 @@ -1 +1,3 @@ MD5 2c1ccd9efacbfb39e42d482b89b2550a uml_utilities_20040406.tar.bz2 60201 +RMD160 7408636b8bba767867356a404f6c2bb2298d56b5 uml_utilities_20040406.tar.bz2 60201 +SHA256 4f179b1db021ef15ac7e9b2eed57c525db127a754c574f591c367460cded9f41 uml_utilities_20040406.tar.bz2 60201 diff --git a/sys-apps/usermode-utilities/files/digest-usermode-utilities-20060216 b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20060216 new file mode 100644 index 000000000000..7732a74e0160 --- /dev/null +++ b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20060216 @@ -0,0 +1,3 @@ +MD5 63761eea359dbef843e8d92a94a56912 uml_utilities_20060216.tar.bz2 56887 +RMD160 fb85f1a65c4783f4da86f345be795592e8e8d4ad uml_utilities_20060216.tar.bz2 56887 +SHA256 bebc98d40679eac36d98a2b603247df48f4d4495c03440d34c915cab1c94bf9f uml_utilities_20060216.tar.bz2 56887 diff --git a/sys-apps/usermode-utilities/files/usermode-utilities-20060216-unlazy.patch b/sys-apps/usermode-utilities/files/usermode-utilities-20060216-unlazy.patch new file mode 100644 index 000000000000..55e447d41036 --- /dev/null +++ b/sys-apps/usermode-utilities/files/usermode-utilities-20060216-unlazy.patch @@ -0,0 +1,20 @@ +diff --exclude-from=/home/dang/.diffrc -u -ruN tools-20060216.orig/uml_net/Makefile tools-20060216/uml_net/Makefile +--- tools-20060216.orig/uml_net/Makefile 2006-02-16 12:02:02.000000000 -0500 ++++ tools-20060216/uml_net/Makefile 2006-08-13 20:35:35.000000000 -0400 +@@ -2,6 +2,7 @@ + + BIN = uml_net + CFLAGS ?= -g -Wall ++LDFLAGS = -Wl,-z,now + override CFLAGS += $(TUNTAP) + + BIN_DIR ?= /usr/bin +@@ -15,7 +16,7 @@ + all : $(BIN) + + $(BIN) : $(OBJS) +- $(CC) $(CFLAGS) -o $(BIN) $(OBJS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $(BIN) $(OBJS) + + clean : + rm -f $(BIN) $(OBJS) *~ diff --git a/sys-apps/usermode-utilities/metadata.xml b/sys-apps/usermode-utilities/metadata.xml new file mode 100644 index 000000000000..bc2fc87f9557 --- /dev/null +++ b/sys-apps/usermode-utilities/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>dang@gentoo.org</email> + <name>Daniel Gryniewicz</name> +</maintainer> +<herd>no-herd</herd> +</pkgmetadata> diff --git a/sys-apps/usermode-utilities/usermode-utilities-20060216.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20060216.ebuild new file mode 100644 index 000000000000..097d6d9a5c74 --- /dev/null +++ b/sys-apps/usermode-utilities/usermode-utilities-20060216.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20060216.ebuild,v 1.1 2006/08/14 00:54:09 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}/${P}-unlazy.patch +} + +src_compile() { + emake CFLAGS="${CFLAGS} -DTUNTAP -D_LARGEFILE64_SOURCE -g -Wall" all +} + +src_install () { + make DESTDIR=${D} install + + dodoc COPYING +} |