From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-block/partclone/
Date: Mon, 27 Jan 2025 09:57:22 +0000 (UTC) [thread overview]
Message-ID: <1737797916.2ba887c97e7d428b2b99b6faff1c883c7b54b971.davidroman@gentoo> (raw)
commit: 2ba887c97e7d428b2b99b6faff1c883c7b54b971
Author: 123485k <1758961307 <AT> qq <DOT> com>
AuthorDate: Sat Jan 25 09:38:36 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jan 25 09:38:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ba887c9
Revert "sys-block/partclone: add 0.3.33"
This reverts commit baef4e88851212de4f9cf8c3d0ea8782b87e970c.
Signed-off-by: 123485k <1758961307 <AT> qq.com>
sys-block/partclone/Manifest | 1 -
sys-block/partclone/partclone-0.3.33.ebuild | 100 ----------------------------
2 files changed, 101 deletions(-)
diff --git a/sys-block/partclone/Manifest b/sys-block/partclone/Manifest
index b433a4bdf..6a323ea2b 100644
--- a/sys-block/partclone/Manifest
+++ b/sys-block/partclone/Manifest
@@ -1,3 +1,2 @@
DIST partclone-0.3.20.tar.gz 1373652 BLAKE2B 4fd15bde711c3967cc791214592ec97cd8cc0290ae452334dc026dfbfc0d27661460165dacced72767ed5fa9731649d6c250e9576ace861c713d3a1e52630e2f SHA512 32dced369973c39412c562ab8731ff7b490f464b5ed4033456e6b23f3f79c437f43dc9db4c79b4821f35e4997d1444c8d80c53816b2a3bb90836fb5ad33b368e
DIST partclone-0.3.32.tar.gz 1456707 BLAKE2B 14212bd989057eb3212d7297bef9a191c59fbe1df6430212fab757c701b522e6bdeed8c53a0569665ac40334d21b30d7e4e59f961efea51abe7303448c46fa5c SHA512 ff454ab910343606f4691f0de1744507dc8d48e2e431ba1d6b4b1ca8152aafddf230a5c3273c2f853779868365e534b74ecc201bfc7e258037d56d47b2afbf8b
-DIST partclone-0.3.33.tar.gz 1613900 BLAKE2B ac72310950b3f9e894470e206e00e1e540b8e800c6ffba94f19f6e8a460630ba1caceab0c6646d0af1409ef64ab60565879d66006cf989b73906b8f9ef8ab888 SHA512 21b783e50dca290acc70a2afb305f886c9032d3cc04636fa0e678efeac787398a5a2f8e260f9969be51500ee14d005fdf2dd33b9198ad96ef55311a8a9954c62
diff --git a/sys-block/partclone/partclone-0.3.33.ebuild b/sys-block/partclone/partclone-0.3.33.ebuild
deleted file mode 100644
index 4706e92d3..000000000
--- a/sys-block/partclone/partclone-0.3.33.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-if [[ -z ${PV%%*9999} ]]; then
- EGIT_REPO_URI="https://github.com/Thomas-Tsai/${PN}.git"
- inherit git-r3
-else
- [[ -n ${PV%%*_p*} ]] && MY_PV="${PV}"
- SRC_URI="
- https://github.com/Thomas-Tsai/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
- "
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Partition cloning tool"
-HOMEPAGE="https://partclone.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="
-apfs btrfs +e2fs exfat f2fs fat fuse hfs minix ncurses nilfs2 ntfs
-reiserfs static test ufs vmfs xfs
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/openssl:0=
- e2fs? ( sys-fs/e2fsprogs )
- btrfs? ( sys-apps/util-linux )
- fuse? ( sys-fs/fuse:3 )
- ncurses? ( sys-libs/ncurses:0= )
- nilfs2? ( sys-fs/nilfs-utils )
- ntfs? ( sys-fs/ntfs3g )
- reiserfs? ( sys-fs/progsreiserfs )
- xfs? ( sys-apps/util-linux )
- static? (
- dev-libs/openssl:0[static-libs]
- e2fs? ( sys-fs/e2fsprogs[static-libs] )
- btrfs? ( sys-apps/util-linux[static-libs] )
- fuse? ( sys-fs/fuse:0[static-libs] )
- ncurses? ( sys-libs/ncurses:0[static-libs] )
- nilfs2? ( sys-fs/nilfs-utils[static-libs] )
- ntfs? ( sys-fs/ntfs3g[static-libs] )
- reiserfs? ( sys-fs/progsreiserfs[static-libs] )
- )
-"
-DEPEND="
- ${RDEPEND}
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-ntfs-headers.patch
- "${FILESDIR}"/${PN}-reiser4-test.patch
-)
-
-DOCS=(
- AUTHORS
- ChangeLog
- HACKING
- NEWS
- README.md
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- local myconf=(
- $(use_enable e2fs extfs)
- $(use_enable apfs)
- $(use_enable btrfs)
- $(use_enable exfat)
- $(use_enable f2fs)
- $(use_enable fat)
- $(use_enable fuse)
- $(use_enable hfs hfsp)
- $(use_enable minix)
- $(use_enable ncurses ncursesw)
- $(use_enable nilfs2)
- $(use_enable ntfs)
- $(use_enable reiserfs)
- $(use_enable test fs-test)
- $(use_enable static)
- $(use_enable vmfs)
- $(use_enable ufs)
- $(use_enable xfs)
- --disable-jfs
- --disable-reiser4
- )
- econf "${myconf[@]}"
-}
next reply other threads:[~2025-01-27 9:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-27 9:57 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-05 23:31 [gentoo-commits] repo/proj/guru:master commit in: sys-block/partclone/ David Roman
2025-06-05 14:31 Lucio Sauer
2025-04-22 8:46 David Roman
2025-01-27 9:57 David Roman
2024-08-27 9:57 David Roman
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=1737797916.2ba887c97e7d428b2b99b6faff1c883c7b54b971.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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