diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-06-08 13:03:05 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-06-08 13:03:05 +0000 |
commit | a7c96834075ce1818e8b603b8373a4bf0f10babf (patch) | |
tree | ae7c6c1a1533d958526c2ab4be4fb1b46368fe71 /sys-apps | |
parent | Drop maintainer from metadata as talked with him, bug #90641. (diff) | |
download | gentoo-2-a7c96834075ce1818e8b603b8373a4bf0f10babf.tar.gz gentoo-2-a7c96834075ce1818e8b603b8373a4bf0f10babf.tar.bz2 gentoo-2-a7c96834075ce1818e8b603b8373a4bf0f10babf.zip |
Drop maintainer from metadata as talked with him, bug #90641. Drop old.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
7 files changed, 11 insertions, 233 deletions
diff --git a/sys-apps/usermode-utilities/ChangeLog b/sys-apps/usermode-utilities/ChangeLog index 98145d0cdc70..10377a1f1592 100644 --- a/sys-apps/usermode-utilities/ChangeLog +++ b/sys-apps/usermode-utilities/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-apps/usermode-utilities -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.36 2011/12/13 22:53:41 ago Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.37 2012/06/08 13:03:05 pacho Exp $ + + 08 Jun 2012; Pacho Ramos <pacho@gentoo.org> + -files/usermode-utilities-20060216-unlazy.patch, + -files/usermode-utilities-20070815-nostrip.patch, + -usermode-utilities-20070815-r1.ebuild, + -usermode-utilities-20070815-r2.ebuild, -usermode-utilities-20070815.ebuild, + metadata.xml: + Drop maintainer from metadata as talked with him, bug #90641. Drop old. 13 Dec 2011; Agostino Sarubbo <ago@gentoo.org> usermode-utilities-20070815-r3.ebuild: diff --git a/sys-apps/usermode-utilities/files/usermode-utilities-20060216-unlazy.patch b/sys-apps/usermode-utilities/files/usermode-utilities-20060216-unlazy.patch deleted file mode 100644 index 55e447d41036..000000000000 --- a/sys-apps/usermode-utilities/files/usermode-utilities-20060216-unlazy.patch +++ /dev/null @@ -1,20 +0,0 @@ -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/files/usermode-utilities-20070815-nostrip.patch b/sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch deleted file mode 100644 index b6e00f339072..000000000000 --- a/sys-apps/usermode-utilities/files/usermode-utilities-20070815-nostrip.patch +++ /dev/null @@ -1,93 +0,0 @@ -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/metadata.xml b/sys-apps/usermode-utilities/metadata.xml index 9f9defe70787..7741f8287f94 100644 --- a/sys-apps/usermode-utilities/metadata.xml +++ b/sys-apps/usermode-utilities/metadata.xml @@ -2,8 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>dang@gentoo.org</email> - <name>Daniel Gryniewicz</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> <use> <flag name='fuse'>Build tools (currently umlmount) needing fuse</flag> diff --git a/sys-apps/usermode-utilities/usermode-utilities-20070815-r1.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20070815-r1.ebuild deleted file mode 100644 index 80795ca7ef20..000000000000 --- a/sys-apps/usermode-utilities/usermode-utilities-20070815-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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-r1.ebuild,v 1.1 2010/04/10 13:20:48 dang Exp $ - -inherit eutils - -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="fuse" - -RDEPEND="fuse? ( sys-fs/fuse )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/tools-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-20060216-unlazy.patch - epatch "${FILESDIR}"/${P}-nostrip.patch - sed -i -e 's:-o \$(BIN):$(LDFLAGS) -o $(BIN):' "${S}"/*/Makefile || die "LDFLAGS sed failed" - sed -i -e 's:-o \$@:$(LDFLAGS) -o $@:' "${S}"/moo/Makefile || die "LDFLAGS sed (moo) failed" - if ! use fuse; then - einfo "Skipping build of umlmount to avoid sys-fs/fuse dependency." - sed -i -e 's/\<umlfs\>//' Makefile || die "sed to remove sys-fs/fuse dependency failed" - fi -} - -src_compile() { - emake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all || die "Compilation failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" -} diff --git a/sys-apps/usermode-utilities/usermode-utilities-20070815-r2.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20070815-r2.ebuild deleted file mode 100644 index 15a74c00fa97..000000000000 --- a/sys-apps/usermode-utilities/usermode-utilities-20070815-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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-r2.ebuild,v 1.1 2010/08/05 02:31:51 dang Exp $ - -inherit eutils - -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="fuse" - -RDEPEND="fuse? ( sys-fs/fuse )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/tools-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - # Merge previous patches with fix for bug #331099 - epatch "${FILESDIR}"/${P}-rollup.patch - sed -i -e 's:-o \$(BIN):$(LDFLAGS) -o $(BIN):' "${S}"/*/Makefile || die "LDFLAGS sed failed" - sed -i -e 's:-o \$@:$(LDFLAGS) -o $@:' "${S}"/moo/Makefile || die "LDFLAGS sed (moo) failed" - if ! use fuse; then - einfo "Skipping build of umlmount to avoid sys-fs/fuse dependency." - sed -i -e 's/\<umlfs\>//' Makefile || die "sed to remove sys-fs/fuse dependency failed" - fi -} - -src_compile() { - emake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all || die "Compilation failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" -} diff --git a/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild deleted file mode 100644 index ded4e7cc2626..000000000000 --- a/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 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.9 2009/09/23 20:28:36 patrick Exp $ - -inherit eutils - -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="" - -RDEPEND="sys-fs/fuse" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/tools-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-20060216-unlazy.patch - epatch "${FILESDIR}"/${P}-nostrip.patch - sed -i -e 's:-o \$(BIN):$(LDFLAGS) -o $(BIN):' "${S}"/*/Makefile || die "LDFLAGS sed failed" - sed -i -e 's:-o \$@:$(LDFLAGS) -o $@:' "${S}"/moo/Makefile || die "LDFLAGS sed (moo) failed" -} - -src_compile() { - emake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all || die "Compilation failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" -} |