From 2e381ef88c12ead31357962fc0d3810aace1bce1 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 21 Jul 2013 00:45:57 +0000 Subject: version bump (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key E73C35B3) --- www-misc/profile-sync-daemon/ChangeLog | 9 ++++++- .../profile-sync-daemon-5.36.4_p20130721.ebuild | 31 ++++++++++++++++++++++ .../profile-sync-daemon-5.36.ebuild | 31 ---------------------- 3 files changed, 39 insertions(+), 32 deletions(-) create mode 100644 www-misc/profile-sync-daemon/profile-sync-daemon-5.36.4_p20130721.ebuild delete mode 100644 www-misc/profile-sync-daemon/profile-sync-daemon-5.36.ebuild (limited to 'www-misc') diff --git a/www-misc/profile-sync-daemon/ChangeLog b/www-misc/profile-sync-daemon/ChangeLog index 5feb43b5d1b3..ac16dd2c6ced 100644 --- a/www-misc/profile-sync-daemon/ChangeLog +++ b/www-misc/profile-sync-daemon/ChangeLog @@ -1,6 +1,13 @@ # 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.12 2013/06/02 21:06:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.13 2013/07/21 00:45:57 hasufell Exp $ + +*profile-sync-daemon-5.36.4_p20130721 (21 Jul 2013) + + 21 Jul 2013; Julian Ospald + -profile-sync-daemon-5.36.ebuild, + +profile-sync-daemon-5.36.4_p20130721.ebuild: + version bump *profile-sync-daemon-5.36 (02 Jun 2013) diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.4_p20130721.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.4_p20130721.ebuild new file mode 100644 index 000000000000..f7ceb617f2b7 --- /dev/null +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.4_p20130721.ebuild @@ -0,0 +1,31 @@ +# 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.36.4_p20130721.ebuild,v 1.1 2013/07/21 00:45:57 hasufell Exp $ + +EAPI=5 + +inherit eutils vcs-snapshot + +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/f78e3f3cc1c02757c0025fa5d5e311015a13e9dc.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2 GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + app-shells/bash + net-misc/rsync" + +src_install() { + emake DESTDIR="${ED}" install-openrc-all 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\"." +} diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.ebuild deleted file mode 100644 index 57bb73ee30b4..000000000000 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.36.ebuild,v 1.1 2013/06/02 21:06:06 hasufell Exp $ - -EAPI=5 - -inherit eutils vcs-snapshot - -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="" - -RDEPEND=" - app-shells/bash - net-misc/rsync" - -src_install() { - emake DESTDIR="${ED}" install-openrc-all 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-65-gdbad