From e96c0c607bdc7a7535fc2be6b19fb6b1c082a5ba Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 19 Dec 2020 03:02:42 +0000 Subject: winter overlay cleanup --- www-misc/profile-sync-daemon/Manifest | 1 - .../profile-sync-daemon-5.45.1-openrc-run.patch | 9 ----- .../profile-sync-daemon-5.45.1-r1337.ebuild | 39 ---------------------- 3 files changed, 49 deletions(-) delete mode 100644 www-misc/profile-sync-daemon/Manifest delete mode 100644 www-misc/profile-sync-daemon/files/profile-sync-daemon-5.45.1-openrc-run.patch delete mode 100644 www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1337.ebuild (limited to 'www-misc/profile-sync-daemon') diff --git a/www-misc/profile-sync-daemon/Manifest b/www-misc/profile-sync-daemon/Manifest deleted file mode 100644 index 0be650ae..00000000 --- a/www-misc/profile-sync-daemon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST profile-sync-daemon-5.45.1.tar.gz 25543 BLAKE2B e033ae0587c3c5b90442e9ed199b10112019459f6e5f32d8ffb836c1d0ab878d4f535709c76d8a8bf7edde7aca8d1b8d868ad5c472166c7ec22d1da9f0f5591d SHA512 8a61ebfe52031bd59c70416adfd477edc313641cec93a4e96c80f316517cdb53f49840cfd7711ea2f6180ecce8e8e5d45f01d7bd85ba787c3fe288a14426b944 diff --git a/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.45.1-openrc-run.patch b/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.45.1-openrc-run.patch deleted file mode 100644 index f2d8340f..00000000 --- a/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.45.1-openrc-run.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -Nur a/init/psd.openrc b/init/psd.openrc ---- a/init/psd.openrc 2014-01-18 11:23:13.000000000 +0000 -+++ b/init/psd.openrc 2017-05-21 09:59:06.222031221 +0100 -@@ -1,4 +1,4 @@ --#!/sbin/runscript -+#!/sbin/openrc-run - # Copyright 1999-2013 Gentoo Foundation - # Distributed under the terms of the GNU General Public License v2 - diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1337.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1337.ebuild deleted file mode 100644 index 6df724c0..00000000 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.45.1-r1337.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils - -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_prepare() { - default - epatch ${FILESDIR}/${P}-openrc-run.patch -} - -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 you don't use" - elog "the systemd provided \"psd-resync.timer\"." -} -- cgit v1.2.3