diff options
Diffstat (limited to 'www-misc/profile-sync-daemon/profile-sync-daemon-3.2.ebuild')
-rw-r--r-- | www-misc/profile-sync-daemon/profile-sync-daemon-3.2.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-3.2.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-3.2.ebuild deleted file mode 100644 index 63c4a1f3d..000000000 --- a/www-misc/profile-sync-daemon/profile-sync-daemon-3.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" - -inherit eutils - -MY_PN="psd" -DESCRIPTION="Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers" -HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon" -SRC_URI="http://repo-ck.com/source/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-arch/xz-utils" -RDEPEND="app-shells/bash - net-misc/rsync" - -src_prepare() { - # fix manpage/readme for proper gentoo instructions - epatch "${FILESDIR}"/${PV}-manreadme.patch - # fix script to work with our initscript - epatch "${FILESDIR}"/${PV}-pid.patch -} - -src_install() { - # script - dobin ${PN} - - # optional cronjob - insinto /usr/share/${PN} - doins "${FILESDIR}"/cronjob - - # initscript - newinitd "${FILESDIR}"/daemon ${MY_PN} - - # conf - newconfd ${MY_PN}.conf ${MY_PN} - - # manpage, readme - newdoc README-for_other_distros README - dodoc CHANGELOG - newman ${MY_PN}.manpage ${PN}.1 -} - -pkg_postinst() { - elog "For adding a cronjob use the file" - elog "/usr/share/${PN}/cronjob" -} |