dev-util/xxdi: update EAPI 5 -> 7

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-19 12:40:49 +01:00
parent 21820be07f
commit c376bae8fc

View File

@@ -1,24 +1,22 @@
# Copyright 1999-2019 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=5 EAPI=7
MODULE_VERSION=001 MODULE_VERSION=001
DESCRIPTION="Simple alternative to vim's 'xxd -i' mode" DESCRIPTION="Simple alternative to vim's 'xxd -i' mode"
HOMEPAGE="https://github.com/gregkh/xxdi" HOMEPAGE="https://github.com/gregkh/xxdi"
SRC_URI="https://github.com/gregkh/xxdi/archive/v${MODULE_VERSION}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/gregkh/xxdi/archive/v${MODULE_VERSION}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${MODULE_VERSION}
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="amd64 arm64 ppc ppc64 x86" KEYWORDS="amd64 arm64 ppc ppc64 x86"
IUSE=""
RDEPEND="dev-lang/perl RDEPEND="dev-lang/perl
dev-perl/File-Slurp" dev-perl/File-Slurp"
S=${WORKDIR}/${PN}-${MODULE_VERSION}
src_install() { src_install() {
dobin xxdi.pl dobin xxdi.pl
dodoc README.md dodoc README.md