summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-06-25 03:53:38 +0000
committerTim Harder <radhermit@gentoo.org>2012-06-25 03:53:38 +0000
commit3043b56c4bf2c693fcecab9d52111d7243f1b30d (patch)
treefed1fcce9a2af24d763a57886abe9915d40030c6 /app-misc/binwalk
parentBump (diff)
downloadgentoo-2-3043b56c4bf2c693fcecab9d52111d7243f1b30d.tar.gz
gentoo-2-3043b56c4bf2c693fcecab9d52111d7243f1b30d.tar.bz2
gentoo-2-3043b56c4bf2c693fcecab9d52111d7243f1b30d.zip
Remove old.
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/binwalk')
-rw-r--r--app-misc/binwalk/ChangeLog6
-rw-r--r--app-misc/binwalk/binwalk-0.4.1.ebuild27
-rw-r--r--app-misc/binwalk/binwalk-0.4.2.ebuild27
3 files changed, 5 insertions, 55 deletions
diff --git a/app-misc/binwalk/ChangeLog b/app-misc/binwalk/ChangeLog
index 7d8aae487081..f7f1d2251824 100644
--- a/app-misc/binwalk/ChangeLog
+++ b/app-misc/binwalk/ChangeLog
@@ -1,6 +1,10 @@
# 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.18 2012/03/21 09:58:51 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/ChangeLog,v 1.19 2012/06/25 03:53:38 radhermit Exp $
+
+ 25 Jun 2012; Tim Harder <radhermit@gentoo.org> -binwalk-0.4.1.ebuild,
+ -binwalk-0.4.2.ebuild:
+ Remove old.
*binwalk-0.4.3 (21 Mar 2012)
diff --git a/app-misc/binwalk/binwalk-0.4.1.ebuild b/app-misc/binwalk/binwalk-0.4.1.ebuild
deleted file mode 100644
index 1951403986e3..000000000000
--- a/app-misc/binwalk/binwalk-0.4.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.4.1.ebuild,v 1.1 2011/12/06 10:14:17 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.2.ebuild b/app-misc/binwalk/binwalk-0.4.2.ebuild
deleted file mode 100644
index b40a57cea6ea..000000000000
--- a/app-misc/binwalk/binwalk-0.4.2.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.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
-}