summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/perltrash')
-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}
}