summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/binwalk')
-rw-r--r--app-misc/binwalk/ChangeLog7
-rw-r--r--app-misc/binwalk/binwalk-0.4.5.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/app-misc/binwalk/ChangeLog b/app-misc/binwalk/ChangeLog
index 12ba049e49c5..324448f3f2a8 100644
--- a/app-misc/binwalk/ChangeLog
+++ b/app-misc/binwalk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/binwalk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.20 2012/08/07 10:08:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.21 2012/09/07 08:51:48 radhermit Exp $
+
+*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)
diff --git a/app-misc/binwalk/binwalk-0.4.5.ebuild b/app-misc/binwalk/binwalk-0.4.5.ebuild
new file mode 100644
index 000000000000..14acc542b248
--- /dev/null
+++ b/app-misc/binwalk/binwalk-0.4.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/binwalk-0.4.5.ebuild,v 1.1 2012/09/07 08:51:48 radhermit Exp $
+
+EAPI="4"
+
+DESCRIPTION="A tool for identifying files embedded inside firmware images"
+HOMEPAGE="http://code.google.com/p/binwalk/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-apps/file"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}/src"
+
+DOCS=( ../docs/README )
+
+src_configure() {
+ econf --disable-updates
+}