summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 04:14:13 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:53:58 +0100
commitc074aaf12804ca2d70f95b7667d543002bc275cc (patch)
tree77eac5ab4730c1450eaf273041c40db861f2fa60 /app-arch/makeself
parentapp-admin/watchfolder: EAPI 7, eutils--, implicit decl patch (diff)
downloadgentoo-c074aaf12804ca2d70f95b7667d543002bc275cc.tar.gz
gentoo-c074aaf12804ca2d70f95b7667d543002bc275cc.tar.bz2
gentoo-c074aaf12804ca2d70f95b7667d543002bc275cc.zip
app-arch/makeself: EAPI 7, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/makeself')
-rw-r--r--app-arch/makeself/makeself-2.2.0-r2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild b/app-arch/makeself/makeself-2.2.0-r2.ebuild
index b172fd0d2204..04f9402991c5 100644
--- a/app-arch/makeself/makeself-2.2.0-r2.ebuild
+++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit unpacker eutils
+inherit unpacker
-DESCRIPTION="shell script that generates a self-extractible tar.gz"
+DESCRIPTION="Shell script that generates a self-extractible tar.gz"
HOMEPAGE="http://www.megastep.org/makeself/"
SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz"
+S="${WORKDIR}/${PN}-release-${PV}"
LICENSE="GPL-2"
SLOT="0"
@@ -15,8 +16,6 @@ KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
RDEPEND="sys-apps/gentoo-functions"
-S="${WORKDIR}/${PN}-release-${PV}"
-
PATCHES=( "${FILESDIR}/${P}-help-header.patch" )
src_install() {