diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-06-02 21:06:06 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-06-02 21:06:06 +0000 |
commit | d3f91046592fe158119ec5171196365d3cd58c34 (patch) | |
tree | b2d449ba2969929222ab830fc7c05545afdcfb91 /www-misc | |
parent | media-libs/freeverb3: Fix audacious dependency (diff) | |
download | gentoo-2-d3f91046592fe158119ec5171196365d3cd58c34.tar.gz gentoo-2-d3f91046592fe158119ec5171196365d3cd58c34.tar.bz2 gentoo-2-d3f91046592fe158119ec5171196365d3cd58c34.zip |
version bump, remove old
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/profile-sync-daemon/ChangeLog | 10 | ||||
-rw-r--r-- | www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch | 27 | ||||
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-5.36.ebuild (renamed from www-misc/profile-sync-daemon/profile-sync-daemon-5.34.ebuild) | 8 |
3 files changed, 13 insertions, 32 deletions
diff --git a/www-misc/profile-sync-daemon/ChangeLog b/www-misc/profile-sync-daemon/ChangeLog index 187a66360c5f..5feb43b5d1b3 100644 --- a/www-misc/profile-sync-daemon/ChangeLog +++ b/www-misc/profile-sync-daemon/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for www-misc/profile-sync-daemon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.11 2013/05/19 17:01:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.12 2013/06/02 21:06:06 hasufell Exp $ + +*profile-sync-daemon-5.36 (02 Jun 2013) + + 02 Jun 2013; Julian Ospald <hasufell@gentoo.org> + -profile-sync-daemon-5.34.ebuild, + -files/profile-sync-daemon-5.34-initd.patch, + +profile-sync-daemon-5.36.ebuild: + version bump, remove old *profile-sync-daemon-5.34 (19 May 2013) diff --git a/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch b/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch deleted file mode 100644 index 20daf6ee6952..000000000000 --- a/www-misc/profile-sync-daemon/files/profile-sync-daemon-5.34-initd.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 9715d323e2451b64c941d8b81acbf43187eaadc6 Mon Sep 17 00:00:00 2001 -From: hasufell <julian.ospald@googlemail.com> -Date: Sun, 19 May 2013 18:55:40 +0200 -Subject: [PATCH] GENTOO INIT: remove obsolete check - ---- - init/psd.gentoo | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/init/psd.gentoo b/init/psd.gentoo -index ab990fb..6060762 100644 ---- a/init/psd.gentoo -+++ b/init/psd.gentoo -@@ -29,10 +29,6 @@ start() { - return 1 - fi - -- if [ ! -f "$PIDFILE" ]; then -- /usr/bin/profile-sync-daemon check || return 1 -- fi -- - start-stop-daemon \ - --start \ - --pidfile "${PIDFILE}" \ --- -1.8.1.6 - diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.34.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.ebuild index 74d739470520..57bb73ee30b4 100644 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.34.ebuild +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-5.34.ebuild,v 1.1 2013/05/19 17:01:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.ebuild,v 1.1 2013/06/02 21:06:06 hasufell Exp $ EAPI=5 @@ -19,9 +19,9 @@ RDEPEND=" app-shells/bash net-misc/rsync" -src_prepare() { - epatch "${FILESDIR}"/${P}-initd.patch - mv Makefile.gentoo Makefile || die +src_install() { + emake DESTDIR="${ED}" install-openrc-all install-systemd + fperms -x /etc/cron.hourly/psd-update } pkg_postinst() { |