summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-11-15 18:54:14 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-11-15 18:54:14 +0000
commit7083b3823672be7a41da745d3ef4140d009d0f51 (patch)
tree0c69288dc95679d520f3ec354915e5687af32898 /www-misc/profile-sync-daemon
parentMarked ppc/ppc64 stable for bug #487532. (diff)
downloadgentoo-2-7083b3823672be7a41da745d3ef4140d009d0f51.tar.gz
gentoo-2-7083b3823672be7a41da745d3ef4140d009d0f51.tar.bz2
gentoo-2-7083b3823672be7a41da745d3ef4140d009d0f51.zip
re-add systemd useflag wrt #491300
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'www-misc/profile-sync-daemon')
-rw-r--r--www-misc/profile-sync-daemon/ChangeLog6
-rw-r--r--www-misc/profile-sync-daemon/profile-sync-daemon-5.40.1.ebuild12
2 files changed, 13 insertions, 5 deletions
diff --git a/www-misc/profile-sync-daemon/ChangeLog b/www-misc/profile-sync-daemon/ChangeLog
index 1215bfac56e3..44d05e17e11d 100644
--- a/www-misc/profile-sync-daemon/ChangeLog
+++ b/www-misc/profile-sync-daemon/ChangeLog
@@ -1,6 +1,10 @@
# 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.17 2013/09/16 21:51:06 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.18 2013/11/15 18:54:14 hasufell Exp $
+
+ 15 Nov 2013; Julian Ospald <hasufell@gentoo.org>
+ profile-sync-daemon-5.40.1.ebuild:
+ re-add systemd useflag wrt #491300
*profile-sync-daemon-5.40.1 (16 Sep 2013)
diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.40.1.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.40.1.ebuild
index 9c43297c16b0..5fccf7d21129 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.40.1.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.40.1.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.40.1.ebuild,v 1.1 2013/09/16 21:51:06 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-5.40.1.ebuild,v 1.2 2013/11/15 18:54:14 hasufell Exp $
EAPI=5
@@ -13,14 +13,18 @@ SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz -
LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="systemd"
RDEPEND="
app-shells/bash
- net-misc/rsync"
+ net-misc/rsync
+ systemd? ( sys-apps/systemd )"
src_install() {
- emake -j1 DESTDIR="${ED}" install-openrc-all install-systemd
+ emake -j1 DESTDIR="${ED}" \
+ install-openrc-all \
+ $(usex systemd "install-systemd" "")
+
fperms -x /etc/cron.hourly/psd-update
}