summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-20 06:20:35 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-20 06:20:35 +0000
commitce360dcdf2706da2d7afef080bc3d09ec779ca18 (patch)
tree214ab0388e394532d9ad2cd9f35a5735826559b1 /app-misc/binwalk
parentRemove old. (diff)
downloadgentoo-2-ce360dcdf2706da2d7afef080bc3d09ec779ca18.tar.gz
gentoo-2-ce360dcdf2706da2d7afef080bc3d09ec779ca18.tar.bz2
gentoo-2-ce360dcdf2706da2d7afef080bc3d09ec779ca18.zip
Version bump.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/binwalk')
-rw-r--r--app-misc/binwalk/ChangeLog9
-rw-r--r--app-misc/binwalk/binwalk-0.4.2.ebuild27
2 files changed, 34 insertions, 2 deletions
diff --git a/app-misc/binwalk/ChangeLog b/app-misc/binwalk/ChangeLog
index 171021c93168..11316aa16f43 100644
--- a/app-misc/binwalk/ChangeLog
+++ b/app-misc/binwalk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/binwalk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.15 2011/12/06 10:14:18 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.16 2012/02/20 06:20:35 radhermit Exp $
+
+*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)
diff --git a/app-misc/binwalk/binwalk-0.4.2.ebuild b/app-misc/binwalk/binwalk-0.4.2.ebuild
new file mode 100644
index 000000000000..b40a57cea6ea
--- /dev/null
+++ b/app-misc/binwalk/binwalk-0.4.2.ebuild
@@ -0,0 +1,27 @@
+# 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.2.ebuild,v 1.1 2012/02/20 06:20:35 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 \
+ --enable-libmagic \
+ --disable-updates
+}