From 548c27a3072459b77f9406e96decd214f3c46d94 Mon Sep 17 00:00:00 2001 From: soredake Date: Wed, 11 Jan 2017 22:59:27 +0200 Subject: 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 | 33 ---------------------- .../profile-sync-daemon-6.31.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 www-misc/profile-sync-daemon/profile-sync-daemon-6.28.ebuild create mode 100644 www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild (limited to 'www-misc') diff --git a/www-misc/profile-sync-daemon/Manifest b/www-misc/profile-sync-daemon/Manifest index fd4968d858b2..cdfc6bff134c 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.28.ebuild deleted file mode 100644 index 01683852ad12..000000000000 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.28.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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 -} 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 new file mode 100644 index 000000000000..9475ef996cab --- /dev/null +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.31.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} -- cgit v1.2.3-65-gdbad