public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/
Date: Sun, 22 May 2022 04:17:39 +0000 (UTC)	[thread overview]
Message-ID: <1653193047.8875a03087f1a8c5bc3d8615ea510dceae16d799.sam@gentoo> (raw)

commit:     8875a03087f1a8c5bc3d8615ea510dceae16d799
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 04:17:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 22 04:17:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8875a030

app-misc/binwalk: drop 2.2.0, 2.3.1

Closes: https://bugs.gentoo.org/845489
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/binwalk/Manifest             |  2 --
 app-misc/binwalk/binwalk-2.2.0.ebuild | 45 -----------------------------------
 app-misc/binwalk/binwalk-2.3.1.ebuild | 39 ------------------------------
 3 files changed, 86 deletions(-)

diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest
index 2013e4d87bb3..4def5cccaa6b 100644
--- a/app-misc/binwalk/Manifest
+++ b/app-misc/binwalk/Manifest
@@ -1,3 +1 @@
-DIST binwalk-2.2.0.tar.gz 39594514 BLAKE2B 899a919647258759f16c2e59766b0db68d1a78edf0f5c3755c2a987695199a1851deed2820e6323d82d8af85d294a6f1fcafb655e5d2257d49b673ddae49da67 SHA512 5f3ed31c0b5f9ca3057f86e82787a73b06f9f73747b51dd72130a78e4d69cf43a0207bffc495d177e97811de5bf835b3d0507f314b7a0c960eddf6d1efe0f0f9
-DIST binwalk-2.3.1.tar.gz 39603558 BLAKE2B c3de5baaec18242d3db2b9492edadb3607a45fbc1237185223bf7bb04afcf0f8936607f9e0f4a99bd1796f5c7acfaef318855fe2c3ff05ae0676961bf60cc6c9 SHA512 3c9057c6f56d4bb1d604d3a361b0e682622a93d6d36c67a9f831ae7b17139c4684f52e96ce204d1d1256b79c4a3b806e7a78e2069b6c62eec188fa1586839670
 DIST binwalk-2.3.3.tar.gz 39723775 BLAKE2B d29b709dae0ae406e0ef6142e878a2bbbf0ddb3bd8f49d3335dd1e7ab385c331c021489b3d96b3c2364038b870c1aae53c8d82e7a3d9ab1983ff4520e20f6e73 SHA512 d7e8d576cfc92b1488ceda7d4577aeaaefb2a251a5aca0b4a497da0dff7c6e6e862e0a77346593c77fb4e54b7de3d3a0c1c8c9421ecec8f06aabbc4b336920c5

diff --git a/app-misc/binwalk/binwalk-2.2.0.ebuild b/app-misc/binwalk/binwalk-2.2.0.ebuild
deleted file mode 100644
index 6ddc96152b65..000000000000
--- a/app-misc/binwalk/binwalk-2.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/ReFirmLabs/binwalk.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~x64-macos"
-fi
-
-DESCRIPTION="A tool for identifying files embedded inside firmware images"
-HOMEPAGE="https://github.com/ReFirmLabs/binwalk"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch )
-
-python_test() {
-	esetup.py test
-}
-
-python_install_all() {
-	local DOCS=( API.md INSTALL.md README.md )
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]]; then
-		elog "binwalk has many optional dependencies to automatically"
-		elog "extract/decompress data, see INSTALL.md for more details."
-	fi
-}

diff --git a/app-misc/binwalk/binwalk-2.3.1.ebuild b/app-misc/binwalk/binwalk-2.3.1.ebuild
deleted file mode 100644
index 8d08a674a9ba..000000000000
--- a/app-misc/binwalk/binwalk-2.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/ReFirmLabs/binwalk.git"
-	inherit git-r3
-else
-	SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86 ~x64-macos"
-fi
-
-DESCRIPTION="A tool for identifying files embedded inside firmware images"
-HOMEPAGE="https://github.com/ReFirmLabs/binwalk"
-
-LICENSE="MIT"
-SLOT="0"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch )
-
-distutils_enable_tests --install nose
-
-python_install_all() {
-	local DOCS=( API.md INSTALL.md README.md )
-	distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]]; then
-		elog "binwalk has many optional dependencies to automatically"
-		elog "extract/decompress data, see INSTALL.md for more details."
-	fi
-}


             reply	other threads:[~2022-05-22  4:17 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-22  4:17 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 16:56 [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/ Arthur Zamarin
2024-09-12 12:27 Arthur Zamarin
2024-09-09 20:58 Arthur Zamarin
2024-09-09 20:47 Arthur Zamarin
2024-09-09 20:44 Arthur Zamarin
2024-09-09 20:44 Arthur Zamarin
2024-08-10  7:24 Joonas Niilola
2024-08-10  7:24 Joonas Niilola
2024-06-11 17:18 Sam James
2024-06-11 16:57 Sam James
2024-06-11 16:57 Sam James
2024-06-11 16:57 Sam James
2024-06-11 16:54 Sam James
2024-06-11 16:54 Sam James
2024-04-28 16:06 Arthur Zamarin
2024-04-28 16:06 Arthur Zamarin
2024-04-24  9:51 Sam James
2024-04-24  6:05 Sam James
2024-04-23 20:53 Sam James
2024-04-23 20:53 Sam James
2024-04-23 20:52 Sam James
2024-04-23 20:52 Sam James
2024-03-25 13:09 Florian Schmaus
2024-03-10 12:13 Arthur Zamarin
2024-03-10 12:13 Arthur Zamarin
2024-03-10 12:08 Sam James
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-08  8:15 Florian Schmaus
2024-03-08  8:15 Florian Schmaus
2024-02-28 20:43 Sam James
2024-02-28 20:43 Sam James
2024-02-28 20:43 Sam James
2023-05-31  4:37 John Helmert III
2023-04-07  4:10 Sam James
2023-04-01 16:07 Arthur Zamarin
2023-04-01 16:07 Arthur Zamarin
2023-04-01 16:07 Arthur Zamarin
2023-04-01 16:07 Arthur Zamarin
2023-04-01  1:09 Sam James
2023-04-01  1:09 Sam James
2021-12-21  3:39 Yixun Lan
2021-10-30 17:24 Agostino Sarubbo
2021-10-29 18:32 Sam James
2021-10-29 18:30 Sam James
2021-10-29  5:52 Agostino Sarubbo
2021-04-26 10:34 Sam James
2021-04-25 12:32 Sam James
2021-04-25  5:14 Sam James
2021-04-24 18:57 Georgy Yakovlev
2021-04-23 20:02 Georgy Yakovlev
2021-04-23 20:02 Georgy Yakovlev
2021-03-23 21:36 Georgy Yakovlev
2021-03-23 21:36 Georgy Yakovlev
2021-03-23 21:36 Georgy Yakovlev
2021-03-04  4:24 Sam James
2021-02-28 12:22 Sergei Trofimovich
2020-10-13  1:31 Georgy Yakovlev
2020-10-13  1:31 Georgy Yakovlev
2020-09-21  6:34 Georgy Yakovlev
2020-07-23 23:02 Sam James
2020-06-11  2:00 Georgy Yakovlev
2020-01-23  9:59 Georgy Yakovlev
2019-12-26 12:56 Georgy Yakovlev
2019-11-19  1:35 Georgy Yakovlev
2019-11-18 22:55 Tim Harder
2019-09-28  3:42 Tim Harder
2018-04-06 11:05 Fabian Groffen
2017-04-26  6:24 Tim Harder
2017-04-26  6:24 Tim Harder
2016-09-02 23:18 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1653193047.8875a03087f1a8c5bc3d8615ea510dceae16d799.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox