ChangeLog

# 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 $

21 Apr 2008; Christian Heim metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

24 Jan 2007; Marius Mauch filewatcher-2.4.0.ebuild,
filewatcher-2.4.3.ebuild:
Replacing einfo with elog

08 May 2006; Thomas Cort filewatcher-2.4.0.ebuild,
filewatcher-2.4.3.ebuild:
Added missing IUSE and added a dodoc line.

27 Apr 2006; Alec Warner
files/digest-filewatcher-2.4.0, files/digest-filewatcher-2.4.3, Manifest:
Fixing duff SHA256 digests: Bug # 131293

*filewatcher-2.4.3 (20 Feb 2006)

20 Feb 2006; Marcelo Goes
+filewatcher-2.4.3.ebuild:
2.4.3 version bump for bug 121596, thanks to Andrew D Kirch trelane dot net>.

22 Jul 2005; David Holm filewatcher-2.4.0.ebuild:
Added to ~ppc.

25 May 2005; Sven Wegener filewatcher-2.4.0.ebuild:
Fixed copyright header and removed unneeded inherit eutils.

*filewatcher-2.4.0 (28 Apr 2005)

28 Apr 2005; Elfyn McBratney +files/filewatcher.conf,
+metadata.xml, +filewatcher-2.4.0.ebuild:
Initial ebuild, thanks to Andrew D Kirch.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX filewatcher.conf 567 RMD160 75bfec5943a1bf8cf941580a8c4a4fe31f9cc39b SHA1 ee6190b7a9a6d37102424569a4b863d5cc9dca91 SHA256 a2cdc87ec46e3ad4a7f2be2a37aeca5ec9eacc5b777ea09d44c5ea0a6a8a4952
DIST filewatcher-2.4.0.tgz 29770 RMD160 a76b6063eab4150d34e2aac5a465b935bbc639be SHA1 defaef8e981002cae0778e20640a32979265dc37 SHA256 d41ef3923ae4c4bb33c6b9a6130fc8a0e3b09bfc90da3828c72f317d9242b76b
DIST filewatcher-2.4.3.tgz 32309 RMD160 896a97364adc5b4212e45aeec1f2608ab42b8250 SHA1 4010b3cfe85a096980417ee7e392055d9e69cbf6 SHA256 db6d1792e8377a497ba303d070faeeeb89c38bc02cb313b89838c0b1f49a86f4
EBUILD filewatcher-2.4.0.ebuild 1152 RMD160 28eb9230f3761a89cfa92d6853be10ddbb3c19e0 SHA1 125629e0ec67c85efe0928922f3eaf8cf9a7812f SHA256 8f4715ccbe7999b5a84265f90968c03139f7ebedc4784e6abf82bb012ba9ae6e
EBUILD filewatcher-2.4.3.ebuild 1152 RMD160 fa22f74f426cb392d3caa31dcc8764807e2d806e SHA1 f3c71e46ed0058e2ba54f545433598f03f319e9d SHA256 00c7d673a96b75f02d1abe289bfe0b25ada4dfc975c27d8fdc2234823b503736
MISC ChangeLog 1567 RMD160 226c9057f5dfa15d41a9e48040a3f34eb6a5598b SHA1 2a82d20920a628489f935d216a426f0fdd6acf7a SHA256 5cc6fc5c51584dd23c32fa24df01d65c4561b6911ac71efed3195f06cc108dc7
MISC metadata.xml 291 RMD160 3d4c82460d196172cd8690bcd22e93b865f7db59 SHA1 a0fb847398370c41292abc4b39df3fd380d1a4e1 SHA256 603166d83b88c9913d761ddaf0f2aad20b68b2e89f295f5bb0bc9aecb61df72b
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFIDLo1yuNVb5qfaOYRAlTBAKCIVoceerNBC+/aY4fORPakIobhrgCgtufV
0pnWdhpWWqVkjKGgU0nHKek=
=dv5M
-----END PGP SIGNATURE-----

files

filewatcher-2.4.0.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.0.ebuild,v 1.6 2007/01/24 14:15:05 genone Exp $

DESCRIPTION="This is a configuration file control system and IDS"
HOMEPAGE="http://www.willingminds.com/resources/filewatcher.html"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="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"
}

filewatcher-2.4.3.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.3.ebuild,v 1.3 2007/01/24 14:15:05 genone Exp $

DESCRIPTION="This is a configuration file control system and IDS"
HOMEPAGE="http://www.willingminds.com/resources/filewatcher.html"
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="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"
}

metadata.xml





no-herd

maintainer-needed@gentoo.org
Default assignee for orphaned packages