diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 20:00:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 20:00:47 +0000 |
commit | 276aa0da6b8a2d6f5676db56b4653b90ac828242 (patch) | |
tree | 0bfa415d57a9a88371070464edf0a892388d1f33 /app-admin | |
parent | Remove old (diff) | |
download | gentoo-2-276aa0da6b8a2d6f5676db56b4653b90ac828242.tar.gz gentoo-2-276aa0da6b8a2d6f5676db56b4653b90ac828242.tar.bz2 gentoo-2-276aa0da6b8a2d6f5676db56b4653b90ac828242.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/filewatcher/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/filewatcher/filewatcher-2.4.0.ebuild | 38 | ||||
-rw-r--r-- | app-admin/filewatcher/filewatcher-2.4.3.ebuild | 38 |
3 files changed, 6 insertions, 78 deletions
diff --git a/app-admin/filewatcher/ChangeLog b/app-admin/filewatcher/ChangeLog index d04eefe73b18..b751bc771aa1 100644 --- a/app-admin/filewatcher/ChangeLog +++ b/app-admin/filewatcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/filewatcher -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.11 2010/03/05 07:24:15 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.12 2012/05/09 20:00:47 ago Exp $ + + 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -filewatcher-2.4.0.ebuild, + -filewatcher-2.4.3.ebuild: + Remove old 05 Mar 2010; Ulrich Mueller <ulm@gentoo.org> filewatcher-2.4.0.ebuild, filewatcher-2.4.3.ebuild, filewatcher-2.4.6.ebuild: diff --git a/app-admin/filewatcher/filewatcher-2.4.0.ebuild b/app-admin/filewatcher/filewatcher-2.4.0.ebuild deleted file mode 100644 index f8cf62dbaa34..000000000000 --- a/app-admin/filewatcher/filewatcher-2.4.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 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.7 2010/03/05 07:24:15 ulm 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 - dev-vcs/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" -} diff --git a/app-admin/filewatcher/filewatcher-2.4.3.ebuild b/app-admin/filewatcher/filewatcher-2.4.3.ebuild deleted file mode 100644 index 71707a36dea7..000000000000 --- a/app-admin/filewatcher/filewatcher-2.4.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 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.4 2010/03/05 07:24:15 ulm 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 - dev-vcs/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" -} |