summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Cort <tcort@gentoo.org>2006-05-08 05:06:17 +0000
committerThomas Cort <tcort@gentoo.org>2006-05-08 05:06:17 +0000
commitd1559a878b3bf071554766b62548a803e2df6976 (patch)
tree4628ca960c4b33d832f25804a9eb4a4061af90f4 /app-admin/filewatcher/filewatcher-2.4.0.ebuild
parentStable on alpha. (diff)
downloadhistorical-d1559a878b3bf071554766b62548a803e2df6976.tar.gz
historical-d1559a878b3bf071554766b62548a803e2df6976.tar.bz2
historical-d1559a878b3bf071554766b62548a803e2df6976.zip
Added missing IUSE and added a dodoc line.
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-admin/filewatcher/filewatcher-2.4.0.ebuild')
-rw-r--r--app-admin/filewatcher/filewatcher-2.4.0.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-admin/filewatcher/filewatcher-2.4.0.ebuild b/app-admin/filewatcher/filewatcher-2.4.0.ebuild
index 20f1c3345afa..5818d5a5be64 100644
--- a/app-admin/filewatcher/filewatcher-2.4.0.ebuild
+++ b/app-admin/filewatcher/filewatcher-2.4.0.ebuild
@@ -1,25 +1,27 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.4 2005/07/22 09:04:41 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.0.ebuild,v 1.5 2006/05/08 05:06:17 tcort 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"
-DOCS="COPYING Changes README"
-
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"