summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-10-16 21:48:39 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-10-16 21:48:39 +0000
commit865f39ea9c63c2cc59c86ebb347a06fa25b3a6c4 (patch)
tree49c7d78676b753d4268d8b5054707c04cd8fa238 /www-misc/profile-sync-daemon
parentadd ~arm, bug #436954 (diff)
downloadgentoo-2-865f39ea9c63c2cc59c86ebb347a06fa25b3a6c4.tar.gz
gentoo-2-865f39ea9c63c2cc59c86ebb347a06fa25b3a6c4.tar.bz2
gentoo-2-865f39ea9c63c2cc59c86ebb347a06fa25b3a6c4.zip
version bump, check this out bro
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'www-misc/profile-sync-daemon')
-rw-r--r--www-misc/profile-sync-daemon/ChangeLog8
-rw-r--r--www-misc/profile-sync-daemon/profile-sync-daemon-3.16.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/www-misc/profile-sync-daemon/ChangeLog b/www-misc/profile-sync-daemon/ChangeLog
index 7950164e712d..038902d07c9a 100644
--- a/www-misc/profile-sync-daemon/ChangeLog
+++ b/www-misc/profile-sync-daemon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-misc/profile-sync-daemon
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.3 2012/09/25 10:55:54 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.4 2012/10/16 21:48:39 hasufell Exp $
+
+*profile-sync-daemon-3.16 (16 Oct 2012)
+
+ 16 Oct 2012; Julian Ospald <hasufell@gentoo.org>
+ +profile-sync-daemon-3.16.ebuild:
+ version bump, check this out bro
*profile-sync-daemon-3.15 (25 Sep 2012)
diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-3.16.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-3.16.ebuild
new file mode 100644
index 000000000000..fe17301fee36
--- /dev/null
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-3.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 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-3.16.ebuild,v 1.1 2012/10/16 21:48:39 hasufell Exp $
+
+EAPI=4
+
+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/hasufell/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cron"
+
+RDEPEND="
+ app-shells/bash
+ net-misc/rsync
+ cron? ( virtual/cron )"
+
+src_install() {
+ emake DESTDIR="${D}" $(usex cron "install" "install-bin install-doc install-man")
+}