Diff snapraid-12.3 with a snapraid-12.3-r1

/usr/portage/sys-fs/snapraid/snapraid-12.3-r1.ebuild 2025-02-03 17:39:35.938678022 +0300
5 5

  
6 6
inherit autotools
7 7

  
8
DESCRIPTION="a backup program for disk array for home media centers"
8
DESCRIPTION="Backup program with disk array for cold data on existing filesystems"
9 9
HOMEPAGE="https://www.snapraid.it/"
10 10
SRC_URI="https://github.com/amadvance/${PN}/releases/download/v${PV}/${P}.tar.gz"
11 11

  
......
14 14
KEYWORDS="~amd64 ~x86"
15 15
IUSE="test"
16 16
RESTRICT="!test? ( test )"
17
BDEPEND="test? ( sys-apps/smartmontools )"
17 18

  
18 19
DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )
19 20

  
......
21 22
	default
22 23
	eautoreconf
23 24
}
25

  
26
pkg_postinst() {
27
	elog "To start using SnapRAID, change the example configuration"
28
	elog "${EPREFIX}/usr/share/doc/${PF}/snapraid.conf.example.bz2"
29
	elog "to fit your needs and copy it to ${EPREFIX}/etc/snapraid.conf"
30
}
Thank you!