diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-30 16:35:43 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-30 16:35:43 -0500 |
| commit | 719f34f1b995c87fcee57237cdbc4f7b4ee21b51 (patch) | |
| tree | 9d29fb8faa9fd4f9e485181f5bae5d28d51c69cd /app-backup | |
| parent | 12f44434dede883e1d33b5470fb17a1b873107cd (diff) | |
| download | baldeagleos-repo-719f34f1b995c87fcee57237cdbc4f7b4ee21b51.tar.gz baldeagleos-repo-719f34f1b995c87fcee57237cdbc4f7b4ee21b51.tar.xz baldeagleos-repo-719f34f1b995c87fcee57237cdbc4f7b4ee21b51.zip | |
Adding metadata
Diffstat (limited to 'app-backup')
| -rw-r--r-- | app-backup/rsnapshot/Manifest | 2 | ||||
| -rw-r--r-- | app-backup/rsnapshot/rsnapshot-1.5.1.ebuild (renamed from app-backup/rsnapshot/rsnapshot-1.4.4-r1.ebuild) | 19 |
2 files changed, 12 insertions, 9 deletions
diff --git a/app-backup/rsnapshot/Manifest b/app-backup/rsnapshot/Manifest index 75493f31e8eb..326330acec32 100644 --- a/app-backup/rsnapshot/Manifest +++ b/app-backup/rsnapshot/Manifest @@ -1,2 +1,2 @@ -DIST rsnapshot-1.4.4.tar.gz 374269 BLAKE2B 1e4a0c99d12d48cf4dacd3817b621f7e6b0ba32e9d9de87b61252875ae0bf735e8ce2c7d8bb60edb2f7d6345a06b183a2616bf1ac3dd7d1b5d3a3ef22a0ede6f SHA512 da45039457b9f3feb53b823f6ee36e8f7447d0689281d1bc857c6fedd450db2fdf8a98e66ba6e135a86654666888f7744ad9ff0aabbd605e1fc09dd5f1f7b838 DIST rsnapshot-1.4.5.tar.gz 287731 BLAKE2B 2a668aa16991b2b4e611c6204cdcd0e8c9593e5f0af5ea89e787a578e73b6f5987514cd7d0252bb78aea1b157ef85aea947686111ca9e3befdb2a8cef0aa9ecd SHA512 6caa2d7c425d084d0bb393421a0ed1ba78fdd27f7d8cec4810bc4a9f88b3232aeff7e4682282178f7702e2adc7abc8e9201249bf2bcaa28faa16e30aaa62e18a +DIST rsnapshot-1.5.1.tar.gz 331049 BLAKE2B 262e5fba09a3f433328548feed70f1c673ede821466ccd25bda85769471b1b72e7565bfeb5bdd8a24fe2e9d7248b19367c8862a3da8056be18834fad83148258 SHA512 332caba5ce063ad985555624e76d58dfd15bd8384ae4212385ae36dfd3433c307e871f0a97306e1d3051612ba34e5acb2b0226d284bfd44a6808126cbd34a600 diff --git a/app-backup/rsnapshot/rsnapshot-1.4.4-r1.ebuild b/app-backup/rsnapshot/rsnapshot-1.5.1.ebuild index 8127c5316899..6e80f7ca13ba 100644 --- a/app-backup/rsnapshot/rsnapshot-1.4.4-r1.ebuild +++ b/app-backup/rsnapshot/rsnapshot-1.5.1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=9 DESCRIPTION="A filesystem backup utility based on rsync" HOMEPAGE="https://rsnapshot.org/" SRC_URI="https://rsnapshot.org/downloads/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" -RDEPEND=" - >=dev-lang/perl-5.8.2 +RDEPEND=">=dev-lang/perl-5.8.2 dev-perl/Lchown >=sys-apps/util-linux-2.12-r4 >=sys-apps/coreutils-5.0.91-r4 @@ -26,6 +25,10 @@ src_prepare() { sed -i -e 's:/etc/rsnapshot.conf.default:rsnapshot.conf.default:' rsnapshot-program.pl || die } +src_test() { + emake test +} + src_install() { docompress -x "/usr/share/doc/${PF}/rsnapshot.conf.default" @@ -46,6 +49,6 @@ src_install() { pkg_postinst() { elog "The template configuration file has been installed as" - elog " /usr/share/doc/${PF}/rsnapshot.conf.default" - elog "Copy and edit the the above file as /etc/rsnapshot.conf" + elog " ${EROOT}/usr/share/doc/${PF}/rsnapshot.conf.default" + elog "Copy and edit the the above file as ${EROOT}/etc/rsnapshot.conf" } |
