From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1444270-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 5898A158094 for <garchives@archives.gentoo.org>; Fri, 7 Oct 2022 10:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D409E087E; Fri, 7 Oct 2022 10:30:40 +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 6E528E087E for <gentoo-commits@lists.gentoo.org>; Fri, 7 Oct 2022 10:30:40 +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 680DC340C7B for <gentoo-commits@lists.gentoo.org>; Fri, 7 Oct 2022 10:30:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A46325BF for <gentoo-commits@lists.gentoo.org>; Fri, 7 Oct 2022 10:30:37 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1665138396.d20da82c02b66acbed7bf42e21126379c13934ac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gnuconfig/gnuconfig-99999999.ebuild X-VCS-Directories: sys-devel/gnuconfig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d20da82c02b66acbed7bf42e21126379c13934ac X-VCS-Branch: master Date: Fri, 7 Oct 2022 10:30:37 +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: 2b2c6126-f7cd-4858-9a23-5ff4de1b19fa X-Archives-Hash: ce6e672d5857bedbbe8ab17933b8d29d commit: d20da82c02b66acbed7bf42e21126379c13934ac Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Thu Oct 6 20:11:26 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 7 10:26:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20da82c sys-devel/gnuconfig: drop obsolete 0001-add-ps2-targets-to-config.sub.patch This patch is no longer required for modern PS2 Linux and I can't find another reason to keep this patch hanging around so it should be dropped. Closes: https://bugs.gentoo.org/851045 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gnuconfig/gnuconfig-99999999.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild index 3c5c54ade825..efbb8b28b5db 100644 --- a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild @@ -26,8 +26,6 @@ maint_pkg_create() { local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog) [[ ${#ver} != 8 ]] && die "invalid version '${ver}'" - cp "${FILESDIR}"/${PV}/*.patch . || die - local tar="${T}/gnuconfig-${ver}.tar.xz" tar -Jcf "${tar}" ./* || die "creating tar failed" einfo "Packaged tar now available:" @@ -43,12 +41,6 @@ src_unpack() { fi } -src_prepare() { - default - - eapply "${S}"/*.patch -} - src_test() { emake check }