summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2002-11-13 22:10:10 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2002-11-13 22:10:10 +0000
commit8b00016eb52b9c1ea97fd335ca990a51d4a6a217 (patch)
tree00965c40f2ad080fc1a2744ade5b4f0f82c02052 /app-admin/swatch
parentChanged DEPEND to = rather than >= for dctc (diff)
downloadgentoo-2-8b00016eb52b9c1ea97fd335ca990a51d4a6a217.tar.gz
gentoo-2-8b00016eb52b9c1ea97fd335ca990a51d4a6a217.tar.bz2
gentoo-2-8b00016eb52b9c1ea97fd335ca990a51d4a6a217.zip
New package
Diffstat (limited to 'app-admin/swatch')
-rw-r--r--app-admin/swatch/files/digest-swatch-3.0.41
-rw-r--r--app-admin/swatch/swatch-3.0.4.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/app-admin/swatch/files/digest-swatch-3.0.4 b/app-admin/swatch/files/digest-swatch-3.0.4
new file mode 100644
index 000000000000..bb1fcae481a1
--- /dev/null
+++ b/app-admin/swatch/files/digest-swatch-3.0.4
@@ -0,0 +1 @@
+MD5 ce290dd2cae6ce834f59e24d97a30d3b swatch-3.0.4.tar.gz 24157
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"