Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
Date: Mon, 05 Sep 2022 12:37:28
Message-Id: 1662381433.ad9200fb599e056dcd8e278bc88ec2faf64cd390.juippis@gentoo
1 commit: ad9200fb599e056dcd8e278bc88ec2faf64cd390
2 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
3 AuthorDate: Sun Aug 21 15:14:53 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 12:37:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9200fb
7
8 net-p2p/resilio-sync: drop old ebuilds
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-p2p/resilio-sync/Manifest | 2 -
15 net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild | 80 -----------------------
16 2 files changed, 82 deletions(-)
17
18 diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
19 index ea7f1dfb96ac..52a086630e2e 100644
20 --- a/net-p2p/resilio-sync/Manifest
21 +++ b/net-p2p/resilio-sync/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST resilio-sync_2.6.3-1_amd64.deb 12111264 BLAKE2B e4b4d3d0bda910db5f10131d9072c47d7daccd6ff37267546385fb2657c84d9b12e9ae637df8380175f175c3e3a304fc3424ab93aa71b69d9890320d3464cf58 SHA512 92097e155fe74c07a89034db75e889fb3679fbd6cc497a361e4cf403bd1ffb5c2bc9f2a327d65d20b03067e5b7b898635a2dbeff7d4d9937b5e5ffe4daf4ba9d
24 -DIST resilio-sync_2.6.3-1_i386.deb 12062034 BLAKE2B 9c92e118ee8977a7e26948a21c61e1ff7c0692a2a76ff11e1b6ea8ef0edb08032d33453963b8c400c8945ed67cc561ce8334391fc4d8edc2e4bf37ff3c8acaff SHA512 4254de420b2b2263779befbfd93bddb8fa5352fbcce80e2a21efb463f0f3008a282fd07eb6602d4785ca6f0e770980b6da66c8d33911ae68938aee5e09e08e44
25 DIST resilio-sync_2.7.2.1375-1_amd64.deb 11845750 BLAKE2B 894b975327f18ef4c5fe124466d9b1b50de72d08c106fe9f61a634e42b98042c2f5b40ed6c1afc2550fea3506e6cdef7d58eb041604624b26a5a877d62d941e5 SHA512 563643aab506f521c320e5b2ddc08d7d6893ea0908ecedeb11237495c47fb0585a781f83d0daacaf7de2084d9312784b947ad2e626995a05cdd03ffaae413665
26 DIST resilio-sync_2.7.2.1375-1_i386.deb 11921570 BLAKE2B 8595bfa5ca1c366fdeb93a4126b5634ef65ffab1883a6b9a5f557d172b18a6f1966f891ff79407e576eaa3315b8d67b7fe11c7b8a760a5ab0272e1bcb4224552 SHA512 114af90ea5e89c6f3698cfd9eb8f5dd8bd5316ab5fd0873238a78a29e4c33d0e96a19f61687d47f46d708b79a2f1877166075e7c3e11b4e4fe4f517cc26d2231
27
28 diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild b/net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild
29 deleted file mode 100644
30 index 166fe8dcb1d0..000000000000
31 --- a/net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild
32 +++ /dev/null
33 @@ -1,80 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker
40 -
41 -QA_PREBUILT="usr/bin/rslsync"
42 -BASE_URI="http://download-cdn.resilio.com/${PV}/Debian/${PN}_${PV}-1_@arch@.deb"
43 -
44 -DESCRIPTION="Resilient, fast and scalable file synchronization tool"
45 -HOMEPAGE="https://resilio.com/"
46 -SRC_URI="
47 - amd64? ( ${BASE_URI/@arch@/amd64} )
48 - x86? ( ${BASE_URI/@arch@/i386} )
49 -"
50 -S="${WORKDIR}"
51 -
52 -LICENSE="all-rights-reserved"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -RESTRICT="bindist mirror"
56 -
57 -DEPEND="
58 - acct-group/rslsync
59 - acct-user/rslsync
60 -"
61 -
62 -RDEPEND="
63 - ${DEPEND}
64 - || (
65 - sys-libs/libxcrypt[compat]
66 - sys-libs/glibc[crypt(+)]
67 - )"
68 -
69 -DOC_CONTENTS="You may need to review /etc/resilio-sync/config.json\\n
70 -Default metadata path is /var/lib/resilio-sync/.sync\\n
71 -Default web-gui URL is http://localhost:8888/\\n\\n"
72 -
73 -src_unpack() {
74 - unpacker_src_unpack
75 -
76 - unpack usr/share/man/man1/resilio-sync.1.gz
77 -}
78 -
79 -src_install() {
80 - dobin usr/bin/rslsync
81 - pax-mark m "${ED}"/usr/bin/rslsync
82 -
83 - doman resilio-sync.1
84 -
85 - newinitd "${FILESDIR}"/resilio-sync.initd resilio-sync
86 - newconfd "${FILESDIR}"/resilio-sync.confd resilio-sync
87 - newinitd "${FILESDIR}"/resilio-sync-user.initd resilio-sync-user
88 - newconfd "${FILESDIR}"/resilio-sync-user.confd resilio-sync-user
89 - systemd_dounit "${FILESDIR}"/resilio-sync.service
90 - systemd_douserunit "${FILESDIR}"/resilio-sync-user.service
91 - newtmpfiles "${FILESDIR}"/resilio-sync.tmpfile resilio-sync.conf
92 -
93 - readme.gentoo_create_doc
94 -
95 - # Generate sample config, uncomment config directives and change values
96 - insopts -orslsync -grslsync -m0644
97 - insinto /etc/resilio-sync
98 - newins - config.json < <("${ED}"/usr/bin/rslsync --dump-sample-config | \
99 - sed \
100 - -e "/storage_path/s|//| |g" \
101 - -e "/pid_file/s|//| |g" \
102 - -e "/storage_path/s|/home/user/.sync|/var/lib/resilio-sync/.sync|g" \
103 - -e "/pid_file/s|resilio/resilio|resilio-sync/resilio-sync|g" \
104 - || die "sed failed for config.json" )
105 -
106 - diropts -orslsync -grslsync -m0700
107 - keepdir /etc/resilio-sync /var/lib/resilio-sync/.sync /var/log/resilio-sync
108 -}
109 -
110 -pkg_postinst() {
111 - tmpfiles_process resilio-sync.conf
112 - readme.gentoo_print_elog
113 -}