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
commit3e77424be2a08f8b9e4fabf68ab8a550eaeaa699 (patch)
treea323de56a24f9223d8d27afbee2465be06482f7a /app-admin/filewatcher/filewatcher-2.4.0.ebuild
parentStable on alpha. (diff)
downloadgentoo-2-3e77424be2a08f8b9e4fabf68ab8a550eaeaa699.tar.gz
gentoo-2-3e77424be2a08f8b9e4fabf68ab8a550eaeaa699.tar.bz2
gentoo-2-3e77424be2a08f8b9e4fabf68ab8a550eaeaa699.zip
Added missing IUSE and added a dodoc line.
(Portage version: 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"