radhermit    14/11/20 17:26:54

  Modified:             ChangeLog
  Added:                binwalk-2.0.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.33                 app-misc/binwalk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   6 Nov 2013 06:56:15 -0000       1.32
+++ ChangeLog   20 Nov 2014 17:26:54 -0000      1.33
@@ -1,6 +1,12 @@
 # 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.32 
2013/11/06 06:56:15 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.33 
2014/11/20 17:26:54 radhermit Exp $
+
+*binwalk-2.0.1 (20 Nov 2014)
+
+  20 Nov 2014; Tim Harder <[email protected]> +binwalk-2.0.1.ebuild,
+  +files/binwalk-2.0.1-libs.patch, +files/binwalk-2.0.1-makefile.patch:
+  Version bump.
 
 *binwalk-1.2.2_p1 (06 Nov 2013)
 



1.1                  app-misc/binwalk/binwalk-2.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/binwalk-2.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/binwalk/binwalk-2.0.1.ebuild?rev=1.1&content-type=text/plain

Index: binwalk-2.0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/binwalk-2.0.1.ebuild,v 1.1 
2014/11/20 17:26:54 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

MY_P=${P/_p/-}
DESCRIPTION="A tool for identifying files embedded inside firmware images"
HOMEPAGE="https://github.com/devttys0/binwalk";
SRC_URI="https://github.com/devttys0/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="graph"

RDEPEND="
        app-crypt/ssdeep
        sys-apps/file[python]
        graph? ( dev-python/pyqtgraph[opengl,${PYTHON_USEDEP}] )
"

PATCHES=(
        "${FILESDIR}"/${P}-makefile.patch
        "${FILESDIR}"/${P}-libs.patch
)

python_configure_all() {
        econf --disable-bundles
}

python_compile_all() {
        emake
}

python_install_all() {
        local DOCS=( API.md INSTALL.md )
        distutils-r1_python_install_all

        dolib.so src/C/*/*.so
}




Reply via email to