diff options
author | 2013-05-08 10:20:35 +0000 | |
---|---|---|
committer | 2013-05-08 10:20:35 +0000 | |
commit | 6aec87cd0cdba865b5c18d145fe6b4da8b439b9b (patch) | |
tree | e4d246f39502ae6166a983c9da401f0fd1f0aec1 /app-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-6aec87cd0cdba865b5c18d145fe6b4da8b439b9b.tar.gz gentoo-2-6aec87cd0cdba865b5c18d145fe6b4da8b439b9b.tar.bz2 gentoo-2-6aec87cd0cdba865b5c18d145fe6b4da8b439b9b.zip |
Version bump.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/binwalk/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/binwalk/binwalk-1.2.1.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/app-misc/binwalk/ChangeLog b/app-misc/binwalk/ChangeLog index 6499a9994720..77cbd1f1e26a 100644 --- a/app-misc/binwalk/ChangeLog +++ b/app-misc/binwalk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/binwalk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.28 2013/04/07 09:48:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.29 2013/05/08 10:20:35 radhermit Exp $ + +*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: diff --git a/app-misc/binwalk/binwalk-1.2.1.ebuild b/app-misc/binwalk/binwalk-1.2.1.ebuild new file mode 100644 index 000000000000..c212db0257bd --- /dev/null +++ b/app-misc/binwalk/binwalk-1.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/binwalk-1.2.1.ebuild,v 1.1 2013/05/08 10:20:35 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="A tool for identifying files embedded inside firmware images" +HOMEPAGE="http://code.google.com/p/binwalk/" +SRC_URI="http://binwalk.googlecode.com/files/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="graph" + +RDEPEND="sys-apps/file[python] + graph? ( dev-python/matplotlib[${PYTHON_USEDEP}] )" + +S=${WORKDIR}/${P}/src + +DOCS=( ../docs/README ../docs/API ) + +PATCHES=( "${FILESDIR}"/${PN}-1.2-no-deps-check.patch ) |