diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-05-14 23:57:04 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-15 00:03:51 +0200 |
commit | 9be0a64f21c0f0e7a272fd80c207acf1d1943952 (patch) | |
tree | 1ff44c4c00d4475bdf4128567050629f6ea1cb05 /app-admin/filewatcher | |
parent | app-admin/filewatcher: EAPI 6 bump. (diff) | |
download | gentoo-9be0a64f21c0f0e7a272fd80c207acf1d1943952.tar.gz gentoo-9be0a64f21c0f0e7a272fd80c207acf1d1943952.tar.bz2 gentoo-9be0a64f21c0f0e7a272fd80c207acf1d1943952.zip |
app-admin/filewatcher: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin/filewatcher')
-rw-r--r-- | app-admin/filewatcher/filewatcher-2.4.6.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app-admin/filewatcher/filewatcher-2.4.6.ebuild b/app-admin/filewatcher/filewatcher-2.4.6.ebuild deleted file mode 100644 index 5243ed1b68c3..000000000000 --- a/app-admin/filewatcher/filewatcher-2.4.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="This is a configuration file control 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" -IUSE="" - -DEPEND="" -RDEPEND="dev-perl/MailTools - dev-vcs/rcs - virtual/mta" - -src_install() { - keepdir /var/lib/filewatcher /var/lib/filewatcher/archive - dosbin filewatcher || die "could not install filewatcher" - doman filewatcher.1 || die "could not install filewatcher manpage" - - dodoc Changes README - - insinto /etc - doins "${FILESDIR}"/filewatcher.conf || \ - die "could not install basic filewatcher config" -} - -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" -} |