commit: 9c9a638e7f00c4f6398b9d0f40b00af29fa1b164 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Nov 15 17:20:48 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Dec 7 18:51:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9a638e
app-misc/fsniper: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-misc/fsniper/fsniper-1.3.1-r2.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app-misc/fsniper/fsniper-1.3.1-r2.ebuild b/app-misc/fsniper/fsniper-1.3.1-r2.ebuild index 7b845d7f9bf8..212630d96144 100644 --- a/app-misc/fsniper/fsniper-1.3.1-r2.ebuild +++ b/app-misc/fsniper/fsniper-1.3.1-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -9,7 +9,7 @@ DESCRIPTION="Monitors a given set of directories for new files" HOMEPAGE="https://github.com/l3ib/fsniper" SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" @@ -32,7 +32,3 @@ src_prepare() { default eautoreconf } - -src_install() { - default -}