summaryrefslogtreecommitdiff
path: root/app-text/binfind/binfind-0.0.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /app-text/binfind/binfind-0.0.3.ebuild
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'app-text/binfind/binfind-0.0.3.ebuild')
-rw-r--r--app-text/binfind/binfind-0.0.3.ebuild16
1 files changed, 5 insertions, 11 deletions
diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild
index d5da3dc5dad5..8e402c5ed0e1 100644
--- a/app-text/binfind/binfind-0.0.3.ebuild
+++ b/app-text/binfind/binfind-0.0.3.ebuild
@@ -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"
-HOMEPAGE="http://www.lith.at/binfind"
+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
-}