commit:     4c856dddbf923130ebf4e248c73ccfbe02492522
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jul 11 11:32:42 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 18:36:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c856ddd

sys-block/hdrecover: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31833
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-block/hdrecover/hdrecover-0.5.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/sys-block/hdrecover/hdrecover-0.5.ebuild 
b/sys-block/hdrecover/hdrecover-0.5.ebuild
index 7e057c37f82a..fdaea33c1b64 100644
--- a/sys-block/hdrecover/hdrecover-0.5.ebuild
+++ b/sys-block/hdrecover/hdrecover-0.5.ebuild
@@ -1,19 +1,15 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Attempts to recover a hard disk that has bad blocks on it"
-HOMEPAGE="http://hdrecover.sourceforge.net/";
+HOMEPAGE="https://hdrecover.sourceforge.net/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
 
 src_configure() {
        # we don't want the command to be visible to non-root users.

Reply via email to