diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 12:40:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:11:39 +0100 |
commit | c376bae8fc4eefebf00a33bf7c91051725f813e1 (patch) | |
tree | dcf88faa458cc6e4b75c65c31d915643db81753c /dev-util/xxdi | |
parent | dev-util/splint: port to EAPI 7 (diff) | |
download | gentoo-c376bae8fc4eefebf00a33bf7c91051725f813e1.tar.gz gentoo-c376bae8fc4eefebf00a33bf7c91051725f813e1.tar.bz2 gentoo-c376bae8fc4eefebf00a33bf7c91051725f813e1.zip |
dev-util/xxdi: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/xxdi')
-rw-r--r-- | dev-util/xxdi/xxdi-1.0.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-util/xxdi/xxdi-1.0.0.ebuild b/dev-util/xxdi/xxdi-1.0.0.ebuild index 2946a65edffa..8b018c40897e 100644 --- a/dev-util/xxdi/xxdi-1.0.0.ebuild +++ b/dev-util/xxdi/xxdi-1.0.0.ebuild @@ -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 -EAPI=5 +EAPI=7 MODULE_VERSION=001 DESCRIPTION="Simple alternative to vim's 'xxd -i' mode" HOMEPAGE="https://github.com/gregkh/xxdi" SRC_URI="https://github.com/gregkh/xxdi/archive/v${MODULE_VERSION}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${MODULE_VERSION} LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm64 ppc ppc64 x86" -IUSE="" RDEPEND="dev-lang/perl dev-perl/File-Slurp" -S=${WORKDIR}/${PN}-${MODULE_VERSION} - src_install() { dobin xxdi.pl dodoc README.md |