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
commit3124959f34a3db5bffc3858186da65a7a9604905 (patch)
treea74b6ec363486e17ca784d1a82afb856f89f7410 /app-admin
parentChanged DEPEND to = rather than >= for dctc (diff)
downloadhistorical-3124959f34a3db5bffc3858186da65a7a9604905.tar.gz
historical-3124959f34a3db5bffc3858186da65a7a9604905.tar.bz2
historical-3124959f34a3db5bffc3858186da65a7a9604905.zip
New package
Diffstat (limited to 'app-admin')
-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"