aboutsummaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-01-27 14:00:23 +0000
committerIan Jordan <immoloism@gmail.com>2024-01-27 14:00:23 +0000
commitfa24536752ade16fd501d849720f883322b28095 (patch)
treee36688bf1549217cdd92b8361a51d41085815542 /sys-fs
parentapp-misc/yazi: add 0.2.2, drop 0.1.4 (diff)
downloadguru-fa24536752ade16fd501d849720f883322b28095.tar.gz
guru-fa24536752ade16fd501d849720f883322b28095.tar.bz2
guru-fa24536752ade16fd501d849720f883322b28095.zip
sys-fs/fstransform: new package, add 0.9.4
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fstransform/Manifest1
-rw-r--r--sys-fs/fstransform/fstransform-0.9.4.ebuild25
-rw-r--r--sys-fs/fstransform/metadata.xml16
3 files changed, 42 insertions, 0 deletions
diff --git a/sys-fs/fstransform/Manifest b/sys-fs/fstransform/Manifest
new file mode 100644
index 000000000..4d79b0578
--- /dev/null
+++ b/sys-fs/fstransform/Manifest
@@ -0,0 +1 @@
+DIST fstransform-0.9.4.tar.gz 325032 BLAKE2B 98aad09e72b02dee4ae3a92c787b63787a5d07e2327fd7eb1df8a321b3071c8c335cbbbf99ae27e6863b09a3950985f12b7c124006ec76ad933051d3242bc087 SHA512 23e58b731c64b48541c484fc9bb91d101b4c27a8e9b67256c9807c7ff62a1a595e0a69e0668d7a56f4262579b108a1ce02358b8d2300936649d27df6ccdeae91
diff --git a/sys-fs/fstransform/fstransform-0.9.4.ebuild b/sys-fs/fstransform/fstransform-0.9.4.ebuild
new file mode 100644
index 000000000..ba2c643ef
--- /dev/null
+++ b/sys-fs/fstransform/fstransform-0.9.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature
+
+DESCRIPTION="Tool for in-place filesystem conversion "
+HOMEPAGE="https://github.com/cosmos72/fstransform"
+
+SRC_URI="https://github.com/cosmos72/fstransform/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+pkg_postinst() {
+ optfeature_header "fstransform requires these optional tools for the file system you wish to convert:"
+ optfeature "btrfs_fsck" sys-fs/btrfs-progs
+ optfeature "e2fsck" sys-fs/e2fsprogs
+ optfeature "jfs_fsck" sys-fs/jfsutils
+ optfeature "ntfsfix" sys-fs/ntfs3f[ntfsprog]
+ optfeature "reiserfsck" sys-fs/reiserfsprogs
+ optfeature "xfs_repair" sys-fs/xfsprogs
+}
diff --git a/sys-fs/fstransform/metadata.xml b/sys-fs/fstransform/metadata.xml
new file mode 100644
index 000000000..b454be04f
--- /dev/null
+++ b/sys-fs/fstransform/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>immoloism@gmail.com</email>
+ <name>Ian Jordan</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">cosmos72/fstransform</remote-id>
+ <bugs-to>https://github.com/cosmos72/fstransform/issues</bugs-to>
+ </upstream>
+</pkgmetadata>