public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/exfatprogs/
Date: Tue, 15 Jul 2025 09:08:09 +0000 (UTC)	[thread overview]
Message-ID: <1752570386.6b72e152d77a3781f3accb2aecc3d16936ad1ed0.sam@gentoo> (raw)

commit:     6b72e152d77a3781f3accb2aecc3d16936ad1ed0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 09:06:26 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 09:06:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b72e152

sys-fs/exfatprogs: drop 1.2.6, 1.2.7

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

 sys-fs/exfatprogs/Manifest                |  2 --
 sys-fs/exfatprogs/exfatprogs-1.2.6.ebuild | 26 --------------------------
 sys-fs/exfatprogs/exfatprogs-1.2.7.ebuild | 26 --------------------------
 3 files changed, 54 deletions(-)

diff --git a/sys-fs/exfatprogs/Manifest b/sys-fs/exfatprogs/Manifest
index 8656648a9288..ae0e483ff485 100644
--- a/sys-fs/exfatprogs/Manifest
+++ b/sys-fs/exfatprogs/Manifest
@@ -1,3 +1 @@
-DIST exfatprogs-1.2.6.tar.xz 365832 BLAKE2B 2f92976638cb7ec626692a60ac7097003ab441d1cca6cc502b776c2954da0e527fa28053e4c2c601aecadd267684910bcdf0f00797322ec9635fe64263fe2d1d SHA512 e0fc88bd7cbac023ac58965d3c1d6b0722277c39efa3e098b0e395e0d245ce445c3f202af9c313e93fcd5d891e14044af479415915ed52a94c55d71945d14762
-DIST exfatprogs-1.2.7.tar.xz 367432 BLAKE2B 02f8079f0efda6d861817d3cbb89196ad1db7d2442553b921ef4586c89d4f281637975f4a056749b11537d93bd70a3be43d73e42c574a80a92de27184abbf529 SHA512 f79f6940d511894eaa72b57cfee318ecf294115adfa1e083b73059f59da3b00438b60c37e24fd550fc9e6e475960887a317b726384add2b3708fb7218929ed2d
 DIST exfatprogs-1.2.8.tar.xz 367500 BLAKE2B f4f15b475a4d6e53279582839274026b55127fe76d6f390991de4fb847fa563d378a23a53419d17ec9eedda7d45df6e920f9c56d8b28fc558f84c2cd672e7f55 SHA512 5930555bde84d77b2b949a268cd0423abaf91bbc3b9632b66705f9e4a1245367c92515111a85f2846541cff7ac465197aed8b091d889dbf8309381ac2d41af98

diff --git a/sys-fs/exfatprogs/exfatprogs-1.2.6.ebuild b/sys-fs/exfatprogs/exfatprogs-1.2.6.ebuild
deleted file mode 100644
index 11dbdc099704..000000000000
--- a/sys-fs/exfatprogs/exfatprogs-1.2.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Userspace utilities for the exFAT filesystem (kernel 5.7+)"
-HOMEPAGE="https://github.com/exfatprogs/exfatprogs"
-
-if [[ ${PV} == *9999 ]] ; then
-	inherit autotools git-r3
-	EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="!sys-fs/exfat-utils"
-
-src_prepare() {
-	default
-
-	[[ ${PV} == *9999 ]] && eautoreconf
-}

diff --git a/sys-fs/exfatprogs/exfatprogs-1.2.7.ebuild b/sys-fs/exfatprogs/exfatprogs-1.2.7.ebuild
deleted file mode 100644
index 40ec2c7ae2dc..000000000000
--- a/sys-fs/exfatprogs/exfatprogs-1.2.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Userspace utilities for the exFAT filesystem"
-HOMEPAGE="https://github.com/exfatprogs/exfatprogs"
-
-if [[ ${PV} == *9999 ]] ; then
-	inherit autotools git-r3
-	EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="!sys-fs/exfat-utils"
-
-src_prepare() {
-	default
-
-	[[ ${PV} == *9999 ]] && eautoreconf
-}


             reply	other threads:[~2025-07-15  9:08 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-15  9:08 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-07 14:56 [gentoo-commits] repo/gentoo:master commit in: sys-fs/exfatprogs/ Arthur Zamarin
2025-09-01  5:45 Arthur Zamarin
2025-08-18 12:46 Sam James
2025-08-18 12:46 Sam James
2025-07-15  9:08 Sam James
2025-04-23  8:59 Arthur Zamarin
2025-04-22  9:40 Sam James
2025-04-22  9:40 Sam James
2025-04-22  9:40 Sam James
2025-03-07 22:52 Sam James
2025-02-09  6:10 Sam James
2025-02-09  6:10 Sam James
2025-01-12 14:49 Sam James
2025-01-12 14:10 Sam James
2025-01-12 13:48 Sam James
2024-11-23 14:51 Sam James
2024-11-23 14:51 Sam James
2024-10-09  0:06 Jakov Smolić
2024-10-05 21:47 Jakov Smolić
2024-10-05 12:58 Arthur Zamarin
2024-10-05 11:12 Sam James
2024-08-29  5:35 Jakov Smolić
2024-08-29  3:15 Sam James
2024-08-14 23:29 Sam James
2024-07-17  5:06 Sam James
2024-07-17  4:44 Sam James
2024-07-17  4:44 Sam James
2024-07-17  4:36 Sam James
2024-07-04  0:29 Sam James
2024-06-08  7:12 Sam James
2024-06-08  7:12 Sam James
2024-01-23  5:00 Sam James
2024-01-18  0:28 Sam James
2024-01-17  8:53 Arthur Zamarin
2024-01-17  6:34 Sam James
2023-11-30  4:08 Sam James
2023-06-17 21:03 Sam James
2023-06-17  6:12 Sam James
2023-06-17  5:57 Sam James
2023-06-17  5:57 Sam James
2023-05-20  6:28 Sam James
2023-05-16 16:53 Sam James
2022-12-04 17:56 Arthur Zamarin
2022-12-03 14:59 Arthur Zamarin
2022-12-03 10:37 Arthur Zamarin
2022-12-03  1:38 Sam James
2022-10-28 18:03 Sam James
2022-10-03  8:29 Agostino Sarubbo
2022-05-05  7:10 WANG Xuerui
2022-05-05  7:10 WANG Xuerui
2022-04-17 17:12 Sam James
2022-02-19  2:36 Sam James
2022-02-19  2:28 Sam James
2022-02-19  2:24 Sam James
2021-11-17  9:33 Lars Wendler
2021-11-17  9:33 Lars Wendler
2021-09-27 22:05 Marek Szuba
2021-09-04 17:35 David Seifert
2021-08-11  0:12 Sam James
2021-08-11  0:02 Sam James
2021-08-10 15:36 Agostino Sarubbo
2021-06-01  0:28 Sam James
2021-05-23 11:48 David Seifert
2021-05-22  3:05 Sam James
2021-05-20 16:20 Sam James
2021-05-20 16:20 Sam James
2021-05-20  8:16 Lars Wendler
2021-04-21  7:39 Lars Wendler
2021-04-21  7:39 Lars Wendler
2021-03-07 14:41 Agostino Sarubbo
2021-03-06 15:37 Thomas Deutschmann
2021-03-05 20:33 Sam James
2021-02-12  5:50 Georgy Yakovlev
2021-02-09 13:06 Lars Wendler
2020-08-05  6:40 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1752570386.6b72e152d77a3781f3accb2aecc3d16936ad1ed0.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox