* [gentoo-commits] repo/proj/guru:dev commit in: sys-block/clonezilla/
@ 2025-01-26 13:54 V Uethya
0 siblings, 0 replies; 3+ messages in thread
From: V Uethya @ 2025-01-26 13:54 UTC (permalink / raw
To: gentoo-commits
commit: b5de1f1bc16138f9e7317f121114efce05382a9c
Author: 123485k <1758961307 <AT> qq <DOT> com>
AuthorDate: Sun Jan 26 13:51:26 2025 +0000
Commit: V Uethya <1758961307 <AT> qq <DOT> com>
CommitDate: Sun Jan 26 13:51:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5de1f1b
sys-block/clonezilla: new package, add 5.8.9
Signed-off-by: 123485k <1758961307 <AT> qq.com>
sys-block/clonezilla/Manifest | 1 +
sys-block/clonezilla/clonezilla-5.8.9.ebuild | 46 ++++++++++++++++++++++++++++
sys-block/clonezilla/metadata.xml | 25 +++++++++++++++
3 files changed, 72 insertions(+)
diff --git a/sys-block/clonezilla/Manifest b/sys-block/clonezilla/Manifest
new file mode 100644
index 000000000..31c2b652b
--- /dev/null
+++ b/sys-block/clonezilla/Manifest
@@ -0,0 +1 @@
+DIST clonezilla-5.8.9.tar.gz 1370942 BLAKE2B 84562d8131fc0a097c885b3291f7e5c32ba05598fad7c29467168ceb61491a6a23c61e4d56e208ecc480a3056c1425aec04f5a52a24eee825c8c4258c6b96dac SHA512 470e0db154f69ac89ffdfc8beae86edd9cc04dc2b755c16161cde91315ff23184f55b53c7abe0d606459f968bb0e92b6f767e827d4bac48776c05229890f4b25
diff --git a/sys-block/clonezilla/clonezilla-5.8.9.ebuild b/sys-block/clonezilla/clonezilla-5.8.9.ebuild
new file mode 100644
index 000000000..8dda8fe9c
--- /dev/null
+++ b/sys-block/clonezilla/clonezilla-5.8.9.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Clonezilla is a partition and disk imaging/cloning program"
+HOMEPAGE="https://clonezilla.org"
+SRC_URI="https://github.com/stevenshiau/clonezilla/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="apfs btrfs +e2fs exfat f2fs fat fuse hfs minix nilfs2 ntfs
+reiserfs ufs vmfs xfs"
+
+RDEPEND="${DEPEND}
+ sys-apps/file
+ sys-block/parted
+ sys-boot/drbl
+ sys-apps/gptfdisk
+ net-misc/wget
+ sys-block/partclone
+ sys-block/partimage
+ sys-fs/ntfs3g[ntfsprogs]
+ net-misc/udpcast
+ sys-apps/smartmontools
+ app-text/html2text
+ app-arch/pigz
+ app-arch/zstd
+ sys-libs/ncurses
+ apfs? ( sys-block/partclone[apfs] )
+ btrfs? ( sys-block/partclone[btrfs] )
+ e2fs? ( sys-block/partclone[e2fs] )
+ exfat? ( sys-block/partclone[exfat] )
+ f2fs? ( sys-block/partclone[f2fs] )
+ fat? ( sys-block/partclone[fat] )
+ fuse? ( sys-block/partclone[fuse] )
+ hfs? ( sys-block/partclone[hfs] )
+ minix? ( sys-block/partclone[minix] )
+ nilfs2? ( sys-block/partclone[nilfs2] )
+ ntfs? ( sys-block/partclone[ntfs] )
+ reiserfs? ( sys-block/partclone[reiserfs] )
+ ufs? ( sys-block/partclone[ufs] )
+ vmfs? ( sys-block/partclone[vmfs] )
+ xfs? ( sys-block/partclone[xfs] )
+"
diff --git a/sys-block/clonezilla/metadata.xml b/sys-block/clonezilla/metadata.xml
new file mode 100644
index 000000000..5480ea0c2
--- /dev/null
+++ b/sys-block/clonezilla/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <remote-id type="github">stevenshiau/clonezilla</remote-id>
+ </upstream>
+ <use>
+ <flag name="apfs">Support apfs by partclone</flag>
+ <flag name="btrfs">Support btrfs by partclone</flag>
+ <flag name="e2fs">Support e2fs by partclone</flag>
+ <flag name="exfat">Support exfat by partclone</flag>
+ <flag name="f2fs">Support f2fs by partclone</flag>
+ <flag name="fat">Support fat by partclone</flag>
+ <flag name="fuse">Support fuse by partclone</flag>
+ <flag name="hfs">Support hfs by partclone</flag>
+ <flag name="minix">Support minix by partclone</flag>
+ <flag name="nilfs2">Support nilfs2 by partclone</flag>
+ <flag name="ntfs">Support ntfs by partclone</flag>
+ <flag name="reiserfs">Support reiserfs by partclone</flag>
+ <flag name="ufs">Support ufs by partclone</flag>
+ <flag name="vmfs">Support vmfs by partclone</flag>
+ <flag name="xfs">Support xfs by partclone</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-block/clonezilla/
@ 2025-01-27 10:48 V Uethya
0 siblings, 0 replies; 3+ messages in thread
From: V Uethya @ 2025-01-27 10:48 UTC (permalink / raw
To: gentoo-commits
commit: ad860fe7c0bfb29dfbd3ed1f62eda4bde43c0fe8
Author: 123485k <1758961307 <AT> qq <DOT> com>
AuthorDate: Mon Jan 27 10:47:29 2025 +0000
Commit: V Uethya <1758961307 <AT> qq <DOT> com>
CommitDate: Mon Jan 27 10:47:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad860fe7
sys-block/clonezilla: replace RDEPEND with DEPEND
Signed-off-by: 123485k <1758961307 <AT> qq.com>
sys-block/clonezilla/clonezilla-5.8.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-block/clonezilla/clonezilla-5.8.9.ebuild b/sys-block/clonezilla/clonezilla-5.8.9.ebuild
index 8dda8fe9c..2228a57c1 100644
--- a/sys-block/clonezilla/clonezilla-5.8.9.ebuild
+++ b/sys-block/clonezilla/clonezilla-5.8.9.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="apfs btrfs +e2fs exfat f2fs fat fuse hfs minix nilfs2 ntfs
reiserfs ufs vmfs xfs"
-RDEPEND="${DEPEND}
+DEPEND="
sys-apps/file
sys-block/parted
sys-boot/drbl
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-block/clonezilla/
@ 2025-01-27 14:18 V Uethya
0 siblings, 0 replies; 3+ messages in thread
From: V Uethya @ 2025-01-27 14:18 UTC (permalink / raw
To: gentoo-commits
commit: cc9d7d2651df164cfe660c02823dd78c4c22e2d6
Author: 123485k <1758961307 <AT> qq <DOT> com>
AuthorDate: Mon Jan 27 14:09:22 2025 +0000
Commit: V Uethya <1758961307 <AT> qq <DOT> com>
CommitDate: Mon Jan 27 14:14:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc9d7d26
sys-block/clonezilla: replace DEPEND with RDEPEND
Signed-off-by: 123485k <1758961307 <AT> qq.com>
sys-block/clonezilla/clonezilla-5.8.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-block/clonezilla/clonezilla-5.8.9.ebuild b/sys-block/clonezilla/clonezilla-5.8.9.ebuild
index 2228a57c1..5bb50bc63 100644
--- a/sys-block/clonezilla/clonezilla-5.8.9.ebuild
+++ b/sys-block/clonezilla/clonezilla-5.8.9.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="apfs btrfs +e2fs exfat f2fs fat fuse hfs minix nilfs2 ntfs
reiserfs ufs vmfs xfs"
-DEPEND="
+RDEPEND="
sys-apps/file
sys-block/parted
sys-boot/drbl
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-27 14:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-26 13:54 [gentoo-commits] repo/proj/guru:dev commit in: sys-block/clonezilla/ V Uethya
-- strict thread matches above, loose matches on Subject: below --
2025-01-27 10:48 V Uethya
2025-01-27 14:18 V Uethya
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox