Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/profile-sync-daemon: ChangeLog profile-sync-daemon-5.38.2.ebuild profile-sync-daemon-5.36.4_p20130721.ebuild
Date: Mon, 29 Jul 2013 20:55:56
Message-Id: 20130729205552.CCAE32171C@flycatcher.gentoo.org
1 hasufell 13/07/29 20:55:52
2
3 Modified: ChangeLog
4 Added: profile-sync-daemon-5.38.2.ebuild
5 Removed: profile-sync-daemon-5.36.4_p20130721.ebuild
6 Log:
7 version bump
8
9 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
10
11 Revision Changes Path
12 1.14 www-misc/profile-sync-daemon/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 21 Jul 2013 00:45:57 -0000 1.13
25 +++ ChangeLog 29 Jul 2013 20:55:52 -0000 1.14
26 @@ -1,6 +1,13 @@
27 # ChangeLog for www-misc/profile-sync-daemon
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.13 2013/07/21 00:45:57 hasufell Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.14 2013/07/29 20:55:52 hasufell Exp $
31 +
32 +*profile-sync-daemon-5.38.2 (29 Jul 2013)
33 +
34 + 29 Jul 2013; Julian Ospald <hasufell@g.o>
35 + -profile-sync-daemon-5.36.4_p20130721.ebuild,
36 + +profile-sync-daemon-5.38.2.ebuild:
37 + version bump
38
39 *profile-sync-daemon-5.36.4_p20130721 (21 Jul 2013)
40
41
42
43
44 1.1 www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: profile-sync-daemon-5.38.2.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.ebuild,v 1.1 2013/07/29 20:55:52 hasufell Exp $
54
55 EAPI=5
56
57 inherit eutils vcs-snapshot
58
59 DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
60 HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon"
61 SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62
63 LICENSE="GPL-2 GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="
69 app-shells/bash
70 net-misc/rsync"
71
72 src_install() {
73 emake -j1 DESTDIR="${ED}" install-openrc-all install-systemd
74 fperms -x /etc/cron.hourly/psd-update
75 }
76
77 pkg_postinst() {
78 elog "The cronjob is -x by default."
79 elog "You might want to set it +x if you don't use"
80 elog "the systemd provided \"psd-resync.timer\"."
81 }