commit:     80165a93325eda0d1ee7faf7aae59048bef9d824
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp 
<DOT> ua>
AuthorDate: Fri Mar 15 17:24:48 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 22:42:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80165a93

net-p2p/resilio-sync: remove old version 2.5.12.

Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11376
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-p2p/resilio-sync/Manifest                   |  2 -
 net-p2p/resilio-sync/resilio-sync-2.5.12.ebuild | 78 -------------------------
 2 files changed, 80 deletions(-)

diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
index 91a4a133ffd..a85e4ac47e2 100644
--- a/net-p2p/resilio-sync/Manifest
+++ b/net-p2p/resilio-sync/Manifest
@@ -1,4 +1,2 @@
-DIST resilio-sync_2.5.12-1_amd64.deb 10466894 BLAKE2B 
d9125bfe49738db3a2cab0d66cad9fed2ae712ee613ccd104bc1d8764bd072b082f71fc0102b15d52f791b592d88ffa4f03892e7e4088e3bf4a847b6c15b4296
 SHA512 
bafc8dbce182253d585185e5d0a27f0a8ca18f768bba65c348752cc089e0e690c8c1848a71cb1b125c67d2c265cbbf13e98d7c99289b0bb0268d43d3e38454d3
-DIST resilio-sync_2.5.12-1_i386.deb 10334238 BLAKE2B 
447baf18db1f6c47a6a2518f9ba6a27b0d9a7092cc41d63958a66be6492cab3868a0ecae9faadfa91cfc5f777e1289cb62017519a0994b93ae448042de9b32d3
 SHA512 
bb46498070f6aa0e3debee839f50a9292116bd5f9105fe75c65d11f9f3199e6e5b8f828b34b364e7f3cb896bf88fd37a255289c68158df7414acf809e4701b32
 DIST resilio-sync_2.6.1-1_amd64.deb 11576892 BLAKE2B 
710bd96b91be84bc7210d8efe0d8954a33be878fc948694e7a1c62e7b53b5ac94133a16b89c4872e18798bc03f3508c7c130d4d56a3480c35d30edff5589ef3a
 SHA512 
a37d73a621a740f57b4f2824cc2a3178f365ccc8180a0e814480dde8d1b74b9d54da4e07bd18c89cc6a93c12b526f8a43e08165d3c2f0fdc913e1f38e46eb183
 DIST resilio-sync_2.6.1-1_i386.deb 11465194 BLAKE2B 
b56e01f79c5beec6a5ebd09724bebd1ce8c6d44eac694cd7fb89dc44823ccba22531b14e241fdd985ae63e6e0f177021becb593923eac8ac0183629e533ac72d
 SHA512 
84676c3fe5fcee484bcd58c6496aba0d2e3c86c339adb90b8b3cef28ae46d7b6f28c5fd0371a2cfe612ab8b3658eca2b9b2f6cfc9caa70aaff95946942a5c749

diff --git a/net-p2p/resilio-sync/resilio-sync-2.5.12.ebuild 
b/net-p2p/resilio-sync/resilio-sync-2.5.12.ebuild
deleted file mode 100644
index 33a5201ff21..00000000000
--- a/net-p2p/resilio-sync/resilio-sync-2.5.12.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-BASE_URI="http://linux-packages.resilio.com/${PN}/deb/pool/non-free/r/${PN}/${PN}_${PV}-1_@arch@.deb";
-
-inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker user
-
-NAME="rslsync"
-QA_PREBUILT="usr/bin/${NAME}"
-
-DESCRIPTION="Resilient, fast and scalable file synchronization tool"
-HOMEPAGE="https://getsync.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="mirror"
-
-S="${WORKDIR}"
-
-DOC_CONTENTS="You may need to review /etc/${PN}/config.json\\n
-Default metadata path is /var/lib/${PN}/.sync\\n
-Default web-gui URL is http://localhost:8888/\\n\\n";
-
-pkg_setup() {
-       enewgroup "${NAME}"
-       enewuser "${NAME}" -1 -1 /var/lib/"${PN}" "${NAME}"
-}
-
-src_unpack() {
-       unpacker_src_unpack
-
-       unpack usr/share/man/man1/"${PN}".1.gz
-}
-
-src_install() {
-       dobin usr/bin/"${NAME}"
-       use pax_kernel && pax-mark m "${ED%/}"/usr/bin/"${NAME}"
-
-       doman "${PN}".1
-
-       dodir /var/log/"${PN}"
-       keepdir /etc/"${PN}" /var/lib/"${PN}"/ /var/lib/"${PN}"/.sync 
/var/log/"${PN}"
-       fperms 0700 /etc/"${PN}" /var/lib/"${PN}" /var/lib/"${PN}"/.sync 
/var/log/"${PN}"
-       fowners -R "${NAME}":"${NAME}" /etc/"${PN}" /var/lib/"${PN}" 
/var/log/"${PN}"
-
-       newinitd "${FILESDIR}"/"${PN}".initd "${PN}"
-       newconfd "${FILESDIR}"/"${PN}".confd "${PN}"
-       newinitd "${FILESDIR}"/"${PN}"-user.initd "${PN}"-user
-       newconfd "${FILESDIR}"/"${PN}"-user.confd "${PN}"-user
-       systemd_dounit "${FILESDIR}"/"${PN}".service
-       systemd_douserunit "${FILESDIR}"/"${PN}"-user.service
-       newtmpfiles "${FILESDIR}"/resilio-sync.tmpfile resilio-sync.conf
-
-       readme.gentoo_create_doc
-
-       # Generate sample config
-       "${ED%/}"/usr/bin/"${NAME}" --dump-sample-config > \
-               "${ED%/}"/etc/"${PN}"/config.json || die "generate config 
failed"
-       fowners "${NAME}":"${NAME}" /etc/"${PN}"/config.json
-       # Uncomment config directives and change their values
-       sed -i \
-               -e "/storage_path/s|//| |g" \
-               -e "/pid_file/s|//| |g" \
-               -e "/storage_path/s|/home/user/.sync|/var/lib/${PN}/.sync|g" \
-               -e "/pid_file/s|resilio/resilio|${PN}/${PN}|g" \
-               "${ED%/}"/etc/"${PN}"/config.json || die "sed failed for 
config.json"
-}
-
-pkg_postinst() {
-       tmpfiles_process resilio-sync.conf
-       readme.gentoo_print_elog
-}

Reply via email to