[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2024-04-11 Thread Arthur Zamarin
commit: ad951806687f2db71d754d9b027a028d89de1c1e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 11 15:21:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 15:21:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad951806

www-misc/profile-sync-daemon: add 6.50, EAPI8

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-misc/profile-sync-daemon/Manifest  |  1 +
 .../profile-sync-daemon-6.50.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/www-misc/profile-sync-daemon/Manifest 
b/www-misc/profile-sync-daemon/Manifest
index 9033beace7b0..068b036884c6 100644
--- a/www-misc/profile-sync-daemon/Manifest
+++ b/www-misc/profile-sync-daemon/Manifest
@@ -1,3 +1,4 @@
 DIST profile-sync-daemon-5.75.tar.gz 27829 BLAKE2B 
b333688af27a7373f72e72a09dd18afc210f2196957a76f6fab59d46ecd4e9b905b833a66bf49001c0be307b05b06320d7ee2b754cee1b6559a113346717b82b
 SHA512 
54c2a6c743bf3a3dd746862f6dc0448c8993c96fe0163f4f89885cee3e4c81ecac46414c0ca57d57ec0e9e6c646f9a39462d5d533a7515a952cc56276509bdc0
 DIST profile-sync-daemon-6.31.tar.gz 20490 BLAKE2B 
6c65f414230051e71578d1d0d69dd266a6d2b6f741b9c3a0e6b3132945fbe8f98db12544ac145609c82e793e1a8d5e8cef278191e653cb5560c3451d6f158307
 SHA512 
7e7585e902c2428c28dc980c73ebf77ea7f2b39133a6ad0c82e714c2789811c42785ac5d403f965f1b3de8c685d7cba51810ea99206e2b7351dbd607a2cd0fdb
 DIST profile-sync-daemon-6.35.tar.gz 20578 BLAKE2B 
f989682396f1423acf26719b74a356b0ee3933571aaf6a757620504392083d36bce278cfe9e0bb7a81dd1a95d51454c7bb039a556ce3670ce6b75b0c18e2bcea
 SHA512 
e406d39c4edeabc8baa45320a97656791d4099cc8db84aac2cb9f72ef2ed034c82bba73d53457f4ae4201c945af106717d2d979df5a3f154e307f2e6cc41411a
+DIST profile-sync-daemon-6.50.tar.gz 21464 BLAKE2B 
8a16fdd102fd96acef9b777c9a4ca23a0d8b2f8e40e222acc85fe2f2a2734030b1cddd866905cb63d0b29ba7f5e0268d6f4987a88a6f7a7628b23338729802a1
 SHA512 
e98f3d0d4970016459560119547f6b769c4a159c0f75530124b799ed51b7f08ba384a372bb64b9f06bbb64740638059c1a2b4a061ea92589fbbdf601ed279c05

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.50.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.50.ebuild
new file mode 100644
index ..d8a33596e6ea
--- /dev/null
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.50.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
+HOMEPAGE="https://wiki.archlinux.org/title/Profile-sync-daemon";
+SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-shells/bash
+   net-misc/rsync[xattr]
+   sys-apps/systemd
+"
+
+src_install() {
+   emake DESTDIR="${D}" COMPRESS_MAN=0 install
+}
+
+pkg_postinst() {
+   local replacing
+   for replacing in ${REPLACING_VERSIONS}; do
+   if [[ $(ver_cut 1 "${replacing}") -eq 5 ]]; then
+   ewarn "${PN}-6 and later dropped OpenRC and 
/etc/psd.conf support"
+   ewarn "See 
https://github.com/graysky2/profile-sync-daemon#note-for-version-6";
+   break
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2024-04-11 Thread Arthur Zamarin
commit: 1c56942ce39bf48ef54ab700440db7c04a6bbcc9
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Apr  5 19:03:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 15:22:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c56942c

www-misc/profile-sync-daemon: remove redundant EAPI6 ebuild

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36124
Signed-off-by: Arthur Zamarin  gentoo.org>

 www-misc/profile-sync-daemon/Manifest  |  1 -
 .../profile-sync-daemon-6.31.ebuild| 32 --
 2 files changed, 33 deletions(-)

diff --git a/www-misc/profile-sync-daemon/Manifest 
b/www-misc/profile-sync-daemon/Manifest
index 068b036884c6..ec3b505b7eeb 100644
--- a/www-misc/profile-sync-daemon/Manifest
+++ b/www-misc/profile-sync-daemon/Manifest
@@ -1,4 +1,3 @@
 DIST profile-sync-daemon-5.75.tar.gz 27829 BLAKE2B 
b333688af27a7373f72e72a09dd18afc210f2196957a76f6fab59d46ecd4e9b905b833a66bf49001c0be307b05b06320d7ee2b754cee1b6559a113346717b82b
 SHA512 
54c2a6c743bf3a3dd746862f6dc0448c8993c96fe0163f4f89885cee3e4c81ecac46414c0ca57d57ec0e9e6c646f9a39462d5d533a7515a952cc56276509bdc0
-DIST profile-sync-daemon-6.31.tar.gz 20490 BLAKE2B 
6c65f414230051e71578d1d0d69dd266a6d2b6f741b9c3a0e6b3132945fbe8f98db12544ac145609c82e793e1a8d5e8cef278191e653cb5560c3451d6f158307
 SHA512 
7e7585e902c2428c28dc980c73ebf77ea7f2b39133a6ad0c82e714c2789811c42785ac5d403f965f1b3de8c685d7cba51810ea99206e2b7351dbd607a2cd0fdb
 DIST profile-sync-daemon-6.35.tar.gz 20578 BLAKE2B 
f989682396f1423acf26719b74a356b0ee3933571aaf6a757620504392083d36bce278cfe9e0bb7a81dd1a95d51454c7bb039a556ce3670ce6b75b0c18e2bcea
 SHA512 
e406d39c4edeabc8baa45320a97656791d4099cc8db84aac2cb9f72ef2ed034c82bba73d53457f4ae4201c945af106717d2d979df5a3f154e307f2e6cc41411a
 DIST profile-sync-daemon-6.50.tar.gz 21464 BLAKE2B 
8a16fdd102fd96acef9b777c9a4ca23a0d8b2f8e40e222acc85fe2f2a2734030b1cddd866905cb63d0b29ba7f5e0268d6f4987a88a6f7a7628b23338729802a1
 SHA512 
e98f3d0d4970016459560119547f6b769c4a159c0f75530124b799ed51b7f08ba384a372bb64b9f06bbb64740638059c1a2b4a061ea92589fbbdf601ed279c05

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
deleted file mode 100644
index fbfdca9a0266..
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator
-
-DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
-HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
-
-SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="amd64 x86"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   app-shells/bash
-   net-misc/rsync[xattr]
-   sys-apps/systemd"
-
-pkg_postinst() {
-   local replacing
-   for replacing in ${REPLACING_VERSIONS}; do
-   if [[ "$(get_major_version ${replacing})" == "5" ]]; then
-   ewarn "${PN}-6 and later dropped OpenRC and 
/etc/psd.conf support"
-   ewarn "See 
https://github.com/graysky2/profile-sync-daemon#note-for-version-6";
-   break
-   fi
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2024-04-11 Thread Arthur Zamarin
commit: 17e8f17d94aadd5c1598e41cbd9b21b5b67cd515
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Apr  5 19:02:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 15:22:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e8f17d

www-misc/profile-sync-daemon: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild
index 637116c664b2..379ccb72073c 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit git-r3
 
 DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
-HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
+HOMEPAGE="https://wiki.archlinux.org/title/Profile-sync-daemon";
 EGIT_REPO_URI="https://github.com/graysky2/${PN}";
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
 
 RDEPEND="
app-shells/bash



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2023-05-26 Thread Arthur Zamarin
commit: ebc67594723501fcb7abba24fa37910305ad3158
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 20:05:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 20:05:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc67594

www-misc/profile-sync-daemon: Stabilize 6.35 x86, #772053

Signed-off-by: Arthur Zamarin  gentoo.org>

 www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
index d04bb3b515f0..09faeb81a3a7 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
 HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
 
 SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2023-05-26 Thread Sam James
commit: c5fe7ea1c3244d51df81b04bd0510ed08712134d
Author: Sam James  gentoo  org>
AuthorDate: Fri May 26 14:38:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 26 14:38:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fe7ea1

www-misc/profile-sync-daemon: Stabilize 6.35 amd64, #772053

Signed-off-by: Sam James  gentoo.org>

 www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
index 844169f700ae..d04bb3b515f0 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
 HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
 
 SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2021-12-25 Thread Sam James
commit: 7dc5101b1da19b2be35991beee0732c70f18856c
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 26 00:16:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 26 00:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc5101b

www-misc/profile-sync-daemon: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild | 4 ++--
 www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
index 0d734919e20a..fbfdca9a0266 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit versionator
 
-DESCRIPTION="Symlinks and syncs browser profile dirs to RAM."
+DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
 HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
 
 SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild
index e710ff290224..637116c664b2 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit git-r3
 
-DESCRIPTION="Symlinks and syncs browser profile dirs to RAM."
+DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
 HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
 EGIT_REPO_URI="https://github.com/graysky2/${PN}";
 



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2019-10-08 Thread Joonas Niilola
commit: b66b22c148c851225a98d23477caab706e365ac0
Author: Jeffrey Lin  icurse  nl>
AuthorDate: Sat Oct  5 21:40:02 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct  9 05:21:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66b22c1

www-misc/profile-sync-daemon: version bump to 6.35

Closes: https://bugs.gentoo.org/696618
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeffrey Lin  icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/13178
Signed-off-by: Joonas Niilola  gentoo.org>

 www-misc/profile-sync-daemon/Manifest  |  1 +
 .../profile-sync-daemon-6.35.ebuild| 34 ++
 2 files changed, 35 insertions(+)

diff --git a/www-misc/profile-sync-daemon/Manifest 
b/www-misc/profile-sync-daemon/Manifest
index 98828ba15cf..9033beace7b 100644
--- a/www-misc/profile-sync-daemon/Manifest
+++ b/www-misc/profile-sync-daemon/Manifest
@@ -1,2 +1,3 @@
 DIST profile-sync-daemon-5.75.tar.gz 27829 BLAKE2B 
b333688af27a7373f72e72a09dd18afc210f2196957a76f6fab59d46ecd4e9b905b833a66bf49001c0be307b05b06320d7ee2b754cee1b6559a113346717b82b
 SHA512 
54c2a6c743bf3a3dd746862f6dc0448c8993c96fe0163f4f89885cee3e4c81ecac46414c0ca57d57ec0e9e6c646f9a39462d5d533a7515a952cc56276509bdc0
 DIST profile-sync-daemon-6.31.tar.gz 20490 BLAKE2B 
6c65f414230051e71578d1d0d69dd266a6d2b6f741b9c3a0e6b3132945fbe8f98db12544ac145609c82e793e1a8d5e8cef278191e653cb5560c3451d6f158307
 SHA512 
7e7585e902c2428c28dc980c73ebf77ea7f2b39133a6ad0c82e714c2789811c42785ac5d403f965f1b3de8c685d7cba51810ea99206e2b7351dbd607a2cd0fdb
+DIST profile-sync-daemon-6.35.tar.gz 20578 BLAKE2B 
f989682396f1423acf26719b74a356b0ee3933571aaf6a757620504392083d36bce278cfe9e0bb7a81dd1a95d51454c7bb039a556ce3670ce6b75b0c18e2bcea
 SHA512 
e406d39c4edeabc8baa45320a97656791d4099cc8db84aac2cb9f72ef2ed034c82bba73d53457f4ae4201c945af106717d2d979df5a3f154e307f2e6cc41411a

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
new file mode 100644
index 000..844169f700a
--- /dev/null
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
+HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
+
+SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   app-shells/bash
+   net-misc/rsync[xattr]
+   sys-apps/systemd"
+
+src_install() {
+   emake DESTDIR="${D}" COMPRESS_MAN=0 install
+}
+
+pkg_postinst() {
+   local replacing
+   for replacing in ${REPLACING_VERSIONS}; do
+   if [[ "$(ver_cut 1 "${replacing}")" == "5" ]]; then
+   ewarn "${PN}-6 and later dropped OpenRC and 
/etc/psd.conf support"
+   ewarn "See 
https://github.com/graysky2/profile-sync-daemon#note-for-version-6";
+   break
+   fi
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2019-10-07 Thread Agostino Sarubbo
commit: 6515218ab4ee2220c1bd9146e57e5666a43932e1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 08:59:10 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 08:59:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6515218a

www-misc/profile-sync-daemon: x86 stable wrt bug #696812

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
index 60826ee8986..b1dc3c521bf 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz -
 
 LICENSE="MIT GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="systemd"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2019-10-07 Thread Agostino Sarubbo
commit: 0e0a0c63df944e24ba293a1dde292954b7dd7087
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 08:41:48 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 08:41:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0a0c63

www-misc/profile-sync-daemon: amd64 stable wrt bug #696812

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
index 11e5f93ac55..60826ee8986 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz -
 
 LICENSE="MIT GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="systemd"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/files/, www-misc/profile-sync-daemon/

2019-04-07 Thread Michał Górny
commit: 00e32ad6dd819f8e640ca4f45be65a871e997b24
Author: Jeffrey Lin  icurse  nl>
AuthorDate: Mon Apr  1 14:05:36 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  7 08:29:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e32ad6

www-misc/profile-sync-daemon: bring back version 5.75

This commit partially reverts 79f41a54cc55c39e0a4ac9fba8115469f01d262e.
Bug: https://bugs.gentoo.org/678658
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeffrey Lin  icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/11473
Signed-off-by: Michał Górny  gentoo.org>

 www-misc/profile-sync-daemon/Manifest  |  1 +
 .../files/bad-substitution-fix.patch   | 11 +++
 .../profile-sync-daemon/files/openrc-path.patch| 13 +
 www-misc/profile-sync-daemon/metadata.xml  |  9 +-
 .../profile-sync-daemon-5.75.ebuild| 34 ++
 5 files changed, 67 insertions(+), 1 deletion(-)

diff --git a/www-misc/profile-sync-daemon/Manifest 
b/www-misc/profile-sync-daemon/Manifest
index 811617b7ea7..98828ba15cf 100644
--- a/www-misc/profile-sync-daemon/Manifest
+++ b/www-misc/profile-sync-daemon/Manifest
@@ -1 +1,2 @@
+DIST profile-sync-daemon-5.75.tar.gz 27829 BLAKE2B 
b333688af27a7373f72e72a09dd18afc210f2196957a76f6fab59d46ecd4e9b905b833a66bf49001c0be307b05b06320d7ee2b754cee1b6559a113346717b82b
 SHA512 
54c2a6c743bf3a3dd746862f6dc0448c8993c96fe0163f4f89885cee3e4c81ecac46414c0ca57d57ec0e9e6c646f9a39462d5d533a7515a952cc56276509bdc0
 DIST profile-sync-daemon-6.31.tar.gz 20490 BLAKE2B 
6c65f414230051e71578d1d0d69dd266a6d2b6f741b9c3a0e6b3132945fbe8f98db12544ac145609c82e793e1a8d5e8cef278191e653cb5560c3451d6f158307
 SHA512 
7e7585e902c2428c28dc980c73ebf77ea7f2b39133a6ad0c82e714c2789811c42785ac5d403f965f1b3de8c685d7cba51810ea99206e2b7351dbd607a2cd0fdb

diff --git a/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch 
b/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
new file mode 100644
index 000..7551b08157a
--- /dev/null
+++ b/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
@@ -0,0 +1,11 @@
+--- a/common/profile-sync-daemon.in2015-07-29 16:57:24.0 -0400
 b/common/profile-sync-daemon.in2017-07-25 21:35:59.209639588 -0400
+@@ -581,7 +581,7 @@
+   # check that the LAST DIRECTORY in the full 
path is unique
+   unique_count=$(echo ${DIRArr[@]##*/} |
+   sed 's/ /\n/g' | sort -u | wc -l)
+-  if [[ ${#DIRArr[@]##*/} -eq $unique_count ]]; 
then
++  if [[ ${#DIRArr[@]} -eq $unique_count ]]; then
+   # no problems so do nothing
+   return
+   else

diff --git a/www-misc/profile-sync-daemon/files/openrc-path.patch 
b/www-misc/profile-sync-daemon/files/openrc-path.patch
new file mode 100644
index 000..fc2d51b872d
--- /dev/null
+++ b/www-misc/profile-sync-daemon/files/openrc-path.patch
@@ -0,0 +1,13 @@
+--- a/Makefile 2015-07-29 17:57:24.0 -0300
 b/Makefile 2017-02-02 15:08:06.720017266 -0300
+@@ -64,8 +64,8 @@
+ 
+ install-openrc:
+   $(Q)echo -e '\033[1;32mInstalling openrc files...\033[0m'
+-  $(INSTALL_DIR) "$(DESTDIR)$(DOCDIR)"
+-  $(INSTALL_SCRIPT) init/psd.openrc "$(DESTDIR)$(DOCDIR)/psd.openrc"
++  $(INSTALL_DIR) "$(DESTDIR)$(INITDIR_UPSTART)"
++  $(INSTALL_SCRIPT) init/psd.openrc "$(DESTDIR)$(INITDIR_UPSTART)/psd"
+   [ -f "$(DESTDIR)$(CONFDIR)/psd.conf" ] || $(INSTALL_DATA) 
common/psd.conf "$(DESTDIR)$(CONFDIR)/psd.conf"
+ 
+ install-systemd:

diff --git a/www-misc/profile-sync-daemon/metadata.xml 
b/www-misc/profile-sync-daemon/metadata.xml
index 9fad3221afa..aaa0192550e 100644
--- a/www-misc/profile-sync-daemon/metadata.xml
+++ b/www-misc/profile-sync-daemon/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   jeff...@icurse.nl
+   Jeffrey Lin
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

graysky2/profile-sync-daemon


diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
new file mode 100644
index 000..11e5f93ac55
--- /dev/null
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
+HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
+SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"

[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/, www-misc/profile-sync-daemon/files/

2019-02-23 Thread Pacho Ramos
commit: 79f41a54cc55c39e0a4ac9fba8115469f01d262e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Feb 23 09:31:41 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Feb 23 09:31:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f41a54

www-misc/profile-sync-daemon: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 www-misc/profile-sync-daemon/Manifest  |  2 --
 .../files/bad-substitution-fix.patch   | 11 --
 .../profile-sync-daemon/files/openrc-path.patch| 13 ---
 .../profile-sync-daemon-5.45.1.ebuild  | 32 -
 .../profile-sync-daemon-5.75.ebuild| 41 --
 5 files changed, 99 deletions(-)

diff --git a/www-misc/profile-sync-daemon/Manifest 
b/www-misc/profile-sync-daemon/Manifest
index 79021215daf..811617b7ea7 100644
--- a/www-misc/profile-sync-daemon/Manifest
+++ b/www-misc/profile-sync-daemon/Manifest
@@ -1,3 +1 @@
-DIST profile-sync-daemon-5.45.1.tar.gz 25543 BLAKE2B 
e033ae0587c3c5b90442e9ed199b10112019459f6e5f32d8ffb836c1d0ab878d4f535709c76d8a8bf7edde7aca8d1b8d868ad5c472166c7ec22d1da9f0f5591d
 SHA512 
8a61ebfe52031bd59c70416adfd477edc313641cec93a4e96c80f316517cdb53f49840cfd7711ea2f6180ecce8e8e5d45f01d7bd85ba787c3fe288a14426b944
-DIST profile-sync-daemon-5.75.tar.gz 27829 BLAKE2B 
b333688af27a7373f72e72a09dd18afc210f2196957a76f6fab59d46ecd4e9b905b833a66bf49001c0be307b05b06320d7ee2b754cee1b6559a113346717b82b
 SHA512 
54c2a6c743bf3a3dd746862f6dc0448c8993c96fe0163f4f89885cee3e4c81ecac46414c0ca57d57ec0e9e6c646f9a39462d5d533a7515a952cc56276509bdc0
 DIST profile-sync-daemon-6.31.tar.gz 20490 BLAKE2B 
6c65f414230051e71578d1d0d69dd266a6d2b6f741b9c3a0e6b3132945fbe8f98db12544ac145609c82e793e1a8d5e8cef278191e653cb5560c3451d6f158307
 SHA512 
7e7585e902c2428c28dc980c73ebf77ea7f2b39133a6ad0c82e714c2789811c42785ac5d403f965f1b3de8c685d7cba51810ea99206e2b7351dbd607a2cd0fdb

diff --git a/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch 
b/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
deleted file mode 100644
index 7551b08157a..000
--- a/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/common/profile-sync-daemon.in2015-07-29 16:57:24.0 -0400
-+++ b/common/profile-sync-daemon.in2017-07-25 21:35:59.209639588 -0400
-@@ -581,7 +581,7 @@
-   # check that the LAST DIRECTORY in the full 
path is unique
-   unique_count=$(echo ${DIRArr[@]##*/} |
-   sed 's/ /\n/g' | sort -u | wc -l)
--  if [[ ${#DIRArr[@]##*/} -eq $unique_count ]]; 
then
-+  if [[ ${#DIRArr[@]} -eq $unique_count ]]; then
-   # no problems so do nothing
-   return
-   else

diff --git a/www-misc/profile-sync-daemon/files/openrc-path.patch 
b/www-misc/profile-sync-daemon/files/openrc-path.patch
deleted file mode 100644
index fc2d51b872d..000
--- a/www-misc/profile-sync-daemon/files/openrc-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 a/Makefile 2015-07-29 17:57:24.0 -0300
-+++ b/Makefile 2017-02-02 15:08:06.720017266 -0300
-@@ -64,8 +64,8 @@
- 
- install-openrc:
-   $(Q)echo -e '\033[1;32mInstalling openrc files...\033[0m'
--  $(INSTALL_DIR) "$(DESTDIR)$(DOCDIR)"
--  $(INSTALL_SCRIPT) init/psd.openrc "$(DESTDIR)$(DOCDIR)/psd.openrc"
-+  $(INSTALL_DIR) "$(DESTDIR)$(INITDIR_UPSTART)"
-+  $(INSTALL_SCRIPT) init/psd.openrc "$(DESTDIR)$(INITDIR_UPSTART)/psd"
-   [ -f "$(DESTDIR)$(CONFDIR)/psd.conf" ] || $(INSTALL_DATA) 
common/psd.conf "$(DESTDIR)$(CONFDIR)/psd.conf"
- 
- install-systemd:

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1.ebuild
deleted file mode 100644
index 85871cee802..000
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Symlinks and syncs browser profile dirs to RAM."
-HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
-SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="systemd"
-
-RDEPEND="
-   app-shells/bash
-   net-misc/rsync
-   systemd? ( sys-apps/systemd )"
-
-src_install() {
-   emake -j1 DESTDIR="${ED}" \
-   install-openrc-all \
-   $(usex systemd "install-systemd" "")
-
-   fperms -x /etc/cron.hourly/psd-update
-}
-
-pkg_postinst() {
-   elog "The cronjob is -x by default."
-   elog "You might want to set it +x if

[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2019-02-22 Thread Mikle Kolyada
commit: b9b0ad788cd2c6804a0c8ff8969b7084bf1a4142
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Feb 22 11:36:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Feb 22 11:36:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b0ad78

www-misc/profile-sync-daemon: amd64 stable wrt bug #676820

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
index 08124cf36e9..0d734919e20 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Symlinks and syncs browser profile dirs to RAM."
 HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
 
 SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2019-02-14 Thread Thomas Deutschmann
commit: d4fcca1e18efbd9f6d1b7d591d6e8608a788e45e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Feb 15 00:37:31 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Feb 15 00:37:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fcca1e

www-misc/profile-sync-daemon: x86 stable (bug #676820)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
index ac608d23f44..08124cf36e9 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="Symlinks and syncs browser profile dirs to RAM."
 HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
 
 SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/files/, www-misc/profile-sync-daemon/

2018-09-09 Thread Patrice Clement
commit: 5fc92f703edc68e638b69c4f8ccedf4c743bf219
Author: Jeffrey Lin  icurse  nl>
AuthorDate: Sat Sep  8 04:01:34 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep  9 21:46:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc92f70

www-misc/profile-sync-daemon: version bump to 5.75.

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9807

 www-misc/profile-sync-daemon/Manifest  |  1 +
 .../files/bad-substitution-fix.patch   | 11 ++
 .../profile-sync-daemon/files/openrc-path.patch| 13 +++
 .../profile-sync-daemon-5.75.ebuild| 41 ++
 4 files changed, 66 insertions(+)

diff --git a/www-misc/profile-sync-daemon/Manifest 
b/www-misc/profile-sync-daemon/Manifest
index 48ab55da731..79021215daf 100644
--- a/www-misc/profile-sync-daemon/Manifest
+++ b/www-misc/profile-sync-daemon/Manifest
@@ -1,2 +1,3 @@
 DIST profile-sync-daemon-5.45.1.tar.gz 25543 BLAKE2B 
e033ae0587c3c5b90442e9ed199b10112019459f6e5f32d8ffb836c1d0ab878d4f535709c76d8a8bf7edde7aca8d1b8d868ad5c472166c7ec22d1da9f0f5591d
 SHA512 
8a61ebfe52031bd59c70416adfd477edc313641cec93a4e96c80f316517cdb53f49840cfd7711ea2f6180ecce8e8e5d45f01d7bd85ba787c3fe288a14426b944
+DIST profile-sync-daemon-5.75.tar.gz 27829 BLAKE2B 
b333688af27a7373f72e72a09dd18afc210f2196957a76f6fab59d46ecd4e9b905b833a66bf49001c0be307b05b06320d7ee2b754cee1b6559a113346717b82b
 SHA512 
54c2a6c743bf3a3dd746862f6dc0448c8993c96fe0163f4f89885cee3e4c81ecac46414c0ca57d57ec0e9e6c646f9a39462d5d533a7515a952cc56276509bdc0
 DIST profile-sync-daemon-6.31.tar.gz 20490 BLAKE2B 
6c65f414230051e71578d1d0d69dd266a6d2b6f741b9c3a0e6b3132945fbe8f98db12544ac145609c82e793e1a8d5e8cef278191e653cb5560c3451d6f158307
 SHA512 
7e7585e902c2428c28dc980c73ebf77ea7f2b39133a6ad0c82e714c2789811c42785ac5d403f965f1b3de8c685d7cba51810ea99206e2b7351dbd607a2cd0fdb

diff --git a/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch 
b/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
new file mode 100644
index 000..7551b08157a
--- /dev/null
+++ b/www-misc/profile-sync-daemon/files/bad-substitution-fix.patch
@@ -0,0 +1,11 @@
+--- a/common/profile-sync-daemon.in2015-07-29 16:57:24.0 -0400
 b/common/profile-sync-daemon.in2017-07-25 21:35:59.209639588 -0400
+@@ -581,7 +581,7 @@
+   # check that the LAST DIRECTORY in the full 
path is unique
+   unique_count=$(echo ${DIRArr[@]##*/} |
+   sed 's/ /\n/g' | sort -u | wc -l)
+-  if [[ ${#DIRArr[@]##*/} -eq $unique_count ]]; 
then
++  if [[ ${#DIRArr[@]} -eq $unique_count ]]; then
+   # no problems so do nothing
+   return
+   else

diff --git a/www-misc/profile-sync-daemon/files/openrc-path.patch 
b/www-misc/profile-sync-daemon/files/openrc-path.patch
new file mode 100644
index 000..fc2d51b872d
--- /dev/null
+++ b/www-misc/profile-sync-daemon/files/openrc-path.patch
@@ -0,0 +1,13 @@
+--- a/Makefile 2015-07-29 17:57:24.0 -0300
 b/Makefile 2017-02-02 15:08:06.720017266 -0300
+@@ -64,8 +64,8 @@
+ 
+ install-openrc:
+   $(Q)echo -e '\033[1;32mInstalling openrc files...\033[0m'
+-  $(INSTALL_DIR) "$(DESTDIR)$(DOCDIR)"
+-  $(INSTALL_SCRIPT) init/psd.openrc "$(DESTDIR)$(DOCDIR)/psd.openrc"
++  $(INSTALL_DIR) "$(DESTDIR)$(INITDIR_UPSTART)"
++  $(INSTALL_SCRIPT) init/psd.openrc "$(DESTDIR)$(INITDIR_UPSTART)/psd"
+   [ -f "$(DESTDIR)$(CONFDIR)/psd.conf" ] || $(INSTALL_DATA) 
common/psd.conf "$(DESTDIR)$(CONFDIR)/psd.conf"
+ 
+ install-systemd:

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
new file mode 100644
index 000..70b56370895
--- /dev/null
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.75.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
+HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon";
+SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="systemd zsh-completion"
+
+RDEPEND="
+   app-shells/bash
+   net-misc/rsync[xattr]
+   systemd? ( sys-apps/systemd )"
+
+PATCHES=(
+   "${FILESDIR}/openrc-path.patch"
+   "${FILESDIR}/bad-substitution-fix.patch"
+)
+
+src_install() {
+   emake DESTDIR="${ED}" \
+   install-openrc-all \
+   $(usex systemd "install-systemd" "")
+
+   if ! use zsh-completion; then
+   rm -r "${ED}/usr/share/zsh" || die
+   fi

[gentoo-commits] repo/gentoo:master commit in: www-misc/profile-sync-daemon/

2017-01-12 Thread Patrice Clement
commit: 548c27a3072459b77f9406e96decd214f3c46d94
Author: soredake  krutt  org>
AuthorDate: Wed Jan 11 20:59:27 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jan 12 14:05:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548c27a3

www-misc/profile-sync-daemon: version bump to 6.31.

Closes: https://github.com/gentoo/gentoo/pull/3436

 www-misc/profile-sync-daemon/Manifest   | 2 +-
 ...{profile-sync-daemon-6.28.ebuild => profile-sync-daemon-6.31.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-misc/profile-sync-daemon/Manifest 
b/www-misc/profile-sync-daemon/Manifest
index fd4968d..cdfc6bf 100644
--- a/www-misc/profile-sync-daemon/Manifest
+++ b/www-misc/profile-sync-daemon/Manifest
@@ -1,2 +1,2 @@
 DIST profile-sync-daemon-5.45.1.tar.gz 25543 SHA256 
da4e215f053ca3f2b4cfae3f83e8a8e8370ef328aa343eea1011719a3ca9ede8 SHA512 
8a61ebfe52031bd59c70416adfd477edc313641cec93a4e96c80f316517cdb53f49840cfd7711ea2f6180ecce8e8e5d45f01d7bd85ba787c3fe288a14426b944
 WHIRLPOOL 
07a377c71557c4e285893a2b03513cedf99b5f2c4c7805de1c297393716873d32be2d003090c59fa2a260da64cf48611d910515ffcb907cfe9637614ddfc90bd
-DIST profile-sync-daemon-6.28.tar.gz 20060 SHA256 
e38c31711621c12fb0b25d6efc70333cf56006ea13fa878accee90bc4d7e548c SHA512 
aebd863077ff71075bd2f03222a197776a34cd1b78d9833dc861f50bb0b6438059278cd33bbf044a83865ec88220fc870fee23053f9ed0c48ee68b66c569cc0a
 WHIRLPOOL 
ac040129cb85bdf92f14cf774378325e784be40fe1b75ca50ebef4876596e48f6301626cc7db1afbdc7706777b6f82c4726183c745a0b384f0870c7b42ae3f17
+DIST profile-sync-daemon-6.31.tar.gz 20490 SHA256 
ea57be912ab158cde18f3e4bf58996b640713a1c8b84fa56a9e4d3a34c51ac29 SHA512 
7e7585e902c2428c28dc980c73ebf77ea7f2b39133a6ad0c82e714c2789811c42785ac5d403f965f1b3de8c685d7cba51810ea99206e2b7351dbd607a2cd0fdb
 WHIRLPOOL 
b14559cd27f4b4f42dc5b8549218c91a9a6157f2f7acd5bcfce01d22b56e803b68449fa3fcc30f64e7a312cd3ef0185034d072977bd22c6db64330be494d73d4

diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.28.ebuild 
b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
similarity index 94%
rename from www-misc/profile-sync-daemon/profile-sync-daemon-6.28.ebuild
rename to www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
index 0168385..9475ef9 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.28.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$