commit:     b66b22c148c851225a98d23477caab706e365ac0
Author:     Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Sat Oct  5 21:40:02 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 05:21:26 2019 +0000
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 <jeffrey <AT> icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/13178
Signed-off-by: Joonas Niilola <juippis <AT> 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 00000000000..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
+}

Reply via email to