diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-19 10:56:59 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-12-07 19:51:56 +0100 |
commit | ac7b0a1961d0ba1c314c2ce43f670ec3009ad9ca (patch) | |
tree | 3ed0184d4e575ba17301739d6e986cb1d6d00f60 /app-misc/unfoo | |
parent | app-misc/ondir: EAPI8 bump (diff) | |
download | gentoo-ac7b0a1961d0ba1c314c2ce43f670ec3009ad9ca.tar.gz gentoo-ac7b0a1961d0ba1c314c2ce43f670ec3009ad9ca.tar.bz2 gentoo-ac7b0a1961d0ba1c314c2ce43f670ec3009ad9ca.zip |
app-misc/unfoo: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-misc/unfoo')
-rw-r--r-- | app-misc/unfoo/unfoo-1.0.8-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild index 14b1f01e3574..051b951c6a2b 100644 --- a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild +++ b/app-misc/unfoo/unfoo-1.0.8-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -DESCRIPTION="A simple bash driven frontend to simplify decompression of files" -HOMEPAGE="http://obsoleet.org/code/unfoo" +DESCRIPTION="Simple bash driven frontend to simplify decompression of files" +HOMEPAGE="https://github.com/jlec/unfoo" SRC_URI="https://github.com/jlec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |