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.3.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.3.ebuild')
-rw-r--r--app-admin/filewatcher/filewatcher-2.4.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-admin/filewatcher/filewatcher-2.4.3.ebuild b/app-admin/filewatcher/filewatcher-2.4.3.ebuild
index 4e55b1e7c37f..0f06465f5e65 100644
--- a/app-admin/filewatcher/filewatcher-2.4.3.ebuild
+++ b/app-admin/filewatcher/filewatcher-2.4.3.ebuild
@@ -1,25 +1,27 @@
# 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.3.ebuild,v 1.1 2006/02/20 20:13:54 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.3.ebuild,v 1.2 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"