Skip to content

Commit

Permalink
app-text/binfind: Bump to EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Nov 9, 2019
1 parent 1f9a802 commit 4e3c258
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions app-text/binfind/binfind-0.0.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=0
EAPI=7

DESCRIPTION="binfind searches files for a byte sequence specified on the command line"
DESCRIPTION="Search files for a byte sequence specified on the command line"
HOMEPAGE="http://www.lith.at/binfind"
SRC_URI="http://www.lith.at/binfind/${P}.tar.gz"
LICENSE="GPL-2"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""

src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS NEWS README ChangeLog
}

0 comments on commit 4e3c258

Please sign in to comment.