From 45083b7d1ad8b9651a9a4bae0e955cee564408bd Mon Sep 17 00:00:00 2001 From: Kalin KOZHUHAROV Date: Wed, 30 Aug 2023 13:10:14 +0200 Subject: [PATCH] revbump Signed-off-by: Kalin KOZHUHAROV Bug:https://bugs.gentoo.org/913309 --- .../{ftimes-3.11.0-r1.ebuild => ftimes-3.11.0-r2.ebuild} | 6 ++---- .../{partclone-0.3.17.ebuild => partclone-0.3.17-r1.ebuild} | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) rename app-forensics/ftimes/{ftimes-3.11.0-r1.ebuild => ftimes-3.11.0-r2.ebuild} (93%) rename sys-block/partclone/{partclone-0.3.17.ebuild => partclone-0.3.17-r1.ebuild} (94%) diff --git a/app-forensics/ftimes/ftimes-3.11.0-r1.ebuild b/app-forensics/ftimes/ftimes-3.11.0-r2.ebuild similarity index 93% rename from app-forensics/ftimes/ftimes-3.11.0-r1.ebuild rename to app-forensics/ftimes/ftimes-3.11.0-r2.ebuild index e311270..624b10c 100644 --- a/app-forensics/ftimes/ftimes-3.11.0-r1.ebuild +++ b/app-forensics/ftimes/ftimes-3.11.0-r2.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" - -inherit eutils +EAPI=8 DESCRIPTION="A system baselining and evidence collection tool" HOMEPAGE="http://ftimes.sourceforge.net/FTimes/" diff --git a/sys-block/partclone/partclone-0.3.17.ebuild b/sys-block/partclone/partclone-0.3.17-r1.ebuild similarity index 94% rename from sys-block/partclone/partclone-0.3.17.ebuild rename to sys-block/partclone/partclone-0.3.17-r1.ebuild index ae57d55..db486db 100644 --- a/sys-block/partclone/partclone-0.3.17.ebuild +++ b/sys-block/partclone/partclone-0.3.17-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools eutils +inherit autotools DESCRIPTION="Partition cloning tool" HOMEPAGE="http://partclone.org/"