commit:     67e231a10b11cecfbb86f78b5c9be78dc90532b0
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 13 15:58:44 2025 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Mon Oct 13 16:02:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67e231a1

sys-fs/sanoid: treeclean, promoted to ::gentoo

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 sys-fs/sanoid/Manifest            |  1 -
 sys-fs/sanoid/metadata.xml        | 13 --------
 sys-fs/sanoid/sanoid-2.2.0.ebuild | 63 ---------------------------------------
 sys-fs/sanoid/sanoid-9999.ebuild  | 63 ---------------------------------------
 4 files changed, 140 deletions(-)

diff --git a/sys-fs/sanoid/Manifest b/sys-fs/sanoid/Manifest
deleted file mode 100644
index 45b38e66b4..0000000000
--- a/sys-fs/sanoid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sanoid-2.2.0.gh.tar.gz 77865 BLAKE2B 
3183ed82b392730db403dea87c72aaa9303f35227739eda5d401bd6ebe7c149977e4edca0dfd10f34c2b02932b9a5145f880425462d1e9df9d45cebf13d962bd
 SHA512 
293c31f2da80d698987c7f06314bf6e62a54011e4028b2aa8e70d482e7757bf8ae89efe7413b8f88072bac064710ca0756650e5b6f9827a5ff50a97fd72e86ad

diff --git a/sys-fs/sanoid/metadata.xml b/sys-fs/sanoid/metadata.xml
deleted file mode 100644
index a99815b2a0..0000000000
--- a/sys-fs/sanoid/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>John M. Harris, Jr.</name>
-  </maintainer>
-  <upstream>
-    <changelog>https://github.com/jimsalterjrs/sanoid/releases</changelog>
-    <bugs-to>https://github.com/jimsalterjrs/sanoid/issues</bugs-to>
-    <remote-id type="github">jimsalterjrs/sanoid</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/sys-fs/sanoid/sanoid-2.2.0.ebuild 
b/sys-fs/sanoid/sanoid-2.2.0.ebuild
deleted file mode 100644
index 515b82ac71..0000000000
--- a/sys-fs/sanoid/sanoid-2.2.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature
-
-DESCRIPTION="Policy-driven snapshot management and replication tools for 
OpenZFS."
-HOMEPAGE="https://github.com/jimsalterjrs/sanoid";
-
-if [[ "${PV}" = *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/jimsalterjrs/${PN^}.git";
-else
-       SRC_URI="https://github.com/jimsalterjrs/${PN^}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-BDEPEND="
-       dev-lang/perl
-       sys-apps/groff
-"
-RDEPEND="
-       dev-lang/perl
-       dev-perl/Capture-Tiny
-       dev-perl/Config-IniFiles
-       sys-apps/pv
-       sys-block/mbuffer
-       sys-fs/zfs
-       virtual/perl-Data-Dumper
-       virtual/perl-Getopt-Long
-       virtual/ssh
-"
-
-src_compile() {
-       perldoc -onroff -dsanoid.1 sanoid || die "Failed to compile sanoid.1"
-       perldoc -onroff -dsyncoid.1 syncoid || die "Failed to compile syncoid.1"
-}
-
-src_install() {
-       dobin sanoid
-       dobin syncoid
-
-       doman sanoid.1 syncoid.1
-
-       insinto /etc/sanoid
-       doins "sanoid.defaults.conf"
-}
-
-pkg_postinst() {
-       optfeature "lzop compression support" app-arch/lzop
-       optfeature "pigz compression support" app-arch/pigz
-       optfeature "zstd compression support" app-arch/zstd
-
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "You will need to set up your 
${EROOT}/etc/sanoid/sanoid.conf file before"
-               elog "running sanoid for the first time. For details, please 
consult the"
-               elog "documentation on https://github.com/jimsalterjrs/sanoid.";
-       fi
-}

diff --git a/sys-fs/sanoid/sanoid-9999.ebuild b/sys-fs/sanoid/sanoid-9999.ebuild
deleted file mode 100644
index 515b82ac71..0000000000
--- a/sys-fs/sanoid/sanoid-9999.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature
-
-DESCRIPTION="Policy-driven snapshot management and replication tools for 
OpenZFS."
-HOMEPAGE="https://github.com/jimsalterjrs/sanoid";
-
-if [[ "${PV}" = *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/jimsalterjrs/${PN^}.git";
-else
-       SRC_URI="https://github.com/jimsalterjrs/${PN^}/archive/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-BDEPEND="
-       dev-lang/perl
-       sys-apps/groff
-"
-RDEPEND="
-       dev-lang/perl
-       dev-perl/Capture-Tiny
-       dev-perl/Config-IniFiles
-       sys-apps/pv
-       sys-block/mbuffer
-       sys-fs/zfs
-       virtual/perl-Data-Dumper
-       virtual/perl-Getopt-Long
-       virtual/ssh
-"
-
-src_compile() {
-       perldoc -onroff -dsanoid.1 sanoid || die "Failed to compile sanoid.1"
-       perldoc -onroff -dsyncoid.1 syncoid || die "Failed to compile syncoid.1"
-}
-
-src_install() {
-       dobin sanoid
-       dobin syncoid
-
-       doman sanoid.1 syncoid.1
-
-       insinto /etc/sanoid
-       doins "sanoid.defaults.conf"
-}
-
-pkg_postinst() {
-       optfeature "lzop compression support" app-arch/lzop
-       optfeature "pigz compression support" app-arch/pigz
-       optfeature "zstd compression support" app-arch/zstd
-
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "You will need to set up your 
${EROOT}/etc/sanoid/sanoid.conf file before"
-               elog "running sanoid for the first time. For details, please 
consult the"
-               elog "documentation on https://github.com/jimsalterjrs/sanoid.";
-       fi
-}

Reply via email to