public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/binwalk/
Date: Fri,  2 Sep 2016 23:18:50 +0000 (UTC)	[thread overview]
Message-ID: <1472857971.64a7a181895035440967fae581c3ad397898b1b8.radhermit@gentoo> (raw)

commit:     64a7a181895035440967fae581c3ad397898b1b8
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 23:12:51 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 23:12:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a7a181

app-misc/binwalk: version bump to 2.1.1

 app-misc/binwalk/Manifest             |  1 +
 app-misc/binwalk/binwalk-2.1.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest
index cdff1fd..b31bff9 100644
--- a/app-misc/binwalk/Manifest
+++ b/app-misc/binwalk/Manifest
@@ -1 +1,2 @@
 DIST binwalk-2.0.1.tar.gz 2234469 SHA256 90ee8426d71e91b62dfe4a1446c457bc7835b475b28717859e275a0494403959 SHA512 de223f61a0a212469c21b8e36d02cadc83f1cdb96a0f6114490d15d8dc12c93a86b46ef74379acb96b32b305e75ca66e940d7a18a8dc3b5036ebe8946dcca0f3 WHIRLPOOL c66ea461132417629f59e3f7562330f038263a0d522aca1db1e85f0bad5e9564d8baa27125acfb67404f0ee8045bd8da71faedcf3d2e352303ca8b0295a2767d
+DIST binwalk-2.1.1.tar.gz 263977 SHA256 1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a SHA512 373e276a4d6ec845952f1091f85f953d3b0d52d561d9b74a54000ebdef85d13cafc997a4f8f76f25842db8b76fdcd1e602d4d81792a3ea01c9dea6c6ed5c2168 WHIRLPOOL 3cb8faedd02c6a4859467c285efe00e73ea3e52c48ce2b55e0344853e8a5b7884f9d15eb502ab16bba7262e38dfdb0cbcfadc7d3af4015e4357d9d2d248e6113

diff --git a/app-misc/binwalk/binwalk-2.1.1.ebuild b/app-misc/binwalk/binwalk-2.1.1.ebuild
new file mode 100644
index 00000000..804c0b1
--- /dev/null
+++ b/app-misc/binwalk/binwalk-2.1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool for identifying files embedded inside firmware images"
+HOMEPAGE="https://github.com/devttys0/binwalk"
+SRC_URI="https://github.com/devttys0/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="graph"
+
+RDEPEND="
+	$(python_gen_cond_dep 'dev-python/pyliblzma[${PYTHON_USEDEP}]' python2_7)
+	graph? ( dev-python/pyqtgraph[opengl,${PYTHON_USEDEP}] )
+"
+
+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:[~2016-09-02 23:18 UTC|newest]

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

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=1472857971.64a7a181895035440967fae581c3ad397898b1b8.radhermit@gentoo \
    --to=radhermit@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