public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2019-12-08 10:08 Joonas Niilola
  0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2019-12-08 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6008bacf0a0490af862e9669336f6362923eb6ab
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Sun Nov 17 09:48:15 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 10:08:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6008bacf

net-p2p/resilio-sync: pax-mark unconditionally

Closes: https://bugs.gentoo.org/698286
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/13686
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild b/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild
index 95ea559330a..0b54d78848d 100644
--- a/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild
+++ b/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="amd64? ( ${BASE_URI/@arch@/amd64} )
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="pax_kernel"
+IUSE=""
 RESTRICT="bindist mirror"
 
 S="${WORKDIR}"
@@ -38,7 +38,7 @@ src_unpack() {
 
 src_install() {
 	dobin usr/bin/rslsync
-	use pax_kernel && pax-mark m "${ED%/}"/usr/bin/rslsync
+	pax-mark m "${ED}"/usr/bin/rslsync
 
 	doman resilio-sync.1
 
@@ -55,7 +55,7 @@ src_install() {
 	# 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 | \
+	newins - config.json < <("${ED}"/usr/bin/rslsync --dump-sample-config | \
 		sed \
 			-e "/storage_path/s|//| |g" \
 			-e "/pid_file/s|//| |g" \


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2024-08-10  6:58 Joonas Niilola
  0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2024-08-10  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     3e34250e5ff48b00ec94a58780a7359d26231352
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 11:45:22 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 06:58:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e34250e

net-p2p/resilio-sync: fix pkgcheck issues

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild | 7 +++----
 net-p2p/resilio-sync/resilio-sync-9999.ebuild       | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
index 4aad7886ab3c..85c2183e4d8e 100644
--- a/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
+++ b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,11 +14,12 @@ SRC_URI="amd64? ( ${BASE_URI/@arch@/amd64} )
 	arm? ( ${BASE_URI/@arch@/armhf} )
 	arm64? ( ${BASE_URI/@arch@/arm64} )
 	x86? ( ${BASE_URI/@arch@/i386} )"
+S="${WORKDIR}"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+
 RESTRICT="bindist mirror"
 
 RDEPEND="acct-group/rslsync
@@ -26,8 +27,6 @@ RDEPEND="acct-group/rslsync
 	virtual/libcrypt:="
 DEPEND="${RDEPEND}"
 
-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"

diff --git a/net-p2p/resilio-sync/resilio-sync-9999.ebuild b/net-p2p/resilio-sync/resilio-sync-9999.ebuild
index 3026eaaee2b2..145f3cca54f2 100644
--- a/net-p2p/resilio-sync/resilio-sync-9999.ebuild
+++ b/net-p2p/resilio-sync/resilio-sync-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,11 +14,12 @@ SRC_URI="amd64? ( ${BASE_URI//@arch@/x64} )
 	arm? ( ${BASE_URI//@arch@/armhf} )
 	arm64? ( ${BASE_URI//@arch@/arm64} )
 	x86? ( ${BASE_URI//@arch@/i386} )"
+S="${WORKDIR}"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+
 RESTRICT="bindist mirror"
 
 RDEPEND="acct-group/rslsync
@@ -26,8 +27,6 @@ RDEPEND="acct-group/rslsync
 	virtual/libcrypt:="
 DEPEND="${RDEPEND}"
 
-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"


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2024-08-01 16:23 Andreas Sturmlechner
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2024-08-01 16:23 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2024-01-23 20:26 Andreas K. Hüttel
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas K. Hüttel @ 2024-01-23 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     01150ba0f85e7b6a45601bc6e706d522b081ecaf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 20:24:27 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 20:26:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01150ba0

net-p2p/resilio-sync: Update glibc dependency

All glibc versions where missing crypt useflag indicated hard-enabled are gone.

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...silio-sync-2.7.2.1375.ebuild => resilio-sync-2.7.2.1375-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/resilio-sync/resilio-sync-2.7.2.1375.ebuild b/net-p2p/resilio-sync/resilio-sync-2.7.2.1375-r1.ebuild
similarity index 97%
rename from net-p2p/resilio-sync/resilio-sync-2.7.2.1375.ebuild
rename to net-p2p/resilio-sync/resilio-sync-2.7.2.1375-r1.ebuild
index 8fa9b94c65f9..e1eb3e20ec3f 100644
--- a/net-p2p/resilio-sync/resilio-sync-2.7.2.1375.ebuild
+++ b/net-p2p/resilio-sync/resilio-sync-2.7.2.1375-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,7 @@ RDEPEND="
 	${DEPEND}
 	|| (
 		sys-libs/libxcrypt[compat]
-		sys-libs/glibc[crypt(+)]
+		sys-libs/glibc[crypt(-)]
 	)"
 
 DOC_CONTENTS="You may need to review /etc/resilio-sync/config.json\\n


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2022-09-05 12:37 Joonas Niilola
  0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2022-09-05 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     cd9ce02458d14c8db94c37bb411cae38c58e9af3
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 12:36:23 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 12:37:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9ce024

net-p2p/resilio-sync: DoubleEmptyLine

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
index 4bc14e3b6981..4aad7886ab3c 100644
--- a/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
+++ b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
@@ -21,7 +21,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 RESTRICT="bindist mirror"
 
-
 RDEPEND="acct-group/rslsync
 	acct-user/rslsync
 	virtual/libcrypt:="


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2022-09-05 12:37 Joonas Niilola
  0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2022-09-05 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     cc585acdb8e0354a76f8b09d5ff76d38dd183475
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Sun Aug 21 15:22:04 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 12:37:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc585acd

net-p2p/resilio-sync: version bump to 2.7.3.1381, arm, live ebuild

Closes: https://bugs.gentoo.org/733726
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/resilio-sync/Manifest                      |  8 +++
 .../resilio-sync/resilio-sync-2.7.3.1381.ebuild    | 74 ++++++++++++++++++++++
 net-p2p/resilio-sync/resilio-sync-9999.ebuild      | 66 +++++++++++++++++++
 3 files changed, 148 insertions(+)

diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
index 52a086630e2e..f1a19b67caf4 100644
--- a/net-p2p/resilio-sync/Manifest
+++ b/net-p2p/resilio-sync/Manifest
@@ -1,2 +1,10 @@
 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
+DIST resilio-sync_2.7.3.1381-1_i386.deb 11968124 BLAKE2B 251a70fe03e4916e6fccbcb49c36e0b3b0508c469c69244ccc00e5db7448d701d08a44ae545c677f2db1a34ff0ffe1908b6efd137c792981f885fc0be4d80c69 SHA512 e28b6098dacdf707ce5e9c15ededf10eaee614e331f0515ec200bd17211e1826c4bc4fb0cc7692abbf90fb9d1bb78765b4a13ae106fbf4e6bd3b72282e709b78
+DIST resilio-sync_arm64.tar.gz 13108308 BLAKE2B d6b9038041cada6017a925ccbc38094c6e876f6aa009ac5a6cd134d883458764c1549c5fab38f53a0bc16593fe51dcd816fa91c75a0a7ef7ecb9ac3a378107b3 SHA512 0b0ee23a8709272f8e3d346377891a88aac57d68ce3161777383c8d16b6456017920f8f10baa37bd524eaefb4e20e6d9646b084bedfb3124f33b5da8e4085388
+DIST resilio-sync_armhf.tar.gz 12124154 BLAKE2B 19b5ede578e51e851320d1fe202c73987c1d5a833a9ac6134a34c1302c133140ea708e5fa9500099f47378fbc8ac877ff08ab88c16040f38584e4cfdc2778927 SHA512 f0666b237f5f1a82299818df2dc24461456d61ea7ed51768ee5318ddcd5bcb2c49bf011c34d20f156b689bc29f43ec7895c368517b2fef4d4fb4ca10601fdf53
+DIST resilio-sync_i386.tar.gz 13675137 BLAKE2B c0d0e738acab7b8117edcaf027f6fd1223154f1cc998ff585946cc0ed7c2981356b4ab6b4914a2939fa8a423dae5b7fe5677f32c3f7835fbdc8f931717219836 SHA512 24159f581c47e94d2f8a664450a1a33d76f5cade44e9d5b0ad15246c6c5cdcf91f267f8dac20382e0618ebe0f9df5b30befe5eab600c395e7893da1d359b5982
+DIST resilio-sync_x64.tar.gz 13563546 BLAKE2B ae1f7a0a4fb4605c310464871628a36531986913429d86955a9b10fb0bb7ad58f29c7a6d400479b8fd154052282ed3bc7e37060c7d32f36486e316bd5ae77e2b SHA512 cfbf522761e6c9f0c77dfbb38b5a17f23360b147138cad9932400cd41fef6a14874cd1b58d737430ff5a9ae3a5e9d09f210b745bc5d2219d583c0def9f29dffc

diff --git a/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
new file mode 100644
index 000000000000..2350cf287fd5
--- /dev/null
+++ b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker
+
+QA_PREBUILT="usr/bin/rslsync"
+BASE_URI="https://download-cdn.resilio.com/${PV}/Debian/${PN}_${PV}-1_@arch@.deb"
+
+DESCRIPTION="Resilient, fast and scalable file synchronization tool"
+HOMEPAGE="https://www.resilio.com"
+SRC_URI="amd64? ( ${BASE_URI/@arch@/amd64} )
+	arm? ( ${BASE_URI/@arch@/armhf} )
+	arm64? ( ${BASE_URI/@arch@/arm64} )
+	x86? ( ${BASE_URI/@arch@/i386} )"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="bindist mirror"
+
+RDEPEND="acct-group/rslsync
+	acct-user/rslsync"
+
+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"
+
+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 -o rslsync -g rslsync -m 0644
+	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 -o rslsync -g rslsync -m 0700
+	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
+}

diff --git a/net-p2p/resilio-sync/resilio-sync-9999.ebuild b/net-p2p/resilio-sync/resilio-sync-9999.ebuild
new file mode 100644
index 000000000000..ec75a022b718
--- /dev/null
+++ b/net-p2p/resilio-sync/resilio-sync-9999.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit pax-utils readme.gentoo-r1 systemd tmpfiles
+
+QA_PREBUILT="usr/bin/rslsync"
+BASE_URI="https://download-cdn.resilio.com/stable/linux-@arch@/${PN}_@arch@.tar.gz"
+
+DESCRIPTION="Resilient, fast and scalable file synchronization tool"
+HOMEPAGE="https://www.resilio.com"
+SRC_URI="amd64? ( ${BASE_URI//@arch@/x64} )
+	arm? ( ${BASE_URI//@arch@/armhf} )
+	arm64? ( ${BASE_URI//@arch@/arm64} )
+	x86? ( ${BASE_URI//@arch@/i386} )"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="bindist mirror"
+
+RDEPEND="acct-group/rslsync
+	acct-user/rslsync"
+
+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"
+
+src_install() {
+	dobin rslsync
+	pax-mark m "${ED}"/usr/bin/rslsync
+
+	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 -o rslsync -g rslsync -m 0644
+	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 -o rslsync -g rslsync -m 0700
+	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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2022-09-05 12:37 Joonas Niilola
  0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2022-09-05 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ad9200fb599e056dcd8e278bc88ec2faf64cd390
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Sun Aug 21 15:14:53 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 12:37:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9200fb

net-p2p/resilio-sync: drop old ebuilds

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
index ea7f1dfb96ac..52a086630e2e 100644
--- a/net-p2p/resilio-sync/Manifest
+++ b/net-p2p/resilio-sync/Manifest
@@ -1,4 +1,2 @@
-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
 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

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
deleted file mode 100644
index 166fe8dcb1d0..000000000000
--- a/net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2021 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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2022-09-05 12:37 Joonas Niilola
  0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2022-09-05 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     314be8bf279755a7ad68a739ddcaeabc30a3f0e0
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 12:22:40 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 12:37:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314be8bf

net-p2p/resilio-sync: add missing virtual/libcrypt:= deps

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild | 5 ++++-
 net-p2p/resilio-sync/resilio-sync-9999.ebuild       | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
index 2350cf287fd5..4bc14e3b6981 100644
--- a/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
+++ b/net-p2p/resilio-sync/resilio-sync-2.7.3.1381.ebuild
@@ -21,8 +21,11 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 RESTRICT="bindist mirror"
 
+
 RDEPEND="acct-group/rslsync
-	acct-user/rslsync"
+	acct-user/rslsync
+	virtual/libcrypt:="
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"
 

diff --git a/net-p2p/resilio-sync/resilio-sync-9999.ebuild b/net-p2p/resilio-sync/resilio-sync-9999.ebuild
index ec75a022b718..3026eaaee2b2 100644
--- a/net-p2p/resilio-sync/resilio-sync-9999.ebuild
+++ b/net-p2p/resilio-sync/resilio-sync-9999.ebuild
@@ -22,7 +22,9 @@ IUSE=""
 RESTRICT="bindist mirror"
 
 RDEPEND="acct-group/rslsync
-	acct-user/rslsync"
+	acct-user/rslsync
+	virtual/libcrypt:="
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2022-01-15 11:33 Joonas Niilola
  0 siblings, 0 replies; 16+ messages in thread
From: Joonas Niilola @ 2022-01-15 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6fe8482d6e4e4a38aa2a602d9dcc27030fbaf57e
Author:     マリウス <marius <AT> xn--gckvb8fzb <DOT> com>
AuthorDate: Fri Dec 17 05:13:26 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 11:32:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe8482d

net-p2p/resilio-sync: version bump to 2.7.2.1375

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/23352

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

diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
index cc8b4bc228e2..ea7f1dfb96ac 100644
--- a/net-p2p/resilio-sync/Manifest
+++ b/net-p2p/resilio-sync/Manifest
@@ -1,2 +1,4 @@
 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
+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

diff --git a/net-p2p/resilio-sync/resilio-sync-2.7.2.1375.ebuild b/net-p2p/resilio-sync/resilio-sync-2.7.2.1375.ebuild
new file mode 100644
index 000000000000..8fa9b94c65f9
--- /dev/null
+++ b/net-p2p/resilio-sync/resilio-sync-2.7.2.1375.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2022 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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2021-11-19 17:45 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2021-11-19 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fc4ad25b2b500c6fb8af82a418833c6294ba393c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 17:44:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 17:44:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4ad25b

net-p2p/resilio-sync: flip libxcrypt[compat] dep order

Help Portage resolve dependencies a bit easier.

Bug: https://bugs.gentoo.org/814335
Bug: https://bugs.gentoo.org/822849
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index cf39bd118bf6..166fe8dcb1d0 100644
--- 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,8 +29,8 @@ DEPEND="
 RDEPEND="
 	${DEPEND}
 	|| (
-		sys-libs/glibc[crypt(+)]
 		sys-libs/libxcrypt[compat]
+		sys-libs/glibc[crypt(+)]
 	)"
 
 DOC_CONTENTS="You may need to review /etc/resilio-sync/config.json\\n


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2021-07-11 21:23 Conrad Kostecki
  0 siblings, 0 replies; 16+ messages in thread
From: Conrad Kostecki @ 2021-07-11 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2f387aaca5575b698e9e5e38cce55f78014ddc36
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 21:08:01 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 21:18:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f387aac

net-p2p/resilio-sync: migrate to GLEP 81

Bug: https://bugs.gentoo.org/781455
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild | 80 +++++++++++++++++++++++
 1 file changed, 80 insertions(+)

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
new file mode 100644
index 00000000000..cf39bd118bf
--- /dev/null
+++ b/net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 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/glibc[crypt(+)]
+		sys-libs/libxcrypt[compat]
+	)"
+
+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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2021-07-11 21:23 Conrad Kostecki
  0 siblings, 0 replies; 16+ messages in thread
From: Conrad Kostecki @ 2021-07-11 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     37099d5516d4d89063793ec12d0fe15f2bf4a795
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 21:09:21 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 21:18:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37099d55

net-p2p/resilio-sync: drop old version

Closes: https://bugs.gentoo.org/781455
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-p2p/resilio-sync/resilio-sync-2.6.3-r1.ebuild | 78 -----------------------
 1 file changed, 78 deletions(-)

diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.3-r1.ebuild b/net-p2p/resilio-sync/resilio-sync-2.6.3-r1.ebuild
deleted file mode 100644
index 747808bdcbe..00000000000
--- a/net-p2p/resilio-sync/resilio-sync-2.6.3-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker user
-
-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"
-
-RDEPEND="
-	|| (
-		sys-libs/glibc[crypt(+)]
-		sys-libs/libxcrypt[compat]
-	)"
-
-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
-	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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2021-05-09 23:04 Andreas Sturmlechner
  0 siblings, 0 replies; 16+ messages in thread
From: Andreas Sturmlechner @ 2021-05-09 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6fb6819c5863b98e5ad9b8674feadae13850e66c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 23:04:29 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May  9 23:04:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb6819c

net-p2p/resilio-sync: Drop 2.6.1, EAPI6--

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 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(-)

diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
index b4e4a2e3840..cc8b4bc228e 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 000ca04fb37..b9f2c25a47c 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.
 	</longdescription>
-	<use>
-		<flag name="pax_kernel">Use paxctl to mark binaries</flag>
-	</use>
 	<upstream>
 		<doc>https://help.resilio.com/</doc>
 		<bugs-to>https://help.resilio.com/hc/en-us/requests/new?ticket_form_id=91563</bugs-to>

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 f4738e0d4d9..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2019-06-17 12:22 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2019-06-17 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     599a03606c0c52bebf72eb79c9c84f0ffaeac1cd
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Wed May 29 16:01:43 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 12:21:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599a0360

net-p2p/resilio-sync: fix upstream silent update

Closes: https://bugs.gentoo.org/686360
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/12128
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-p2p/resilio-sync/Manifest | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
index 815fa8be8b5..b4e4a2e3840 100644
--- a/net-p2p/resilio-sync/Manifest
+++ b/net-p2p/resilio-sync/Manifest
@@ -1,4 +1,4 @@
-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
-DIST resilio-sync_2.6.3-1_amd64.deb 12109918 BLAKE2B e89ca0eedadd29d1d0519f0e894f6cbb865b39600df6b516a85411da45e58751caf1c0988d13c821b134ac2318f6487cdad82a75b7357686bde1865b88779f3e SHA512 4531936a5ddd23cfcf2354ea9c7f285e08d1afdd0922d1254baec2900f1c4bfdbbe5d57a5f9cf079b8b3fee69cc9f0a1557218657c1386f800d6e19cc6de31a3
-DIST resilio-sync_2.6.3-1_i386.deb 12062106 BLAKE2B f070844fc513ce052e1cb480f4b521216da485ffc00fb0b7e512d877ae6d0bb39452015bc24f931850542490e69d3b210c5a4dd8635a43f16901791144134880 SHA512 18e01ae12c198e7e921a8fd74e934365f027607940ada7378adb239b5c8a25b94e47ac4290c738acac54c53beff25e1ba35f4e079ce8145852f385212bd8794b
+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


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2019-03-15 22:42 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2019-03-15 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6edfbc0131d0532ef84dc6751e778ed2dd1480b3
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Fri Mar 15 17:27:06 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 22:42:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edfbc01

net-p2p/resilio-sync: version bump to 2.6.3, EAPI 7.

1. Version bump to 2.6.3
2. Moved to EAPI 7
3. Upstream changed URL

Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-p2p/resilio-sync/Manifest                  |  2 +
 net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild | 74 ++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/net-p2p/resilio-sync/Manifest b/net-p2p/resilio-sync/Manifest
index a85e4ac47e2..815fa8be8b5 100644
--- a/net-p2p/resilio-sync/Manifest
+++ b/net-p2p/resilio-sync/Manifest
@@ -1,2 +1,4 @@
 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
+DIST resilio-sync_2.6.3-1_amd64.deb 12109918 BLAKE2B e89ca0eedadd29d1d0519f0e894f6cbb865b39600df6b516a85411da45e58751caf1c0988d13c821b134ac2318f6487cdad82a75b7357686bde1865b88779f3e SHA512 4531936a5ddd23cfcf2354ea9c7f285e08d1afdd0922d1254baec2900f1c4bfdbbe5d57a5f9cf079b8b3fee69cc9f0a1557218657c1386f800d6e19cc6de31a3
+DIST resilio-sync_2.6.3-1_i386.deb 12062106 BLAKE2B f070844fc513ce052e1cb480f4b521216da485ffc00fb0b7e512d877ae6d0bb39452015bc24f931850542490e69d3b210c5a4dd8635a43f16901791144134880 SHA512 18e01ae12c198e7e921a8fd74e934365f027607940ada7378adb239b5c8a25b94e47ac4290c738acac54c53beff25e1ba35f4e079ce8145852f385212bd8794b

diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild b/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild
new file mode 100644
index 00000000000..95ea559330a
--- /dev/null
+++ b/net-p2p/resilio-sync/resilio-sync-2.6.3.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker user
+
+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} )"
+
+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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/
@ 2019-03-15 22:42 Patrice Clement
  0 siblings, 0 replies; 16+ messages in thread
From: Patrice Clement @ 2019-03-15 22:42 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2024-08-10  6:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-08 10:08 [gentoo-commits] repo/gentoo:master commit in: net-p2p/resilio-sync/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10  6:58 Joonas Niilola
2024-08-01 16:23 Andreas Sturmlechner
2024-01-23 20:26 Andreas K. Hüttel
2022-09-05 12:37 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-01-15 11:33 Joonas Niilola
2021-11-19 17:45 Sam James
2021-07-11 21:23 Conrad Kostecki
2021-07-11 21:23 Conrad Kostecki
2021-05-09 23:04 Andreas Sturmlechner
2019-06-17 12:22 Michał Górny
2019-03-15 22:42 Patrice Clement
2019-03-15 22:42 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox