From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild | 38 ----------------------- 1 file changed, 38 deletions(-) delete mode 100644 app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild (limited to 'app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild') diff --git a/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild b/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild deleted file mode 100644 index db9d3becf660..000000000000 --- a/app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="File control configuration system and IDS" -HOMEPAGE="https://sourceforge.net/projects/filewatcher/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND=" - dev-perl/MailTools - dev-vcs/rcs - virtual/mta" - -DOCS=( Changes README ) - -src_install() { - keepdir /var/lib/filewatcher /var/lib/filewatcher/archive - dosbin filewatcher - doman filewatcher.1 - insinto /etc - doins "${FILESDIR}"/filewatcher.conf - einstalldocs -} - -pkg_postinst() { - elog " A basic configuration has been provided in" - elog " /etc/filewatcher.conf. It is strongly" - elog " recommended that you invoke filewatcher via" - elog " crontab." - elog - elog " 55,25,40 * * * * root /usr/sbin/filewatcher" - elog " --config=/etc/filewatcher.conf" -} -- cgit v1.2.3