From 02930d1eb5af78d32b1597af6af24163895d9e0f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 11 May 2023 23:47:37 +0100 Subject: gentoo auto-resync : 11:05:2023 - 23:47:37 --- app-backup/rsnapshot/Manifest | 4 +- app-backup/rsnapshot/rsnapshot-1.4.4-r1.ebuild | 51 ++++++++++++++++++++++++ app-backup/rsnapshot/rsnapshot-1.4.4.ebuild | 50 ------------------------ app-backup/rsnapshot/rsnapshot-1.4.5-r1.ebuild | 54 ++++++++++++++++++++++++++ app-backup/rsnapshot/rsnapshot-1.4.5.ebuild | 54 -------------------------- 5 files changed, 107 insertions(+), 106 deletions(-) create mode 100644 app-backup/rsnapshot/rsnapshot-1.4.4-r1.ebuild delete mode 100644 app-backup/rsnapshot/rsnapshot-1.4.4.ebuild create mode 100644 app-backup/rsnapshot/rsnapshot-1.4.5-r1.ebuild delete mode 100644 app-backup/rsnapshot/rsnapshot-1.4.5.ebuild (limited to 'app-backup/rsnapshot') diff --git a/app-backup/rsnapshot/Manifest b/app-backup/rsnapshot/Manifest index 50b7f7859a1a..4b38dcde7b17 100644 --- a/app-backup/rsnapshot/Manifest +++ b/app-backup/rsnapshot/Manifest @@ -1,5 +1,5 @@ DIST rsnapshot-1.4.4.tar.gz 374269 BLAKE2B 1e4a0c99d12d48cf4dacd3817b621f7e6b0ba32e9d9de87b61252875ae0bf735e8ce2c7d8bb60edb2f7d6345a06b183a2616bf1ac3dd7d1b5d3a3ef22a0ede6f SHA512 da45039457b9f3feb53b823f6ee36e8f7447d0689281d1bc857c6fedd450db2fdf8a98e66ba6e135a86654666888f7744ad9ff0aabbd605e1fc09dd5f1f7b838 DIST rsnapshot-1.4.5.tar.gz 287731 BLAKE2B 2a668aa16991b2b4e611c6204cdcd0e8c9593e5f0af5ea89e787a578e73b6f5987514cd7d0252bb78aea1b157ef85aea947686111ca9e3befdb2a8cef0aa9ecd SHA512 6caa2d7c425d084d0bb393421a0ed1ba78fdd27f7d8cec4810bc4a9f88b3232aeff7e4682282178f7702e2adc7abc8e9201249bf2bcaa28faa16e30aaa62e18a -EBUILD rsnapshot-1.4.4.ebuild 1338 BLAKE2B 6239209405ed60e4aaedc8aed906509580a8b62f90f1d93f1e111598888597a1c78f085f67e42d8012ef21906fe3f3f3b2ca09c655fab9fd0d9e9d89d4076a9e SHA512 7399a1f7339ca86d2b5d05eba55d271803a63e5fc2cfc0df184f6a3a0c3f8b44da15d983a3818334f96af54de30547a32b1e484bc795637af16b127dda32c263 -EBUILD rsnapshot-1.4.5.ebuild 1382 BLAKE2B 5df67c88fcf5d79ad4f15a2b2fa39cd842b17d36fe56edbf16513e93fc9858bd056231fe46c345fd0149eda2df60f268fb60d4104f935e4480ef4e42c1abc1ac SHA512 4a769442fe30ce9d22989c7e7d4e0c3e44aa84c04a10a7a8fd78d57f8bd30c336343e3aa478710c1658f1152d0ff9794d634e2d094e9b4ab5770bb5d4ccc263f +EBUILD rsnapshot-1.4.4-r1.ebuild 1320 BLAKE2B b50519da5627e139795fb68912c67b22118c1d38fdc12ea1f65153857155f68149dbd68295cfd7c409a2dd8b8c9743192bb6364eaaa7ccd1f6fdb2ee9114d9e8 SHA512 e9fb89bbe5700fdf2fa6fd402844d401519a6f507c3a5857aa748a331c8751ff65e62c7873e9e00da6018108712737fc9dc1347b32e89ea5a6a6a878c20e23e1 +EBUILD rsnapshot-1.4.5-r1.ebuild 1367 BLAKE2B 9810ff286a3bcea050f24248b8c389a4d7fb3f43d295f6e2cc55d0ef9f0204df65876bc7cb283398a51b3d88e2a3c87be7e0aa98d0bc145b8439dd30363c64fc SHA512 f5a71ac2851dd170cc06ace2c7c2bbf57bf81ebf5a9176541651b34001794b67416796a288811f46d7f49d89274e4b0cc8908eca6ab1bea1a73991a1d7ea1a17 MISC metadata.xml 483 BLAKE2B 457bb48e031e1c3d193003158de8f503c4815e4f2483d0944262c3c220db12fe6a78aa46b23eb9d3c06f27d5b2cdb6ac0d6e018fdb560fbaf1e09860d1d0c618 SHA512 bedd5c13f9a3d2f476f95b9e47dd07a3888ba72f97a0773497f6d5fcd13ee8b99b825e38bb0f1cff1f0a5f2fb1507d0b7f79e3812636bb9143197c67358539e8 diff --git a/app-backup/rsnapshot/rsnapshot-1.4.4-r1.ebuild b/app-backup/rsnapshot/rsnapshot-1.4.4-r1.ebuild new file mode 100644 index 000000000000..7d9892a4c31b --- /dev/null +++ b/app-backup/rsnapshot/rsnapshot-1.4.4-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A filesystem backup utility based on rsync" +HOMEPAGE="https://www.rsnapshot.org" +SRC_URI="https://www.rsnapshot.org/downloads/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" + +RDEPEND=" + >=dev-lang/perl-5.8.2 + dev-perl/Lchown + >=sys-apps/util-linux-2.12-r4 + >=sys-apps/coreutils-5.0.91-r4 + virtual/openssh + >=net-misc/rsync-2.6.0" +DEPEND="${RDEPEND}" + +src_prepare() { + default + # remove '/etc/' since we don't place it here, bug #461554 + sed -i -e 's:/etc/rsnapshot.conf.default:rsnapshot.conf.default:' rsnapshot-program.pl || die +} + +src_install() { + docompress -x "/usr/share/doc/${PF}/rsnapshot.conf.default" + + # Change sysconfdir to install the template file as documentation + # rather than in /etc. + emake install DESTDIR="${D}" \ + sysconfdir="${EPREFIX}/usr/share/doc/${PF}" + + dodoc README.md AUTHORS ChangeLog \ + docs/Upgrading_from_1.1 + + docinto utils + dodoc utils/{README,rsnaptar,*.sh,*.pl} + + docinto utils/rsnapshotdb + dodoc utils/rsnapshotdb/* +} + +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" +} diff --git a/app-backup/rsnapshot/rsnapshot-1.4.4.ebuild b/app-backup/rsnapshot/rsnapshot-1.4.4.ebuild deleted file mode 100644 index ae093a14dfed..000000000000 --- a/app-backup/rsnapshot/rsnapshot-1.4.4.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A filesystem backup utility based on rsync" -HOMEPAGE="https://www.rsnapshot.org" -SRC_URI="https://www.rsnapshot.org/downloads/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -RDEPEND=">=dev-lang/perl-5.8.2 - dev-perl/Lchown - >=sys-apps/util-linux-2.12-r4 - >=sys-apps/coreutils-5.0.91-r4 - >=net-misc/openssh-3.7.1_p2-r1 - >=net-misc/rsync-2.6.0" -DEPEND="${RDEPEND}" - -src_prepare() { - default - # remove '/etc/' since we don't place it here, bug #461554 - sed -i -e 's:/etc/rsnapshot.conf.default:rsnapshot.conf.default:' rsnapshot-program.pl || die -} - -src_install() { - docompress -x "/usr/share/doc/${PF}/rsnapshot.conf.default" - - # Change sysconfdir to install the template file as documentation - # rather than in /etc. - emake install DESTDIR="${D}" \ - sysconfdir="${EPREFIX}/usr/share/doc/${PF}" - - dodoc README.md AUTHORS ChangeLog \ - docs/Upgrading_from_1.1 - - docinto utils - dodoc utils/{README,rsnaptar,*.sh,*.pl} - - docinto utils/rsnapshotdb - dodoc utils/rsnapshotdb/* -} - -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" -} diff --git a/app-backup/rsnapshot/rsnapshot-1.4.5-r1.ebuild b/app-backup/rsnapshot/rsnapshot-1.4.5-r1.ebuild new file mode 100644 index 000000000000..0603ae32895c --- /dev/null +++ b/app-backup/rsnapshot/rsnapshot-1.4.5-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A filesystem backup utility based on rsync" +HOMEPAGE="https://www.rsnapshot.org" +SRC_URI="https://www.rsnapshot.org/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=dev-lang/perl-5.8.2 + dev-perl/Lchown + >=sys-apps/util-linux-2.12-r4 + >=sys-apps/coreutils-5.0.91-r4 + virtual/openssh + >=net-misc/rsync-2.6.0" +DEPEND="${RDEPEND}" + +src_prepare() { + default + # remove '/etc/' since we don't place it here, bug #461554 + 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" + + # Change sysconfdir to install the template file as documentation + # rather than in /etc. + emake install DESTDIR="${D}" \ + sysconfdir="${EPREFIX}/usr/share/doc/${PF}" + + dodoc README.md AUTHORS ChangeLog \ + docs/Upgrading_from_1.1 + + docinto utils + dodoc utils/{README,rsnaptar,*.sh,*.pl} + + docinto utils/rsnapshotdb + dodoc utils/rsnapshotdb/* +} + +pkg_postinst() { + elog "The template configuration file has been installed as" + elog " ${EROOT}/usr/share/doc/${PF}/rsnapshot.conf.default" + elog "Copy and edit the the above file as ${EROOT}/etc/rsnapshot.conf" +} diff --git a/app-backup/rsnapshot/rsnapshot-1.4.5.ebuild b/app-backup/rsnapshot/rsnapshot-1.4.5.ebuild deleted file mode 100644 index 01fb77647b26..000000000000 --- a/app-backup/rsnapshot/rsnapshot-1.4.5.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A filesystem backup utility based on rsync" -HOMEPAGE="https://www.rsnapshot.org" -SRC_URI="https://www.rsnapshot.org/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND=">=dev-lang/perl-5.8.2 - dev-perl/Lchown - >=sys-apps/util-linux-2.12-r4 - >=sys-apps/coreutils-5.0.91-r4 - >=net-misc/openssh-3.7.1_p2-r1 - >=net-misc/rsync-2.6.0" -DEPEND="${RDEPEND}" - -src_prepare() { - default - # remove '/etc/' since we don't place it here, bug #461554 - 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" - - # Change sysconfdir to install the template file as documentation - # rather than in /etc. - emake install DESTDIR="${D}" \ - sysconfdir="${EPREFIX}/usr/share/doc/${PF}" - - dodoc README.md AUTHORS ChangeLog \ - docs/Upgrading_from_1.1 - - docinto utils - dodoc utils/{README,rsnaptar,*.sh,*.pl} - - docinto utils/rsnapshotdb - dodoc utils/rsnapshotdb/* -} - -pkg_postinst() { - elog "The template configuration file has been installed as" - elog " ${EROOT}/usr/share/doc/${PF}/rsnapshot.conf.default" - elog "Copy and edit the the above file as ${EROOT}/etc/rsnapshot.conf" -} -- cgit v1.2.3