diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-11-13 22:10:10 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-11-13 22:10:10 +0000 |
commit | 8b00016eb52b9c1ea97fd335ca990a51d4a6a217 (patch) | |
tree | 00965c40f2ad080fc1a2744ade5b4f0f82c02052 /app-admin/swatch/swatch-3.0.4.ebuild | |
parent | Changed DEPEND to = rather than >= for dctc (diff) | |
download | gentoo-2-8b00016eb52b9c1ea97fd335ca990a51d4a6a217.tar.gz gentoo-2-8b00016eb52b9c1ea97fd335ca990a51d4a6a217.tar.bz2 gentoo-2-8b00016eb52b9c1ea97fd335ca990a51d4a6a217.zip |
New package
Diffstat (limited to 'app-admin/swatch/swatch-3.0.4.ebuild')
-rw-r--r-- | app-admin/swatch/swatch-3.0.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/swatch/swatch-3.0.4.ebuild b/app-admin/swatch/swatch-3.0.4.ebuild new file mode 100644 index 000000000000..ee567898cacd --- /dev/null +++ b/app-admin/swatch/swatch-3.0.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/swatch/swatch-3.0.4.ebuild,v 1.1 2002/11/13 22:10:10 g2boojum Exp $ + +inherit perl-module + +DESCRIPTION="Perl-based system log watcher" +HOMEPAGE="http://www.oit.ucsb.edu/~eta/swatch/" +SRC_URI="ftp://ftp.stanford.edu/general/security-tools/${PN}/${P}.tar.gz + http://www.oit.ucsb.edu/~eta/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="${DEPEND} + dev-perl/Date-Calc + dev-perl/TimeDate + dev-perl/File-Tail + >=dev-perl/Time-HiRes-1.12" |