From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1428682-garchives=archives.gentoo.org@lists.gentoo.org> 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 C39F4158003 for <garchives@archives.gentoo.org>; Thu, 18 Aug 2022 14:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A536E07D8; Thu, 18 Aug 2022 14:59:42 +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 46868E07D8 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2022 14:59:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 064DD3411B6 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2022 14:59:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F42E568 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Aug 2022 14:59:39 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1660834768.e241a1428bfab0c8d57015f80eccbf52a4e126ec.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/dumpet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild X-VCS-Directories: app-cdr/dumpet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e241a1428bfab0c8d57015f80eccbf52a4e126ec X-VCS-Branch: master Date: Thu, 18 Aug 2022 14:59:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55492c87-7ec8-4052-9ab8-5d66d1a55720 X-Archives-Hash: b8632585dac2b57dafc0a073e849836b commit: e241a1428bfab0c8d57015f80eccbf52a4e126ec Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Aug 17 11:10:42 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Aug 18 14:59:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e241a142 app-cdr/dumpet: drop 2.1_p20140601-r3, EAPI-6-- Closes: https://bugs.gentoo.org/865429 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild | 45 --------------------------- 1 file changed, 45 deletions(-) diff --git a/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild b/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild deleted file mode 100644 index 7af0358a39a8..000000000000 --- a/app-cdr/dumpet/dumpet-2.1_p20140601-r3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs vcs-snapshot - -COMMIT="8f47670dd582c96ad1b6dd3c9b9da0acebded5d8" - -DESCRIPTION="A tool to dump and debug bootable CD-like images" -HOMEPAGE="https://github.com/rhboot/dumpet" -SRC_URI="https://github.com/rhboot/dumpet/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -#Restrict tests since required test file is unavailable -RESTRICT="test" - -RDEPEND="dev-libs/libxml2 - dev-libs/popt" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( dev-util/valgrind )" - -PATCHES=( "${FILESDIR}"/musl-byteswap-fix.patch ) - -src_prepare() { - sed -i Makefile \ - -e "s/^install : all$/install :/" \ - -e "s/^CFLAGS:=/CFLAGS?=/" \ - -e "s/^CC:=/CC?=/" \ - -e '/^LFLAGS/ s/$/$(LDFLAGS)/' \ - || die - default -} - -src_compile() { - emake CFLAGS="${CFLAGS}" dumpet -} - -pkg_setup() { - tc-export CC -}