summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergiy Borodych <Sergiy.Borodych@gmail.com>2020-06-18 14:07:55 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-06-22 15:39:18 +0300
commite90b6afcacc9c09813ee477ac1f2c26a27c0adbe (patch)
tree619c13ba8ccb3d2db46bd9eea86f1286afd7f06b
parentapp-backup/rsnapshot: version bump to 1.4.3 (diff)
downloadgentoo-e90b6afcacc9c09813ee477ac1f2c26a27c0adbe.tar.gz
gentoo-e90b6afcacc9c09813ee477ac1f2c26a27c0adbe.tar.bz2
gentoo-e90b6afcacc9c09813ee477ac1f2c26a27c0adbe.zip
app-backup/rsnapshot: drop old ebuilds
Signed-off-by: Sergiy Borodych <Sergiy.Borodych@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15913 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--app-backup/rsnapshot/Manifest2
-rw-r--r--app-backup/rsnapshot/files/rsnapshot-1.3.1-cp_al.patch12
-rw-r--r--app-backup/rsnapshot/files/rsnapshot-1.3.1-perl518.patch17
-rw-r--r--app-backup/rsnapshot/rsnapshot-1.3.1-r2.ebuild51
-rw-r--r--app-backup/rsnapshot/rsnapshot-1.4.1.ebuild44
5 files changed, 0 insertions, 126 deletions
diff --git a/app-backup/rsnapshot/Manifest b/app-backup/rsnapshot/Manifest
index 6686f1766fc6..ffdb814c3880 100644
--- a/app-backup/rsnapshot/Manifest
+++ b/app-backup/rsnapshot/Manifest
@@ -1,4 +1,2 @@
-DIST rsnapshot-1.3.1.tar.gz 215806 BLAKE2B fe2d31a5bc62577b187e33bf644600fdd2ade845572a3b0ee6ee9ff146dcdab3277cb5494e84ae144c46adda8391304de83ba3cadda8b5e451b63efd9bfd517e SHA512 a74ad0a21d213dd2e05cb577a47c491af90d8994df8f5a154195515345da438ac9c0d72b563aa02314883a0b3bb86e3c23f8b530a7078c2b55a9547a2d666c10
-DIST rsnapshot-1.4.1.tar.gz 489481 BLAKE2B d8170d6b47d15a45b1d14f67cfcb62e854ef49eb071ff0bb5dd5f640a053e6791e8684e38e7a1bf1e14ab459cb850b5a1c840569732a36acf3dd392331af20d5 SHA512 a99e639bd706aafac82d2a4a40fc6c7fa026321c527ad5826a4fc7917cadea5962c4c7988c98efbe06833ef70db081605aa47a6d77c04dcf6077cc232c078cbf
DIST rsnapshot-1.4.2.tar.gz 487959 BLAKE2B 90a52af1b2b3de5eae7e98f87b87dae4564a7fa5d240d9e844180d6a57bb4e14b4cf762aa0ed6bbdba8deda0436d77e6c5d281ca8b62eba1c3b6caf948ae9432 SHA512 621be52715a6c1f70ddb251d7f6103ba3487cd0c6c607411d744866547d3ced571862a8f6b5e40a1d050696703f3a15821bd6e829a3fca057848f04566d0e4a0
DIST rsnapshot-1.4.3.tar.gz 370840 BLAKE2B 6a3acde4afd8d1f999cfb00f07a0547b6d877aa483e2548b5ecb933c3f6e742046730a78b95fd83bfa6496a71f61dbce2a8bedc42562503bef753b0c72c40eba SHA512 606b5c195e609197ae6711a9764c07a0f0822fe228aba07014155636bd5caa7ad7dbf8f42316275a71490b5c9dd33bf04c42580b92f4910c38ef871694ae09e3
diff --git a/app-backup/rsnapshot/files/rsnapshot-1.3.1-cp_al.patch b/app-backup/rsnapshot/files/rsnapshot-1.3.1-cp_al.patch
deleted file mode 100644
index 7241d6c8c07e..000000000000
--- a/app-backup/rsnapshot/files/rsnapshot-1.3.1-cp_al.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur rsnapshot-1.3.1.original/rsnapshot-program.pl rsnapshot-1.3.1/rsnapshot-program.pl
---- rsnapshot-1.3.1.original/rsnapshot-program.pl 2006-10-21 08:12:30.000000000 +0200
-+++ rsnapshot-1.3.1/rsnapshot-program.pl 2006-11-22 21:37:39.133222510 +0100
-@@ -3269,7 +3269,7 @@
- if (0 == $test) {
- $result = cp_al(
- "$config_vars{'snapshot_root'}/$interval.0/",
-- "$config_vars{'snapshot_root'}/$interval.1/"
-+ "$config_vars{'snapshot_root'}/$interval.1"
- );
- if (! $result) {
- my $errstr = '';
diff --git a/app-backup/rsnapshot/files/rsnapshot-1.3.1-perl518.patch b/app-backup/rsnapshot/files/rsnapshot-1.3.1-perl518.patch
deleted file mode 100644
index 367055d5cc96..000000000000
--- a/app-backup/rsnapshot/files/rsnapshot-1.3.1-perl518.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fixed man-page creation with pod2man from >=perl-5.18
-
-https://bugs.gentoo.org/490486
-
-Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-
---- rsnapshot-1.3.1/rsnapshot-program.pl
-+++ rsnapshot-1.3.1/rsnapshot-program.pl
-@@ -6716,6 +6716,8 @@
-
- =back
-
-+=back
-+
- =head1 USAGE
-
- B<rsnapshot> can be used by any user, but for system-wide backups
diff --git a/app-backup/rsnapshot/rsnapshot-1.3.1-r2.ebuild b/app-backup/rsnapshot/rsnapshot-1.3.1-r2.ebuild
deleted file mode 100644
index 5c6f53daed82..000000000000
--- a/app-backup/rsnapshot/rsnapshot-1.3.1-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A filesystem backup utility based on rsync"
-HOMEPAGE="http://www.rsnapshot.org"
-SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-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() {
- epatch "${FILESDIR}"/${P}-cp_al.patch \
- "${FILESDIR}"/${P}-perl518.patch
-}
-
-src_install() {
- # 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 AUTHORS TODO ChangeLog \
- docs/Upgrading_from_1.1 \
- docs/HOWTOs/rsnapshot-{Mac,windows}-howto
-
- 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.1.ebuild b/app-backup/rsnapshot/rsnapshot-1.4.1.ebuild
deleted file mode 100644
index 739f0f8a299b..000000000000
--- a/app-backup/rsnapshot/rsnapshot-1.4.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A filesystem backup utility based on rsync"
-HOMEPAGE="http://www.rsnapshot.org"
-SRC_URI="http://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_install() {
- # 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"
-}