public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ikelos:master commit in: app-arch/jefferson/, dev-python/cstruct/, app-arch/sasquatch/, app-misc/binwalk/
@ 2015-08-27 10:29 Mike Auty
  0 siblings, 0 replies; only message in thread
From: Mike Auty @ 2015-08-27 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     75e23848993143ed6e1fbe7d919718259bc78368
Author:     layman <layman <AT> localhost>
AuthorDate: Thu Aug 27 09:59:50 2015 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 09:59:50 2015 +0000
URL:        https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=75e23848

Add in binwalk-9999 and all required dependencies.

 app-arch/jefferson/Manifest              |   1 +
 app-arch/jefferson/jefferson-9999.ebuild |  22 ++++
 app-arch/sasquatch/Manifest              |   1 +
 app-arch/sasquatch/sasquatch-9999.ebuild |  27 +++++
 app-misc/binwalk/ChangeLog               | 182 +++++++++++++++++++++++++++++++
 app-misc/binwalk/Manifest                |   3 +
 app-misc/binwalk/binwalk-9999.ebuild     |  41 +++++++
 app-misc/binwalk/metadata.xml            |  23 ++++
 dev-python/cstruct/Manifest              |   2 +
 dev-python/cstruct/cstruct-1.0.ebuild    |  21 ++++
 10 files changed, 323 insertions(+)

diff --git a/app-arch/jefferson/Manifest b/app-arch/jefferson/Manifest
new file mode 100644
index 0000000..f07720a
--- /dev/null
+++ b/app-arch/jefferson/Manifest
@@ -0,0 +1 @@
+EBUILD jefferson-9999.ebuild 449 SHA256 62f19b80d3c15d5b6081c2d38a8f775d2bda05094c3922e231a8fb6da4a9ddca SHA512 cad111054869174a1d3703bb0f815f897bd93db86de83331eb1f82a936ae048118a8d8046bf783729c3bb76f8ef14a00ea7975140ca0a31a501e7743d603fce0 WHIRLPOOL 47136486c376985ef79cb58450793ad5db3c711d4fa3bf0e95f7763af2038a3034deb1cbaa562ce15ec3eee994c6e69836dff2bf8c6356045abe8fb9869e05e5

diff --git a/app-arch/jefferson/jefferson-9999.ebuild b/app-arch/jefferson/jefferson-9999.ebuild
new file mode 100644
index 0000000..60caf39
--- /dev/null
+++ b/app-arch/jefferson/jefferson-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit git-r3 distutils-r1
+
+DESCRIPTION="JFFS2 filesystem extraction tool"
+HOMEPAGE="https://github.com/sviehb/jefferson"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/sviehb/jefferson"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-python/cstruct"
+RDEPEND="${DEPEND}"

diff --git a/app-arch/sasquatch/Manifest b/app-arch/sasquatch/Manifest
new file mode 100644
index 0000000..3d17a1a
--- /dev/null
+++ b/app-arch/sasquatch/Manifest
@@ -0,0 +1 @@
+EBUILD sasquatch-9999.ebuild 579 SHA256 d141a2bf274ede1fab768693513a9e7a5fc940654d15a7df6dc9e510e0d0ebae SHA512 dd53d2513808b27f55378866119ae59fc48ed55a66e1f4c2fa0995e714435d94ce4d6b2df30fcea5ad12947808249f75b63e8960faf01dbdef15872d8f4942bb WHIRLPOOL 29109440a30fc53efe1b181a71e463294a4bb9a67efcdc7b74db48b4156d07417df0fdc9f7579426438ef593f592212c7dc41a1ed38f8317dea12a22b0dbb958

