summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-07-29 20:55:52 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-07-29 20:55:52 +0000
commit3f9b953586acb49ef4ba2d6f18e4f8bb26745974 (patch)
treecc67b50f588b76ffecf7b82894a1b0c0719d10c7 /www-misc
parentallow snapshots named _pre (diff)
downloadgentoo-2-3f9b953586acb49ef4ba2d6f18e4f8bb26745974.tar.gz
gentoo-2-3f9b953586acb49ef4ba2d6f18e4f8bb26745974.tar.bz2
gentoo-2-3f9b953586acb49ef4ba2d6f18e4f8bb26745974.zip
version bump
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/profile-sync-daemon/ChangeLog9
-rw-r--r--www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.ebuild (renamed from www-misc/profile-sync-daemon/profile-sync-daemon-5.36.4_p20130721.ebuild)6
2 files changed, 11 insertions, 4 deletions
diff --git a/www-misc/profile-sync-daemon/ChangeLog b/www-misc/profile-sync-daemon/ChangeLog
index ac16dd2c6ced..08b02eba2403 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.13 2013/07/21 00:45:57 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.14 2013/07/29 20:55:52 hasufell Exp $
+
+*profile-sync-daemon-5.38.2 (29 Jul 2013)
+
+ 29 Jul 2013; Julian Ospald <hasufell@gentoo.org>
+ -profile-sync-daemon-5.36.4_p20130721.ebuild,
+ +profile-sync-daemon-5.38.2.ebuild:
+ version bump
*profile-sync-daemon-5.36.4_p20130721 (21 Jul 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.38.2.ebuild
index f7ceb617f2b7..32f56548de69 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.36.4_p20130721.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.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.36.4_p20130721.ebuild,v 1.1 2013/07/21 00:45:57 hasufell Exp $
+# $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 $
EAPI=5
@@ -8,7 +8,7 @@ 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"
+SRC_URI="https://github.com/graysky2/profile-sync-daemon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 GPL-3"
SLOT="0"
@@ -20,7 +20,7 @@ RDEPEND="
net-misc/rsync"
src_install() {
- emake DESTDIR="${ED}" install-openrc-all install-systemd
+ emake -j1 DESTDIR="${ED}" install-openrc-all install-systemd
fperms -x /etc/cron.hourly/psd-update
}