From 77398e424e45d9e98c1cef3c43bdadb9d56e81ef Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Nov 2019 13:21:36 +0000 Subject: gentoo resync : 10.11.2019 --- app-text/binfind/binfind-0.0.3.ebuild | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'app-text/binfind/binfind-0.0.3.ebuild') 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 -} -- cgit v1.2.3