summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-06-29 21:05:20 +0000
committerTim Harder <radhermit@gentoo.org>2011-06-29 21:05:20 +0000
commitcdbd3ea55c6890042cab605b53534db53f2bf92a (patch)
tree45e737c9e3fd90450bb985f7ac93bccdd5902a04 /app-misc/binwalk
parentTweak doc/Makefile.in stub to work with make-3.82+ #373095 by Torbjörn Svens... (diff)
downloadgentoo-2-cdbd3ea55c6890042cab605b53534db53f2bf92a.tar.gz
gentoo-2-cdbd3ea55c6890042cab605b53534db53f2bf92a.tar.bz2
gentoo-2-cdbd3ea55c6890042cab605b53534db53f2bf92a.zip
Version bump.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/binwalk')
-rw-r--r--app-misc/binwalk/ChangeLog7
-rw-r--r--app-misc/binwalk/binwalk-0.3.5.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/app-misc/binwalk/ChangeLog b/app-misc/binwalk/ChangeLog
index 135684a9de8c..2f416de56a02 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.5 2011/06/23 06:45:00 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.6 2011/06/29 21:05:20 radhermit Exp $
+
+*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)
diff --git a/app-misc/binwalk/binwalk-0.3.5.ebuild b/app-misc/binwalk/binwalk-0.3.5.ebuild
new file mode 100644
index 000000000000..edc10ae852cd
--- /dev/null
+++ b/app-misc/binwalk/binwalk-0.3.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/binwalk-0.3.5.ebuild,v 1.1 2011/06/29 21:05:20 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
+ net-misc/curl"
+DEPEND="${RDEPEND}"