commit:     128d8df1050f313dfc3e7899df35f7f047fb9130
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 11:49:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 16:09:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128d8df1

net-p2p/resilio-sync: drop 2.7.2.1375-r1

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37857
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-p2p/resilio-sync/Manifest                      |  2 -
 .../resilio-sync/resilio-sync-2.7.2.1375-r1.ebuild | 80 ----------------------
 2 files changed, 82 deletions(-)

diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
index f1a19b67caf4..844482917ea2 100644
--- a/net-p2p/resilio-sync/Manifest
+++ b/net-p2p/resilio-sync/Manifest
@@ -1,5 +1,3 @@
-DIST resilio-sync_2.7.2.1375-1_amd64.deb 11845750 BLAKE2B 
894b975327f18ef4c5fe124466d9b1b50de72d08c106fe9f61a634e42b98042c2f5b40ed6c1afc2550fea3506e6cdef7d58eb041604624b26a5a877d62d941e5
 SHA512 
563643aab506f521c320e5b2ddc08d7d6893ea0908ecedeb11237495c47fb0585a781f83d0daacaf7de2084d9312784b947ad2e626995a05cdd03ffaae413665
-DIST resilio-sync_2.7.2.1375-1_i386.deb 11921570 BLAKE2B 
8595bfa5ca1c366fdeb93a4126b5634ef65ffab1883a6b9a5f557d172b18a6f1966f891ff79407e576eaa3315b8d67b7fe11c7b8a760a5ab0272e1bcb4224552
 SHA512 
114af90ea5e89c6f3698cfd9eb8f5dd8bd5316ab5fd0873238a78a29e4c33d0e96a19f61687d47f46d708b79a2f1877166075e7c3e11b4e4fe4f517cc26d2231
 DIST resilio-sync_2.7.3.1381-1_amd64.deb 11891248 BLAKE2B 
a5b3f7ba0b364cac706660bc2ab105f042fd367679c894c0e84a10c299c7ace99f051057a1e1679de43d9a219dd58f76b817d708f87776a18caf9d1808a6f4c0
 SHA512 
0417e8b0d9f6b20105145dd93d602b5682484f72d600f865241dc3016bb007b2adabe7ce288d18a95a63e31c32c12069909580a5afa93665cef5eb9b22cecd2e
 DIST resilio-sync_2.7.3.1381-1_arm64.deb 11239146 BLAKE2B 
fee89f4f2b8a20043981c5dc4662e2df5cac983020847897c7b0797119723a1266fbdfaf34ffea28bfe1d01786994376ad30ad475f9808372f93601cb6af8d89
 SHA512 
5c421ddb6ee853395e6e43d3ffd9c483c2038be7f3b0c7db797b86e403e249e3bd2143f7e476d1e547ce529369f175c27d19f3f84057ee0d1478306c9e14c509
 DIST resilio-sync_2.7.3.1381-1_armhf.deb 10985236 BLAKE2B 
8b24181ac10b1d671c8e6412910ace20932e1e4386a5493b0c9030fb26b8d145c43da7d1e4b281d5d80da003469ab4197573d123dd5e9256eec27be139e62cef
 SHA512 
cb725ff8051a84b0511204f81d9e34ab14f48dc9c274620efbd81c8c1cdbf641e26373f397e185c0afc1ec02ba8925e179a7953f5f8df780f1659b5952eeb4cb

diff --git a/net-p2p/resilio-sync/resilio-sync-2.7.2.1375-r1.ebuild 
b/net-p2p/resilio-sync/resilio-sync-2.7.2.1375-r1.ebuild
deleted file mode 100644
index e1eb3e20ec3f..000000000000
--- a/net-p2p/resilio-sync/resilio-sync-2.7.2.1375-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker
-
-QA_PREBUILT="usr/bin/rslsync"
-BASE_URI="http://download-cdn.resilio.com/${PV}/Debian/${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} )
-"
-S="${WORKDIR}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-       acct-group/rslsync
-       acct-user/rslsync
-"
-
-RDEPEND="
-       ${DEPEND}
-       || (
-               sys-libs/libxcrypt[compat]
-               sys-libs/glibc[crypt(-)]
-       )"
-
-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";
-
-src_unpack() {
-       unpacker_src_unpack
-
-       unpack usr/share/man/man1/resilio-sync.1.gz
-}
-
-src_install() {
-       dobin usr/bin/rslsync
-       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/.sync 
/var/log/resilio-sync
-}
-
-pkg_postinst() {
-       tmpfiles_process resilio-sync.conf
-       readme.gentoo_print_elog
-}

Reply via email to