mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2026-05-06 07:27:03 -04:00
sys-fs/snapraid: drop 13.0, 14.1
Signed-off-by: Zelin2001 <lizl2023@ion.ac.cn> Part-of: https://codeberg.org/gentoo/gentoo/pulls/744 Merges: https://codeberg.org/gentoo/gentoo/pulls/744 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST snapraid-13.0.tar.gz 839940 BLAKE2B 6341686b51c5d018a5e08ed3da90805177f9f4e729f34cd5d085fb9f11823962274a99c0b329f3fb77f85035435536e2fe7f1d7051d8668113f71707f9ba32c8 SHA512 cb407ec599e3e1c511662e2bd0f153d877512521a3b1f345ee41e2b6d0bbe4ccea148fe69a97f588d70ef4ff66a941e2ffee1937c9355c7e734e603f9456a808
|
||||
DIST snapraid-14.1.tar.gz 1844716 BLAKE2B 7b9b17eb050f48599a9cc796c5322d2d5ca7c39336db9477f9f9a4d92cfe269ce656be9c3f8a797f3eabdafa3e5e1879948b2799d59856e29d0dbc1595aa850f SHA512 9d6951b1b033b5e30c5f48fa6036f9ca6a69fc58a69291252205212f441dc35d076ba8c18307dc1b773bcd2ad439104a8029db976c52ff80ec1fda39df81fd3a
|
||||
DIST snapraid-14.4.tar.gz 1837487 BLAKE2B 8a017b5678f92bc15b24fd86b05413fc5f80ef2006cf92f06d997e2e14e6b0ec080fa62af40bf2410e78681f2e3013870b98eddfc61a5fd253452f863759b9ee SHA512 22707d120dbb6e740eefc6b1288817076f463485588398c0e152edf8af70a7cbe2549b89557db4f8c65f52a248cb65cc440f0ca4bfba1b9b0c8fa3619be47e16
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Backup program with disk array for cold data on existing filesystems"
|
||||
HOMEPAGE="https://www.snapraid.it/"
|
||||
SRC_URI="https://github.com/amadvance/${PN}/releases/download/v${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
BDEPEND="test? ( sys-apps/smartmontools )"
|
||||
|
||||
DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "To start using SnapRAID, change the example configuration"
|
||||
elog "${EPREFIX}/usr/share/doc/${PF}/snapraid.conf.example.bz2"
|
||||
elog "to fit your needs and copy it to ${EPREFIX}/etc/snapraid.conf"
|
||||
}
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=9
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Backup program with disk array for cold data on existing filesystems"
|
||||
HOMEPAGE="https://www.snapraid.it/"
|
||||
SRC_URI="https://github.com/amadvance/${PN}/releases/download/v${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
BDEPEND="test? ( sys-apps/smartmontools )"
|
||||
|
||||
DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "To start using SnapRAID, change the example configuration"
|
||||
elog "${EPREFIX}/usr/share/doc/${PF}/snapraid.conf.example.bz2"
|
||||
elog "to fit your needs and copy it to ${EPREFIX}/etc/snapraid.conf"
|
||||
elog "For daemon, see amadvance/snapraid-daemon"
|
||||
}
|
||||
Reference in New Issue
Block a user