diff options
author | Sam James <sam@gentoo.org> | 2022-07-10 15:42:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-10 16:45:23 +0100 |
commit | 30c5586ee7403f27893653e3f9f4d57d8b90ce70 (patch) | |
tree | 70b9760cc2abf9284b2c3d63952d14e328199338 /app-misc | |
parent | app-eselect/eselect-oodict: EAPI 8 (diff) | |
download | gentoo-30c5586ee7403f27893653e3f9f4d57d8b90ce70.tar.gz gentoo-30c5586ee7403f27893653e3f9f4d57d8b90ce70.tar.bz2 gentoo-30c5586ee7403f27893653e3f9f4d57d8b90ce70.zip |
app-misc/perltrash: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/perltrash/perltrash-0.3-r2.ebuild (renamed from app-misc/perltrash/perltrash-0.3-r1.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-misc/perltrash/perltrash-0.3-r1.ebuild b/app-misc/perltrash/perltrash-0.3-r2.ebuild index 278d09b1c36b..9c0204c92b75 100644 --- a/app-misc/perltrash/perltrash-0.3-r1.ebuild +++ b/app-misc/perltrash/perltrash-0.3-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Command-line trash can emulation" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" @@ -10,12 +10,11 @@ SRC_URI="ftp://www.iq-computing.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" RDEPEND="dev-lang/perl" DOCS=( README.txt ) src_install() { - newbin "${PN}.pl" "${PN}" + newbin ${PN}.pl ${PN} } |