summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2009-03-31 21:28:36 +0000
committerThilo Bangert <bangert@gentoo.org>2009-03-31 21:28:36 +0000
commitb83d047bbef2e67d1522815840fdea33e3e2c99a (patch)
treeb00b92ca15ca7e39ab7c840e49f1f3cb167cc795 /app-admin/filewatcher
parentBump to 0.24 (diff)
downloadgentoo-2-b83d047bbef2e67d1522815840fdea33e3e2c99a.tar.gz
gentoo-2-b83d047bbef2e67d1522815840fdea33e3e2c99a.tar.bz2
gentoo-2-b83d047bbef2e67d1522815840fdea33e3e2c99a.zip
version bump - bug #264204
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'app-admin/filewatcher')
-rw-r--r--app-admin/filewatcher/ChangeLog9
-rw-r--r--app-admin/filewatcher/filewatcher-2.4.6.ebuild39
2 files changed, 46 insertions, 2 deletions
diff --git a/app-admin/filewatcher/ChangeLog b/app-admin/filewatcher/ChangeLog
index 52f73e0f1fcd..be2fde50c8f4 100644
--- a/app-admin/filewatcher/ChangeLog
+++ b/app-admin/filewatcher/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/filewatcher
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.9 2008/04/21 16:00:34 phreak Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.10 2009/03/31 21:28:36 bangert Exp $
+
+*filewatcher-2.4.6 (31 Mar 2009)
+
+ 31 Mar 2009; Thilo Bangert <bangert@gentoo.org> +filewatcher-2.4.6.ebuild:
+ version bump - bug #264204
21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
diff --git a/app-admin/filewatcher/filewatcher-2.4.6.ebuild b/app-admin/filewatcher/filewatcher-2.4.6.ebuild
new file mode 100644
index 000000000000..902686ab5949
--- /dev/null
+++ b/app-admin/filewatcher/filewatcher-2.4.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.6.ebuild,v 1.1 2009/03/31 21:28:36 bangert Exp $
+
+DESCRIPTION="This is a configuration file control system and IDS"
+HOMEPAGE="http://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
+ app-text/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"
+}