diff options
Diffstat (limited to 'www-misc/profile-sync-daemon')
-rw-r--r-- | www-misc/profile-sync-daemon/ChangeLog | 9 | ||||
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-3.14.ebuild | 25 | ||||
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-3.15.ebuild (renamed from www-misc/profile-sync-daemon/profile-sync-daemon-3.13.ebuild) | 2 |
3 files changed, 9 insertions, 27 deletions
diff --git a/www-misc/profile-sync-daemon/ChangeLog b/www-misc/profile-sync-daemon/ChangeLog index 82cac8362401..7950164e712d 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.2 2012/09/24 19:11:27 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.3 2012/09/25 10:55:54 hasufell Exp $ + +*profile-sync-daemon-3.15 (25 Sep 2012) + + 25 Sep 2012; Julian Ospald <hasufell@gentoo.org> + -profile-sync-daemon-3.13.ebuild, -profile-sync-daemon-3.14.ebuild, + +profile-sync-daemon-3.15.ebuild: + version bump, remove old *profile-sync-daemon-3.14 (24 Sep 2012) diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-3.14.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-3.14.ebuild deleted file mode 100644 index 03139fed7a7a..000000000000 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-3.14.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.14.ebuild,v 1.1 2012/09/24 19:11:27 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="http://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") -} diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-3.13.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-3.15.ebuild index b812f892adbe..f5c9dbac1200 100644 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-3.13.ebuild +++ b/www-misc/profile-sync-daemon/profile-sync-daemon-3.15.ebuild @@ -1,6 +1,6 @@ # 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.13.ebuild,v 1.1 2012/09/19 18:52:56 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/profile-sync-daemon-3.15.ebuild,v 1.1 2012/09/25 10:55:54 hasufell Exp $ EAPI=4 |