From a8e0e8e3da768478cbf2fd2d77cda949714abeca Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 11 Dec 2018 22:07:32 -0200 Subject: [PATCH] profile-sync-daemon: remove --- srcpkgs/profile-sync-daemon/INSTALL.msg | 6 +----- srcpkgs/profile-sync-daemon/files/psd/finish | 3 --- srcpkgs/profile-sync-daemon/files/psd/run | 4 ---- srcpkgs/profile-sync-daemon/template | 19 ++++--------------- srcpkgs/profile-sync-daemon/update | 1 - 5 files changed, 5 insertions(+), 28 deletions(-) delete mode 100755 srcpkgs/profile-sync-daemon/files/psd/finish delete mode 100755 srcpkgs/profile-sync-daemon/files/psd/run delete mode 100644 srcpkgs/profile-sync-daemon/update diff --git a/srcpkgs/profile-sync-daemon/INSTALL.msg b/srcpkgs/profile-sync-daemon/INSTALL.msg index a70e7297532..85785fe003d 100644 --- a/srcpkgs/profile-sync-daemon/INSTALL.msg +++ b/srcpkgs/profile-sync-daemon/INSTALL.msg @@ -1,5 +1 @@ -Define which users will make use of the sync in /etc/psd.conf -Read the manpage before use or see the wiki page -https://wiki.archlinux.org/index.php/Profile-sync-daemon - -ALWAYS backup your profile data before using utils like psd! +profile-sync-daemon is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/11 diff --git a/srcpkgs/profile-sync-daemon/files/psd/finish b/srcpkgs/profile-sync-daemon/files/psd/finish deleted file mode 100755 index c3d6bc911a3..00000000000 --- a/srcpkgs/profile-sync-daemon/files/psd/finish +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -set -e -exec profile-sync-daemon unsync diff --git a/srcpkgs/profile-sync-daemon/files/psd/run b/srcpkgs/profile-sync-daemon/files/psd/run deleted file mode 100755 index c061fbeac2f..00000000000 --- a/srcpkgs/profile-sync-daemon/files/psd/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -set -e -profile-sync-daemon sync -exec chpst -b profile-sync-daemon pause diff --git a/srcpkgs/profile-sync-daemon/template b/srcpkgs/profile-sync-daemon/template index 910ca957983..f046a8251ee 100644 --- a/srcpkgs/profile-sync-daemon/template +++ b/srcpkgs/profile-sync-daemon/template @@ -1,20 +1,9 @@ # Template file for 'profile-sync-daemon' pkgname=profile-sync-daemon -reverts=6.12_1 version=5.75 -revision=3 +revision=4 noarch=yes -depends="rsync" -short_desc="Syncs browser profiles to tmpfs" -maintainer="graysky " -license="MIT" +build_style=meta +short_desc="Syncs browser profiles to tmpfs (removed package)" +license="metapackage" homepage="https://github.com/graysky2/profile-sync-daemon" -distfiles="http://repo-ck.com/source/$pkgname/profile-sync-daemon-${version}.tar.xz" -checksum=ecb9acc0f274eb645b7dcb0510f692194feda8dbeffa3bb2834ce91cba76fcf6 - -do_install() { - make PREFIX=/usr DESTDIR=${DESTDIR} install-bin install-man - vsv psd - vlicense LICENCE - vlicense MIT -} diff --git a/srcpkgs/profile-sync-daemon/update b/srcpkgs/profile-sync-daemon/update deleted file mode 100644 index a0b0f810c27..00000000000 --- a/srcpkgs/profile-sync-daemon/update +++ /dev/null @@ -1 +0,0 @@ -ignore="6*"