diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-01-02 22:13:38 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-01-02 22:13:38 +0000 |
commit | 44129def4fe94ef3c0f7a3dd9729fae9f1d1a849 (patch) | |
tree | 1b0eaddc3280481d99fbbcd48782a60938eb6a27 /app-misc/binwalk | |
parent | Version bump. (diff) | |
download | gentoo-2-44129def4fe94ef3c0f7a3dd9729fae9f1d1a849.tar.gz gentoo-2-44129def4fe94ef3c0f7a3dd9729fae9f1d1a849.tar.bz2 gentoo-2-44129def4fe94ef3c0f7a3dd9729fae9f1d1a849.zip |
Remove old.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-misc/binwalk')
-rw-r--r-- | app-misc/binwalk/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/binwalk/binwalk-0.4.3.ebuild | 27 | ||||
-rw-r--r-- | app-misc/binwalk/binwalk-0.4.4.ebuild | 25 |
3 files changed, 5 insertions, 53 deletions
diff --git a/app-misc/binwalk/ChangeLog b/app-misc/binwalk/ChangeLog index f1c601813abb..54923f9cf66c 100644 --- a/app-misc/binwalk/ChangeLog +++ b/app-misc/binwalk/ChangeLog @@ -1,6 +1,10 @@ # 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.22 2013/01/02 22:13:05 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.23 2013/01/02 22:13:38 radhermit Exp $ + + 02 Jan 2013; Tim Harder <radhermit@gentoo.org> -binwalk-0.4.3.ebuild, + -binwalk-0.4.4.ebuild: + Remove old. *binwalk-0.5.0 (02 Jan 2013) diff --git a/app-misc/binwalk/binwalk-0.4.3.ebuild b/app-misc/binwalk/binwalk-0.4.3.ebuild deleted file mode 100644 index de6db0af30d8..000000000000 --- a/app-misc/binwalk/binwalk-0.4.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.3.ebuild,v 1.1 2012/03/21 09:58:51 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 -} diff --git a/app-misc/binwalk/binwalk-0.4.4.ebuild b/app-misc/binwalk/binwalk-0.4.4.ebuild deleted file mode 100644 index 6d33d1c4a7c8..000000000000 --- a/app-misc/binwalk/binwalk-0.4.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.4.ebuild,v 1.1 2012/08/07 10:08:57 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 -} |