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 25D02158041 for ; Wed, 28 Feb 2024 20:43:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 634FEE2A2E; Wed, 28 Feb 2024 20:43:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 46BDBE2A2E for ; Wed, 28 Feb 2024 20:43:23 +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 8362534302F for ; Wed, 28 Feb 2024 20:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2315AE95 for ; Wed, 28 Feb 2024 20:43:21 +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: <1709152893.1916f9cc0cf325911b783e970f13c30469ef6ce2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/binwalk/Manifest app-misc/binwalk/binwalk-2.3.6.ebuild app-misc/binwalk/binwalk-9999.ebuild X-VCS-Directories: app-misc/binwalk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1916f9cc0cf325911b783e970f13c30469ef6ce2 X-VCS-Branch: master Date: Wed, 28 Feb 2024 20:43:21 +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: e9a0d831-6e71-4a6f-b53a-b30aee8376e3 X-Archives-Hash: ffa4224e8765b87e0e3362674f88c43a commit: 1916f9cc0cf325911b783e970f13c30469ef6ce2 Author: David Roman gmail com> AuthorDate: Wed Feb 28 19:52:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 28 20:41:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1916f9cc app-misc/binwalk: verbump to 2.3.6, update live ebuild Signed-off-by: David Roman gmail.com> Signed-off-by: Sam James gentoo.org> app-misc/binwalk/Manifest | 1 + .../{binwalk-9999.ebuild => binwalk-2.3.6.ebuild} | 17 +++++------------ app-misc/binwalk/binwalk-9999.ebuild | 17 +++++------------ 3 files changed, 11 insertions(+), 24 deletions(-) diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest index bc1bd0f85a9d..fdee3584aa95 100644 --- a/app-misc/binwalk/Manifest +++ b/app-misc/binwalk/Manifest @@ -1 +1,2 @@ DIST binwalk-2.3.4.tar.gz 39723471 BLAKE2B a5eac4242402c5034c293432131950bed9aff762c5db86b200a1f555bdfeeb1c6fda225393149f7beca2923141f2ae7930738038f2d039513cb06dfae9601b81 SHA512 5a5e16035dfc05b94ae4ee3969a337336c550606b71e20fcb1f150c4b38ef2084b6a823ce2a8050f4b41616b7d7c31cfb04bf43e7f2c977ab1a634aba9d67fec +DIST binwalk-2.3.6.tar.gz 39723335 BLAKE2B 20710dc32f67981b1ba69ced649bfddc0247b9054a30ba9a8ab17710094fa4f45a44b32b18e2de6e0c63d632044432e8d4a8ec8cdacb007996b7d91b983547bc SHA512 05e06682a9b8aa6b68b580b6818a2f08d8d81d89961f6cacfd9d14185c26727bbdf6dedb2f26079fffebf7de6f45002944ed8f3475ba04e4b05ac6d5c19560ea diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-2.3.6.ebuild similarity index 64% copy from app-misc/binwalk/binwalk-9999.ebuild copy to app-misc/binwalk/binwalk-2.3.6.ebuild index b21509dda458..3faee6d44b5c 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-2.3.6.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{9..12} pypy3 ) inherit distutils-r1 if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/ReFirmLabs/binwalk.git" + EGIT_REPO_URI="https://github.com/OSPG/binwalk.git" inherit git-r3 else - SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/OSPG/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" fi @@ -22,14 +22,7 @@ HOMEPAGE="https://github.com/ReFirmLabs/binwalk" LICENSE="MIT" SLOT="0" -PATCHES=( - "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch - "${FILESDIR}"/2.3.3-tests.patch - "${FILESDIR}"/${PN}-2.3.3-syntax-fix.patch - -) - -distutils_enable_tests nose +distutils_enable_tests pytest python_install_all() { local DOCS=( API.md INSTALL.md README.md ) diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild index b21509dda458..3faee6d44b5c 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-9999.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{9..12} pypy3 ) inherit distutils-r1 if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/ReFirmLabs/binwalk.git" + EGIT_REPO_URI="https://github.com/OSPG/binwalk.git" inherit git-r3 else - SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/OSPG/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" fi @@ -22,14 +22,7 @@ HOMEPAGE="https://github.com/ReFirmLabs/binwalk" LICENSE="MIT" SLOT="0" -PATCHES=( - "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch - "${FILESDIR}"/2.3.3-tests.patch - "${FILESDIR}"/${PN}-2.3.3-syntax-fix.patch - -) - -distutils_enable_tests nose +distutils_enable_tests pytest python_install_all() { local DOCS=( API.md INSTALL.md README.md )