diff --git a/app-arch/sasquatch/sasquatch-9999.ebuild b/app-arch/sasquatch/sasquatch-9999.ebuild
new file mode 100644
index 0000000..ef05543
--- /dev/null
+++ b/app-arch/sasquatch/sasquatch-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit git-r3
+
+DESCRIPTION="A modified unsquashfs utility that attempts to support as many hacked-up vendor-specific SquashFS implementations as possible."
+HOMEPAGE="https://github.com/devttys0/sasquatch"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/devttys0/sasquatch.git"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sys-libs/zlib
+		app-arch/xz-utils
+		dev-libs/lzo"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	dobin ${PN}
+	dodoc README.md
+}

diff --git a/app-misc/binwalk/ChangeLog b/app-misc/binwalk/ChangeLog
new file mode 100644
index 0000000..16af0a4
--- /dev/null
+++ b/app-misc/binwalk/ChangeLog
@@ -0,0 +1,182 @@
+# ChangeLog for app-misc/binwalk
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.37 2015/06/05 14:38:21 jlec Exp $
+
+  05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Add github to remote-id in metadata.xml
+
+  11 Dec 2014; Tim Harder <radhermit@gentoo.org> -binwalk-1.2.1.ebuild,
+  -binwalk-1.2.2_p1.ebuild, -files/binwalk-1.2-no-deps-check.patch:
+  Remove old.
+
+  21 Nov 2014; Tim Harder <radhermit@gentoo.org> binwalk-2.0.1.ebuild:
+  Drop old, unused MY_P variable.
+
+  20 Nov 2014; Tim Harder <radhermit@gentoo.org> binwalk-2.0.1.ebuild:
+  Fix sys-apps/file python use flag deps.
+
+*binwalk-2.0.1 (20 Nov 2014)
+
+  20 Nov 2014; Tim Harder <radhermit@gentoo.org> +binwalk-2.0.1.ebuild,
+  +files/binwalk-2.0.1-libs.patch, +files/binwalk-2.0.1-makefile.patch:
+  Version bump.
+
+*binwalk-1.2.2_p1 (06 Nov 2013)
+
+  06 Nov 2013; Tim Harder <radhermit@gentoo.org> +binwalk-1.2.2_p1.ebuild:
+  Version bump.
+
+  13 Oct 2013; Markos Chandras <hwoarang@gentoo.org> binwalk-1.2.1.ebuild:
+  Add ~mips
+
+  26 Jul 2013; Tim Harder <radhermit@gentoo.org> -binwalk-1.0.ebuild,
+  -binwalk-1.1.ebuild, -binwalk-1.2.ebuild:
+  Remove old.
+
+*binwalk-1.2.1 (08 May 2013)
+
+  08 May 2013; Tim Harder <radhermit@gentoo.org> +binwalk-1.2.1.ebuild:
+  Version bump.
+
+  07 Apr 2013; Tim Harder <radhermit@gentoo.org> binwalk-1.2.ebuild,
+  +files/binwalk-1.2-no-deps-check.patch:
+  Don't do dependency checking during build.
+
+*binwalk-1.2 (05 Apr 2013)
+
+  05 Apr 2013; Tim Harder <radhermit@gentoo.org> +binwalk-1.2.ebuild,
+  metadata.xml:
+  Version bump. Add graph use flag for enabling entropy graphing support.
+
+  23 Mar 2013; Tim Harder <radhermit@gentoo.org> -binwalk-0.4.5.ebuild,
+  -binwalk-0.5.0.ebuild, -files/binwalk-0.5.0-destdir.patch:
+  Remove old.
+
+*binwalk-1.1 (23 Mar 2013)
+
+  23 Mar 2013; Tim Harder <radhermit@gentoo.org> +binwalk-1.1.ebuild:
+  Version bump.
+
+*binwalk-1.0 (11 Feb 2013)
+
+  11 Feb 2013; Tim Harder <radhermit@gentoo.org> +binwalk-1.0.ebuild:
+  Version bump.
+
+  02 Jan 2013; Tim Harder <radhermit@gentoo.org> -binwalk-0.4.3.ebuild,
+  -binwalk-0.4.4.ebuild:
+  Remove old.
+
+*binwalk-0.5.0 (02 Jan 2013)
+
+  02 Jan 2013; Tim Harder <radhermit@gentoo.org> +binwalk-0.5.0.ebuild,
+  +files/binwalk-0.5.0-destdir.patch:
+  Version bump.
+
+*binwalk-0.4.5 (07 Sep 2012)
+
+  07 Sep 2012; Tim Harder <radhermit@gentoo.org> +binwalk-0.4.5.ebuild:
+  Version bump.
+
+*binwalk-0.4.4 (07 Aug 2012)
+
+  07 Aug 2012; Tim Harder <radhermit@gentoo.org> +binwalk-0.4.4.ebuild:
+  Version bump.
+
+  25 Jun 2012; Tim Harder <radhermit@gentoo.org> -binwalk-0.4.1.ebuild,
+  -binwalk-0.4.2.ebuild:
+  Remove old.
+
+*binwalk-0.4.3 (21 Mar 2012)
+
+  21 Mar 2012; Tim Harder <radhermit@gentoo.org> +binwalk-0.4.3.ebuild:
+  Version bump.
+
+  20 Feb 2012; Tim Harder <radhermit@gentoo.org> -binwalk-0.4.0.ebuild:
+  Remove old.
+
+*binwalk-0.4.2 (20 Feb 2012)
+
+  20 Feb 2012; Tim Harder <radhermit@gentoo.org> +binwalk-0.4.2.ebuild:
+  Version bump.
+
+*binwalk-0.4.1 (06 Dec 2011)
+
+  06 Dec 2011; Tim Harder <radhermit@gentoo.org> +binwalk-0.4.1.ebuild:
+  Version bump.
+
+  08 Nov 2011; Tim Harder <radhermit@gentoo.org> -binwalk-0.3.8.ebuild,
+  -files/binwalk-0.3.8-system-magic.patch, -binwalk-0.3.9.ebuild,
+  -files/binwalk-0.3.9-system-magic.patch, -binwalk-0.3.10.ebuild:
+  Remove old.
+
+*binwalk-0.4.0 (08 Nov 2011)
+
+  08 Nov 2011; Tim Harder <radhermit@gentoo.org> +binwalk-0.4.0.ebuild:
+  Version bump.
+
+*binwalk-0.3.10 (15 Oct 2011)
+
+  15 Oct 2011; Tim Harder <radhermit@gentoo.org> +binwalk-0.3.10.ebuild:
+  Version bump.
+
+  10 Sep 2011; Tim Harder <radhermit@gentoo.org> -binwalk-0.3.6.ebuild,
+  -binwalk-0.3.7.ebuild, -files/binwalk-0.3.7-system-magic.patch:
+  Remove old.
+
+*binwalk-0.3.9 (10 Sep 2011)
+
+  10 Sep 2011; Tim Harder <radhermit@gentoo.org> +binwalk-0.3.9.ebuild,
+  +files/binwalk-0.3.9-system-magic.patch:
+  Version bump.
+
+*binwalk-0.3.8 (21 Aug 2011)
+
+  21 Aug 2011; Tim Harder <radhermit@gentoo.org> +binwalk-0.3.8.ebuild,
+  +files/binwalk-0.3.8-system-magic.patch:
+  Version bump
+
+*binwalk-0.3.7 (20 Jul 2011)
+
+  20 Jul 2011; Tim Harder <radhermit@gentoo.org> -binwalk-0.3.2.ebuild,
+  -binwalk-0.3.3.ebuild, -binwalk-0.3.5.ebuild, +binwalk-0.3.7.ebuild,
+  +files/binwalk-0.3.7-system-magic.patch:
+  Version bump (bug #374723 by Anthony Basile) and remove old.
+
+*binwalk-0.3.6 (04 Jul 2011)
+
+  04 Jul 2011; Tim Harder <radhermit@gentoo.org> +binwalk-0.3.6.ebuild:
+  Version bump.
+
+*binwalk-0.3.5 (29 Jun 2011)
+
+  29 Jun 2011; Tim Harder <radhermit@gentoo.org> +binwalk-0.3.5.ebuild:
+  Version bump.
+
+*binwalk-0.3.3 (23 Jun 2011)
+
+  23 Jun 2011; Tim Harder <radhermit@gentoo.org> +binwalk-0.3.3.ebuild:
+  Version bump.
+
+*binwalk-0.3.2 (07 Jun 2011)
+
+  07 Jun 2011; Tim Harder <radhermit@gentoo.org> -binwalk-0.3.1.ebuild,
+  -files/binwalk-0.3.1-destdir.patch, -files/binwalk-0.3.1-ldflags.patch,
+  +binwalk-0.3.2.ebuild:
+  Version bump and remove old.
+
+  03 Jun 2011; Tim Harder <radhermit@gentoo.org> binwalk-0.3.1.ebuild,
+  +files/binwalk-0.3.1-ldflags.patch:
+  Respect LDFLAGS.
+
+*binwalk-0.3.1 (03 Jun 2011)
+
+  03 Jun 2011; Tim Harder <radhermit@gentoo.org> -binwalk-0.3.0.ebuild,
+  -files/binwalk-0.3.0-makefile.patch, +binwalk-0.3.1.ebuild,
+  +files/binwalk-0.3.1-destdir.patch:
+  Version bump and remove old.
+
+*binwalk-0.3.0 (30 May 2011)
+
+  30 May 2011; Tim Harder <radhermit@gentoo.org> +binwalk-0.3.0.ebuild,
+  +files/binwalk-0.3.0-makefile.patch, +metadata.xml:
+  Initial import.

diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest
new file mode 100644
index 0000000..322b18c
--- /dev/null
+++ b/app-misc/binwalk/Manifest
@@ -0,0 +1,3 @@
+EBUILD binwalk-9999.ebuild 929 SHA256 b5ac13398d3e4a13c03f6da3dc58fb56b3c7fbc6e371a9873ba21ba80f364195 SHA512 e2b575eb2450ffbe7e495f8a6b2bc9ee8d4202ad2f7e07b0d607b5ee4c1ed78a8f035330fb8fd0fa795f27465c665ebc19ed443fb2c5ea5c82a27ef840008563 WHIRLPOOL 24c33f3edbcbc8bd9be8aa7e4c051da2f815108bb98dd84f43a010c029c8fc0543341f3d77135bf02b1bcf05c169ba8206fee8291c1c331b845fd1055be81932
+MISC ChangeLog 5465 SHA256 f363ee47e84936bf80c047360e4e81faa02937c022a33dbbdd699d1af07fa02b SHA512 0dd251e78b8652e910da14ad0b05ebe1fdc62830675bf7f9a5341d16169aaa58b3316ddd5a864bc3a379ee83991f48619c657344a349760ca89179d6f41b9b3b WHIRLPOOL 64db2ea313ccb792dbb8435d658878dea83cf88d9c9711100c490473b2fe549ba2a90567b6202c7b21779434943c9226fce86a1fe6dc0cd17f0e77664c8ffa4a
+MISC metadata.xml 1034 SHA256 28e275b310807c015c3b36c5cad6c6afe32feaeee227e7f1628fbe136c04f268 SHA512 cb726f4177a9174413b315346bab5d50d66df991264be1c066b54ffdc1b670b9a8859332d6f2263756b6e9588eac8f897da2d7f55c7b70b00fd868d0ecf60f08 WHIRLPOOL c1fcebff45ce87fea452afa20d24d5be31fcbfe16241aac7b6cdf5140e2d78513aa041abb459a4e6b630cc94542120507cd96beb857ad5d25144491e50030bf8

diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild
new file mode 100644
index 0000000..cc0c4ad
--- /dev/null
+++ b/app-misc/binwalk/binwalk-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit git-r3 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"
+
+EGIT_REPO_URI="https://github.com/devttys0/binwalk"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="-amd64"
+IUSE="graph"
+
+RDEPEND="
+	sys-fs/mtd-utils 
+	app-arch/gzip
+	app-arch/bzip2
+	app-arch/tar
+	app-arch/arj
+	app-arch/p7zip
+	app-arch/cabextract
+	app-arch/jefferson
+	app-arch/sasquatch
+	sys-fs/squashfs-tools
+	app-crypt/ssdeep
+	sys-apps/file[${PYTHON_USEDEP}]
+	graph? ( dev-python/pyqtgraph[opengl,${PYTHON_USEDEP}] )
+"
+# lhasa cramfsprogs cramfsswap
+
+python_install_all() {
+	local DOCS=( API.md INSTALL.md )
+	distutils-r1_python_install_all
+}

diff --git a/app-misc/binwalk/metadata.xml b/app-misc/binwalk/metadata.xml
new file mode 100644
index 0000000..8edfc65
--- /dev/null
+++ b/app-misc/binwalk/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>radhermit@gentoo.org</email>
+    <name>Tim Harder</name>
+  </maintainer>
+  <longdescription lang="en">Binwalk is a tool for searching a given binary image for embedded files.
+	Specifically, it is designed for identifying files embedded inside of firmware
+	images. Binwalk uses the libmagic library, so it is compatible with magic
+	signatures created for the Unix file utility.
+	Binwalk also includes a custom magic signature file which contains improved
+	signatures for files that are commonly found in firmware images such as
+	compressed/archived files, firmware headers, Linux kernels, bootloaders,
+	filesystems, etc.</longdescription>
+  <upstream>
+    <remote-id type="google-code">binwalk</remote-id>
+    <remote-id type="github">devttys0/binwalk</remote-id>
+  </upstream>
+  <use>
+    <flag name="graph">Enable support for generating entropy graphs</flag>
+  </use>
+</pkgmetadata>

diff --git a/dev-python/cstruct/Manifest b/dev-python/cstruct/Manifest
new file mode 100644
index 0000000..0aedb2f
--- /dev/null
+++ b/dev-python/cstruct/Manifest
@@ -0,0 +1,2 @@
+DIST cstruct-1.0.tar.gz 7274 SHA256 fae1a278d154667f567e74506d936a665ae09a4f0f507142f8207d8e31387a6f SHA512 2f3a680dcb5c8d5e617c855394c7d4ed1fa861dc7c432506e9787bf9b3c8b617ec6cce967762aeaddf341dedb93b96c52d05e3357f09d05939aede11dce322b8 WHIRLPOOL affde1382bc079163fee38c6a0597626be610771499c7fe26d9dee09de7e06c064dd5e84a275ec85768e2829efa2e7fae7857d2c34833b0aa5ec5a3e23bbae8f
+EBUILD cstruct-1.0.ebuild 433 SHA256 2c4224c4e8b21a5c86acbaf0ceafeeac8854e6579b31bda188ceba80bb16f8c2 SHA512 ae0f1e7f4aae7b4ecd4322f299f189e724910cba98972a429f3ac2f4a5c93b0b5336358799a70b18c8c5086e7fafefb2e63101dbc24dbde4fc1317978dcd03d2 WHIRLPOOL c9ffe0df9a38ae3ebb1b99dcc87e555374164ca0d91f977d77bba1afd7e196c699279aee9df4b4cf0ab96f5917a5f025872cd83f22f69fb37e7b981da631cafe

diff --git a/dev-python/cstruct/cstruct-1.0.ebuild b/dev-python/cstruct/cstruct-1.0.ebuild
new file mode 100644
index 0000000..adc7810
--- /dev/null
+++ b/dev-python/cstruct/cstruct-1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="C-style structs for Python"
+HOMEPAGE="https://github.com/andreax79/python-cstruct"
+SRC_URI="https://pypi.python.org/packages/source/c/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-27 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27 10:29 [gentoo-commits] dev/ikelos:master commit in: app-arch/jefferson/, dev-python/cstruct/, app-arch/sasquatch/, app-misc/binwalk/ Mike Auty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox