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 4B3BB158041 for ; Fri, 5 Apr 2024 01:21:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 051EFE2A21; Fri, 5 Apr 2024 01:21:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8EFFE2A21 for ; Fri, 5 Apr 2024 01:21:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5C7934328F for ; Fri, 5 Apr 2024 01:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 464DF167E for ; Fri, 5 Apr 2024 01:21:50 +0000 (UTC) From: "Sam James" 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" Message-ID: <1712280049.d75c56f7c128b1aeb9870584c940a9aec33d2c19.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild media-gfx/sane-backends/sane-backends-1.2.1.ebuild X-VCS-Directories: media-gfx/sane-backends/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d75c56f7c128b1aeb9870584c940a9aec33d2c19 X-VCS-Branch: master Date: Fri, 5 Apr 2024 01:21:50 +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: b3854547-cb1a-4c35-9c78-67932c999ba5 X-Archives-Hash: 76462c58ab0580f3151c3f6e6dd35f1c commit: d75c56f7c128b1aeb9870584c940a9aec33d2c19 Author: Eli Schwartz gmail com> AuthorDate: Thu Apr 4 01:53:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 5 01:20:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75c56f7 media-gfx/sane-backends: remove outdated seds Fixes: * SED: the following did not cause any changes * sed -e "s/m4_esyscmd_s(\[git describe --dirty\])/${PV}/" -e '/^AM_MAINTAINER_MODE/d' -i configure.ac || die; * no-op: -e s/m4_esyscmd_s(\[git describe --dirty\])/1.2.1/ * no-op: -e /^AM_MAINTAINER_MODE/d Maintainer mode was removed upstream: https://gitlab.com/sane-project/backends/-/commit/262e32ce591feb79ba5be9b21396b9dd71f1f067 git describe was dropped in favor of tools/git-version-gen: https://gitlab.com/sane-project/backends/-/commit/c28c9843ed12f0fe2697d66c3dad724f68d0e576 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild | 5 ----- media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild | 5 ----- media-gfx/sane-backends/sane-backends-1.2.1.ebuild | 5 ----- 3 files changed, 15 deletions(-) diff --git a/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild b/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild index 044b4fd553fc..bed67f34eff9 100644 --- a/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.1.1-r11.ebuild @@ -190,11 +190,6 @@ MULTILIB_CHOST_TOOLS=( src_prepare() { default - # Patch out the git reference so we can run eautoreconf - sed \ - -e "s/m4_esyscmd_s(\[git describe --dirty\])/${PV}/" \ - -e '/^AM_MAINTAINER_MODE/d' \ - -i configure.ac || die eautoreconf # Fix for "make check". Upstream sometimes forgets to update this. diff --git a/media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild b/media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild index 99b7d0e574d9..639413ca7003 100644 --- a/media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.1.1-r13.ebuild @@ -195,11 +195,6 @@ MULTILIB_CHOST_TOOLS=( src_prepare() { default - # Patch out the git reference so we can run eautoreconf - sed \ - -e "s/m4_esyscmd_s(\[git describe --dirty\])/${PV}/" \ - -e '/^AM_MAINTAINER_MODE/d' \ - -i configure.ac || die eautoreconf # Fix for "make check". Upstream sometimes forgets to update this. diff --git a/media-gfx/sane-backends/sane-backends-1.2.1.ebuild b/media-gfx/sane-backends/sane-backends-1.2.1.ebuild index 0654e5f25260..79cd8cec7b15 100644 --- a/media-gfx/sane-backends/sane-backends-1.2.1.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.2.1.ebuild @@ -190,11 +190,6 @@ MULTILIB_CHOST_TOOLS=( src_prepare() { default - # Patch out the git reference so we can run eautoreconf - sed \ - -e "s/m4_esyscmd_s(\[git describe --dirty\])/${PV}/" \ - -e '/^AM_MAINTAINER_MODE/d' \ - -i configure.ac || die eautoreconf # Fix for "make check". Upstream sometimes forgets to update this.