commit:     5812c0117882de1277cd834488a89f48c8f4c875
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 17:38:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 18:03:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5812c011

sys-fs/exfatprogs: add 1.2.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/exfatprogs/Manifest                                     |  1 +
 .../{exfatprogs-9999.ebuild => exfatprogs-1.2.0.ebuild}        | 10 +++++-----
 sys-fs/exfatprogs/exfatprogs-9999.ebuild                       | 10 +++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sys-fs/exfatprogs/Manifest b/sys-fs/exfatprogs/Manifest
index 03271778d749..9784cb9b5859 100644
--- a/sys-fs/exfatprogs/Manifest
+++ b/sys-fs/exfatprogs/Manifest
@@ -1 +1,2 @@
 DIST exfatprogs-1.1.3.tar.xz 261936 BLAKE2B 
7d1e471eb24f408999efd7fd6e8e2b60f0ef4efbceca9780de5a52c0b0bcad18a25648b7e669e805a40f382541406c01ea75cd40b4660f44281848bf38f9d1c0
 SHA512 
d23bfe4d0233d944b0d5a484e1167746db77ea9b7fbacdbfac2dd4d37a8a1d747f2445b09baced9fd7b5d3dbfc7664bdc1efe16326d7e678d05294eee124efa3
+DIST exfatprogs-1.2.0.tar.xz 272716 BLAKE2B 
d8b4188ee2fd96b4b0abab52540e894f55279e3031596081f8077a45a2ad5737870298a0658feee177818dbf02ae036e035c350437c3ea4b7ab7100f46fc8772
 SHA512 
61a78af024e1ff7e12f2d7449c3ee2ff9476c8746269e29c453c77dbc73d3f52af7ca8fc3e1bd85d6a75b6ed8b7712b5f80e5cc1dffc5ff00fb63455a57ca9bf

diff --git a/sys-fs/exfatprogs/exfatprogs-9999.ebuild 
b/sys-fs/exfatprogs/exfatprogs-1.2.0.ebuild
similarity index 86%
copy from sys-fs/exfatprogs/exfatprogs-9999.ebuild
copy to sys-fs/exfatprogs/exfatprogs-1.2.0.ebuild
index e9fc0d2e9745..6d2c947cbb32 100644
--- a/sys-fs/exfatprogs/exfatprogs-9999.ebuild
+++ b/sys-fs/exfatprogs/exfatprogs-1.2.0.ebuild
@@ -1,11 +1,12 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Userspace utilities for new exfat filesystem (kernel 5.7+)"
 HOMEPAGE="https://github.com/exfatprogs/exfatprogs";
-if [[ "${PV}" == *9999 ]] ; then
+
+if [[ ${PV} == *9999 ]] ; then
        inherit autotools git-r3
        EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git";
 else
@@ -15,11 +16,10 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE=""
-
 RDEPEND="!sys-fs/exfat-utils"
 
 src_prepare() {
        default
-       [[ "${PV}" == *9999 ]] && eautoreconf
+
+       [[ ${PV} == *9999 ]] && eautoreconf
 }

diff --git a/sys-fs/exfatprogs/exfatprogs-9999.ebuild 
b/sys-fs/exfatprogs/exfatprogs-9999.ebuild
index e9fc0d2e9745..6d2c947cbb32 100644
--- a/sys-fs/exfatprogs/exfatprogs-9999.ebuild
+++ b/sys-fs/exfatprogs/exfatprogs-9999.ebuild
@@ -1,11 +1,12 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Userspace utilities for new exfat filesystem (kernel 5.7+)"
 HOMEPAGE="https://github.com/exfatprogs/exfatprogs";
-if [[ "${PV}" == *9999 ]] ; then
+
+if [[ ${PV} == *9999 ]] ; then
        inherit autotools git-r3
        EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git";
 else
@@ -15,11 +16,10 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE=""
-
 RDEPEND="!sys-fs/exfat-utils"
 
 src_prepare() {
        default
-       [[ "${PV}" == *9999 ]] && eautoreconf
+
+       [[ ${PV} == *9999 ]] && eautoreconf
 }

Reply via email to