commit: ca8b3665a34e6199f2eb8db561f195c81a4c78c1
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 28 06:20:59 2026 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 28 06:31:05 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca8b3665
sys-block/partclone: drop 0.3.42
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
sys-block/partclone/Manifest | 1 -
.../files/partclone-fix-ncurses-linking.patch | 28 ------
sys-block/partclone/partclone-0.3.42.ebuild | 108 ---------------------
3 files changed, 137 deletions(-)
diff --git a/sys-block/partclone/Manifest b/sys-block/partclone/Manifest
index 7ee36a541f..316640f145 100644
--- a/sys-block/partclone/Manifest
+++ b/sys-block/partclone/Manifest
@@ -1,2 +1 @@
-DIST partclone-0.3.42.tar.gz 1525819 BLAKE2B
b75ef016cc9908a937a4cee9b6cb872690e59f7b78b5a5fe4c6847f0eb325238233b2a0fc5f5822e3b6db262ab0fe39ff35fbee7ccb63b585ace07696908c690
SHA512
2a0fffdf1ff0b4a5d18d88e3d29a1096a54f39f92a4b662290855e34d8bb28294311b23db3e7bfa82fa15d0faeea2d67b58d472d11627fce5b6ed1747259a79f
DIST partclone-0.3.44.tar.gz 1539166 BLAKE2B
698d500512e6460832f3cb43e7b26c13bb02229abd385ba9bcce8016565e16bb791c6bfc9a5925ad5846d4c1e97f04cc223d7c843861c0a059a800368aa7d0f7
SHA512
fff1d5f30801b84a58269c7644a4deaa3a34e8d9ab48f515a5dce12e26a1046e8c1350805c87c3d32c6d5e84abde3678671f9a9001ce9fbaf91cc0ce38aa8b9e
diff --git a/sys-block/partclone/files/partclone-fix-ncurses-linking.patch
b/sys-block/partclone/files/partclone-fix-ncurses-linking.patch
deleted file mode 100644
index 0f751605d8..0000000000
--- a/sys-block/partclone/files/partclone-fix-ncurses-linking.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 9ee0a42..4a56e93 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -459,8 +459,8 @@ AC_ARG_ENABLE([static],
- )
- AM_CONDITIONAL(ENABLE_STATIC, test "$enable_static" = yes)
-
--AC_CHECK_LIB([tinfo], [initscr], tinfo=1,
-- AC_MSG_WARN([*** tinfo library (libtinfo) not found]))
-+AC_CHECK_LIB([tinfow], [initscr], tinfo=1,
-+ AC_MSG_WARN([*** tinfow library (libtinfo) not found]))
- AM_CONDITIONAL(ENABLE_TINFO, test "$tinfo" = 1)
-
- ##memory tracing##
-diff --git a/src/Makefile.am b/src/Makefile.am
-index c69cd2e..dd27e9f 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -22,7 +22,7 @@ LDADD_static=-lcrypto -ldl
- endif
-
- if ENABLE_TINFO
--LIBS+=-ltinfo
-+LIBS+=-ltinfow
- endif
-
- AM_CFLAGS=-D_FILE_OFFSET_BITS=64
diff --git a/sys-block/partclone/partclone-0.3.42.ebuild
b/sys-block/partclone/partclone-0.3.42.ebuild
deleted file mode 100644
index 8cbc05b084..0000000000
--- a/sys-block/partclone/partclone-0.3.42.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2026 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"
-IUSE+=" reiserfs static test ufs vmfs xfs"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- app-arch/zstd:=
- dev-libs/isa-l
- dev-libs/openssl:0=
- dev-libs/xxhash
- sys-apps/util-linux
- virtual/zlib:=
- 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? (
- app-arch/zstd:=[static-libs]
- dev-libs/openssl:0[static-libs]
- virtual/zlib:=[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}-0.3.40-fix-ncurses-linking.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[@]}"
-}
-
-src_test() {
- local -x TERM=dummy
- default
-}