summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-04-04 06:10:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-04-04 06:10:46 +0000
commite86ce1deb2b6d13ff81b6751faa85a9678313219 (patch)
tree3bc3f7d954f8a19ba1f22387705fa3c0e996bb9a /www-misc
parentold (diff)
downloadgentoo-2-e86ce1deb2b6d13ff81b6751faa85a9678313219.tar.gz
gentoo-2-e86ce1deb2b6d13ff81b6751faa85a9678313219.tar.bz2
gentoo-2-e86ce1deb2b6d13ff81b6751faa85a9678313219.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/profile-sync-daemon/ChangeLog8
-rw-r--r--www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.ebuild31
-rw-r--r--www-misc/profile-sync-daemon/profile-sync-daemon-5.40.1.ebuild35
3 files changed, 6 insertions, 68 deletions
diff --git a/www-misc/profile-sync-daemon/ChangeLog b/www-misc/profile-sync-daemon/ChangeLog
index 52fba0ee3e61..6ad33d1ae088 100644
--- a/www-misc/profile-sync-daemon/ChangeLog
+++ b/www-misc/profile-sync-daemon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-misc/profile-sync-daemon
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.22 2014/11/25 22:59:48 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-misc/profile-sync-daemon/ChangeLog,v 1.23 2015/04/04 06:10:46 mr_bones_ Exp $
+
+ 04 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -profile-sync-daemon-5.38.2.ebuild, -profile-sync-daemon-5.40.1.ebuild:
+ old
25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
drop maintainership
diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.ebuild
deleted file mode 100644
index 24427a4c85d2..000000000000
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.38.2.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.38.2.ebuild,v 1.3 2013/08/18 13:44:14 ago 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 -j1 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.40.1.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-5.40.1.ebuild
deleted file mode 100644
index 5fccf7d21129..000000000000
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-5.40.1.ebuild
+++ /dev/null
@@ -1,35 +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.40.1.ebuild,v 1.2 2013/11/15 18:54:14 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="systemd"
-
-RDEPEND="
- app-shells/bash
- net-misc/rsync
- systemd? ( sys-apps/systemd )"
-
-src_install() {
- emake -j1 DESTDIR="${ED}" \
- install-openrc-all \
- $(usex systemd "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\"."
-}