commit: 15627c9ebc87a2d18e33fb9ac63c419fe021e46f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Nov 15 17:38:15 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Dec 7 18:51:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15627c9e
app-misc/ondir: EAPI8 bump Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-misc/ondir/ondir-0.2.4.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app-misc/ondir/ondir-0.2.4.ebuild b/app-misc/ondir/ondir-0.2.4.ebuild index fcd20f2288d7..568d6dd8507c 100644 --- a/app-misc/ondir/ondir-0.2.4.ebuild +++ b/app-misc/ondir/ondir-0.2.4.ebuild @@ -1,21 +1,18 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs DESCRIPTION="Automatically execute scripts as you traverse directories" -HOMEPAGE="http://swapoff.org/OnDir" -SRC_URI="http://swapoff.org/files/${PN}/${P}.tar.gz" +HOMEPAGE="https://swapoff.org/OnDir" +SRC_URI="https://swapoff.org/files/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -DEPEND="sys-apps/sed" -RDEPEND="${DEPEND}" - DOCS=( AUTHORS ChangeLog INSTALL scripts.tcsh scripts.sh ) src_prepare() {