From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87B2B15808B for ; Wed, 25 Sep 2024 20:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D111E2BAC; Wed, 25 Sep 2024 20:36:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6270E2BAC for ; Wed, 25 Sep 2024 20:36:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8823343093 for ; Wed, 25 Sep 2024 20:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 570A226E4 for ; Wed, 25 Sep 2024 20:36:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1727296574.acdec150c960cd73b049217b97ce2066cc056b1e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/usermode-utilities/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild sys-apps/usermode-utilities/usermode-utilities-20070815-r5.ebuild X-VCS-Directories: sys-apps/usermode-utilities/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: acdec150c960cd73b049217b97ce2066cc056b1e X-VCS-Branch: master Date: Wed, 25 Sep 2024 20:36:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a08016f2-dc99-4c18-8af2-478647a3d6b9 X-Archives-Hash: 2879b61b4608fc282e1c720be7d41fda commit: acdec150c960cd73b049217b97ce2066cc056b1e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 25 20:33:39 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 25 20:36:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdec150 sys-apps/usermode-utilities: drop 20070815-r4, 20070815-r5 Signed-off-by: Andreas Sturmlechner gentoo.org> .../usermode-utilities-20070815-r4.ebuild | 44 -------------------- .../usermode-utilities-20070815-r5.ebuild | 47 ---------------------- 2 files changed, 91 deletions(-) diff --git a/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild deleted file mode 100644 index 1f37ae892809..000000000000 --- a/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Tools for use with Usermode Linux virtual machines" -HOMEPAGE="http://user-mode-linux.sourceforge.net/" -SRC_URI="http://user-mode-linux.sourceforge.net/uml_utilities_${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="fuse" - -RDEPEND=" - fuse? ( sys-fs/fuse:0= ) - sys-libs/readline:0= -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/tools-${PV} - -src_prepare() { - default - - # Merge previous patches with fix for bug #331099 - eapply "${FILESDIR}"/${P}-rollup.patch - # Fix owner of humfsify; bug #364531 - eapply "${FILESDIR}"/${P}-humfsify-owner.patch - eapply "${FILESDIR}"/${P}-headers.patch #580816 - - 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/\//' Makefile || die "sed to remove sys-fs/fuse dependency failed" - fi -} - -src_compile() { - tc-export AR CC - emake CFLAGS="${CFLAGS} ${CPPFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all -} diff --git a/sys-apps/usermode-utilities/usermode-utilities-20070815-r5.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20070815-r5.ebuild deleted file mode 100644 index b162e7d846e7..000000000000 --- a/sys-apps/usermode-utilities/usermode-utilities-20070815-r5.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -DESCRIPTION="Tools for use with Usermode Linux virtual machines" -HOMEPAGE="http://user-mode-linux.sourceforge.net/" -SRC_URI="http://user-mode-linux.sourceforge.net/uml_utilities_${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="fuse" - -RDEPEND=" - fuse? ( sys-fs/fuse:0= ) - sys-libs/readline:0= -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/tools-${PV} - -PATCHES=( - # Merge previous patches with fix for bug #331099 - "${FILESDIR}"/${P}-rollup.patch - # Fix owner of humfsify; bug #364531 - "${FILESDIR}"/${P}-humfsify-owner.patch - "${FILESDIR}"/${P}-headers.patch #580816 - # Fix build /w clang-16, bug #898550 - "${FILESDIR}"/${PN}-fix-memset.patch -) - -src_prepare() { - default - 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/\//' Makefile || die "sed to remove sys-fs/fuse dependency failed" - fi -} - -src_compile() { - tc-export AR CC - emake CFLAGS="${CFLAGS} ${CPPFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all -}