From 6fb6819c5863b98e5ad9b8674feadae13850e66c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 10 May 2021 01:04:29 +0200 Subject: net-p2p/resilio-sync: Drop 2.6.1, EAPI6-- Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- net-p2p/resilio-sync/Manifest | 2 - net-p2p/resilio-sync/metadata.xml | 3 -- net-p2p/resilio-sync/resilio-sync-2.6.1.ebuild | 74 -------------------------- 3 files changed, 79 deletions(-) delete mode 100644 net-p2p/resilio-sync/resilio-sync-2.6.1.ebuild (limited to 'net-p2p') diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest index b4e4a2e38409..cc8b4bc228e2 100644 --- a/net-p2p/resilio-sync/Manifest +++ b/net-p2p/resilio-sync/Manifest @@ -1,4 +1,2 @@ -DIST resilio-sync_2.6.1-1_amd64.deb 11576166 BLAKE2B b0131ca587e120418c1f24c379caedd0e00d23d2987ba5e56402dec2ec032b0af81275e680bc4c23c99e6138abe483e351743d9a30b3a023051d113b397743ab SHA512 7184ec0a3a358728934ff1afb2228d314a276ee7f066d8b170999e406e6d64eb2e994f03d513d228296e516fdb39c399996b62ba4d652ab033ad822a6b40f0cf -DIST resilio-sync_2.6.1-1_i386.deb 11465780 BLAKE2B 5deaadfff0fe3658a4b96e43f9668a75c627bdcb981621cdd7d5f8d32be2a2a03f1198505f88b5b2b864be5df555a906b800e4e71f539849d2ae0b606fa33a50 SHA512 c3140e8d01ca3c9e72a3acd8cb3e368f92a4ffcca32e03b0a5fd2463c8ca5085ae40f171929d64dd95585399a905028de43550410085fdd17bc7abaadb5ec5fe DIST resilio-sync_2.6.3-1_amd64.deb 12111264 BLAKE2B e4b4d3d0bda910db5f10131d9072c47d7daccd6ff37267546385fb2657c84d9b12e9ae637df8380175f175c3e3a304fc3424ab93aa71b69d9890320d3464cf58 SHA512 92097e155fe74c07a89034db75e889fb3679fbd6cc497a361e4cf403bd1ffb5c2bc9f2a327d65d20b03067e5b7b898635a2dbeff7d4d9937b5e5ffe4daf4ba9d DIST resilio-sync_2.6.3-1_i386.deb 12062034 BLAKE2B 9c92e118ee8977a7e26948a21c61e1ff7c0692a2a76ff11e1b6ea8ef0edb08032d33453963b8c400c8945ed67cc561ce8334391fc4d8edc2e4bf37ff3c8acaff SHA512 4254de420b2b2263779befbfd93bddb8fa5352fbcce80e2a21efb463f0f3008a282fd07eb6602d4785ca6f0e770980b6da66c8d33911ae68938aee5e09e08e44 diff --git a/net-p2p/resilio-sync/metadata.xml b/net-p2p/resilio-sync/metadata.xml index 000ca04fb373..b9f2c25a47c3 100644 --- a/net-p2p/resilio-sync/metadata.xml +++ b/net-p2p/resilio-sync/metadata.xml @@ -14,9 +14,6 @@ It can sync files between devices on a local network, or between remote devices over the Internet via a modified version of the BitTorrent protocol. - - Use paxctl to mark binaries - https://help.resilio.com/ https://help.resilio.com/hc/en-us/requests/new?ticket_form_id=91563 diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.1.ebuild b/net-p2p/resilio-sync/resilio-sync-2.6.1.ebuild deleted file mode 100644 index f4738e0d4d9a..000000000000 --- a/net-p2p/resilio-sync/resilio-sync-2.6.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker user - -QA_PREBUILT="usr/bin/rslsync" -BASE_URI="http://linux-packages.resilio.com/${PN}/deb/pool/non-free/r/${PN}/${PN}_${PV}-1_@arch@.deb" - -DESCRIPTION="Resilient, fast and scalable file synchronization tool" -HOMEPAGE="https://resilio.com/" -SRC_URI="amd64? ( ${BASE_URI/@arch@/amd64} ) - x86? ( ${BASE_URI/@arch@/i386} )" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="pax_kernel" -RESTRICT="bindist mirror" - -S="${WORKDIR}" - -DOC_CONTENTS="You may need to review /etc/resilio-sync/config.json\\n -Default metadata path is /var/lib/resilio-sync/.sync\\n -Default web-gui URL is http://localhost:8888/\\n\\n" - -pkg_setup() { - enewgroup rslsync - enewuser rslsync -1 -1 /var/lib/resilio-sync rslsync -} - -src_unpack() { - unpacker_src_unpack - - unpack usr/share/man/man1/resilio-sync.1.gz -} - -src_install() { - dobin usr/bin/rslsync - use pax_kernel && pax-mark m "${ED%/}"/usr/bin/rslsync - - doman resilio-sync.1 - - newinitd "${FILESDIR}"/resilio-sync.initd resilio-sync - newconfd "${FILESDIR}"/resilio-sync.confd resilio-sync - newinitd "${FILESDIR}"/resilio-sync-user.initd resilio-sync-user - newconfd "${FILESDIR}"/resilio-sync-user.confd resilio-sync-user - systemd_dounit "${FILESDIR}"/resilio-sync.service - systemd_douserunit "${FILESDIR}"/resilio-sync-user.service - newtmpfiles "${FILESDIR}"/resilio-sync.tmpfile resilio-sync.conf - - readme.gentoo_create_doc - - # Generate sample config, uncomment config directives and change values - insopts -orslsync -grslsync -m0644 - insinto /etc/resilio-sync - newins - config.json < <("${ED%/}"/usr/bin/rslsync --dump-sample-config | \ - sed \ - -e "/storage_path/s|//| |g" \ - -e "/pid_file/s|//| |g" \ - -e "/storage_path/s|/home/user/.sync|/var/lib/resilio-sync/.sync|g" \ - -e "/pid_file/s|resilio/resilio|resilio-sync/resilio-sync|g" \ - || die "sed failed for config.json" ) - - diropts -orslsync -grslsync -m0700 - keepdir /etc/resilio-sync /var/lib/resilio-sync/ \ - /var/lib/resilio-sync/.sync /var/log/resilio-sync -} - -pkg_postinst() { - tmpfiles_process resilio-sync.conf - readme.gentoo_print_elog -} -- cgit v1.2.3-65-gdbad