Skip to content

Commit

Permalink
app-admin/filewatcher: EAPI 6 bump.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
monsieurp committed May 14, 2017
1 parent 7b83bf7 commit 6de7dc1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions app-admin/filewatcher/filewatcher-2.4.6-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 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"
}

0 comments on commit 6de7dc1

Please sign in to comment.