diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-15 18:20:48 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-12-07 19:51:18 +0100 |
commit | 9c9a638e7f00c4f6398b9d0f40b00af29fa1b164 (patch) | |
tree | bbf3d4353dd75b28e0d76984628aa0d75fcbcff5 /app-misc/fsniper | |
parent | app-office/libreoffice-l10n: Restore 7.5.9.2 keywords (diff) | |
download | gentoo-9c9a638e7f00c4f6398b9d0f40b00af29fa1b164.tar.gz gentoo-9c9a638e7f00c4f6398b9d0f40b00af29fa1b164.tar.bz2 gentoo-9c9a638e7f00c4f6398b9d0f40b00af29fa1b164.zip |
app-misc/fsniper: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-misc/fsniper')
-rw-r--r-- | app-misc/fsniper/fsniper-1.3.1-r2.ebuild | 10 |
1 files 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 -} |