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
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')
-rw-r--r--app-admin/filewatcher/ChangeLog6
-rw-r--r--app-admin/filewatcher/filewatcher-2.4.0.ebuild10
-rw-r--r--app-admin/filewatcher/filewatcher-2.4.3.ebuild8
3 files changed, 16 insertions, 8 deletions
diff --git a/app-admin/filewatcher/ChangeLog b/app-admin/filewatcher/ChangeLog
index 89cdab03604d..0bb8171a6244 100644
--- a/app-admin/filewatcher/ChangeLog
+++ b/app-admin/filewatcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/filewatcher
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.5 2006/04/27 09:10:45 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.6 2006/05/08 05:06:17 tcort Exp $
+
+ 08 May 2006; Thomas Cort <tcort@gentoo.org> filewatcher-2.4.0.ebuild,
+ filewatcher-2.4.3.ebuild:
+ Added missing IUSE and added a dodoc line.
27 Apr 2006; Alec Warner <antarus@gentoo.org>
files/digest-filewatcher-2.4.0, files/digest-filewatcher-2.4.3, Manifest:
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"
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"