* [gentoo-commits] gentoo-x86 commit in app-misc/binwalk: ChangeLog binwalk-0.5.0.ebuild
@ 2013-01-02 22:13 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-01-02 22:13 UTC (permalink / raw
To: gentoo-commits
radhermit 13/01/02 22:13:05
Modified: ChangeLog
Added: binwalk-0.5.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.22 app-misc/binwalk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 7 Sep 2012 08:51:48 -0000 1.21
+++ ChangeLog 2 Jan 2013 22:13:05 -0000 1.22
@@ -1,6 +1,12 @@
# 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.21 2012/09/07 08:51:48 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.22 2013/01/02 22:13:05 radhermit Exp $
+
+*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)
1.1 app-misc/binwalk/binwalk-0.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/binwalk-0.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/binwalk-0.5.0.ebuild?rev=1.1&content-type=text/plain
Index: binwalk-0.5.0.ebuild
===================================================================
# 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-0.5.0.ebuild,v 1.1 2013/01/02 22:13:05 radhermit Exp $
EAPI="5"
inherit eutils
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=""
RDEPEND="sys-apps/file"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${P}/src"
DOCS=( ../docs/README )
src_prepare() {
epatch "${FILESDIR}"/${P}-destdir.patch
}
src_configure() {
econf --disable-updates
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-02 22:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 22:13 [gentoo-commits] gentoo-x86 commit in app-misc/binwalk: ChangeLog binwalk-0.5.0.ebuild Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox