summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-08-17 13:40:01 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-08-17 13:40:01 +0000
commitbb1fd2443a67eadf6c80dd8e51ee333b9826bdfd (patch)
tree71dab07d494bf0d889efe484d6931e1da89179cb /net-misc
parentVersion bumped. (diff)
downloadhistorical-bb1fd2443a67eadf6c80dd8e51ee333b9826bdfd.tar.gz
historical-bb1fd2443a67eadf6c80dd8e51ee333b9826bdfd.tar.bz2
historical-bb1fd2443a67eadf6c80dd8e51ee333b9826bdfd.zip
cleanup
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/whoischk/Manifest1
-rw-r--r--net-misc/whoischk/whoischk-0.2.2.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/whoischk/Manifest b/net-misc/whoischk/Manifest
index 62e6afd90704..f12d640e1ebd 100644
--- a/net-misc/whoischk/Manifest
+++ b/net-misc/whoischk/Manifest
@@ -1,5 +1,4 @@
MD5 820fb536f2d331a7c89645127e8b2e2e ChangeLog 518
-MD5 fc995682dbec67925870cdd1f79ac416 whoischk-0.2.2.ebuild 1029
MD5 a25ee3d296243154d89d3a46995ea6d8 whoischk-0.2.3.ebuild 1032
MD5 2544c6851b5169fb64ad14ac40039688 files/digest-whoischk-0.2.2 65
MD5 6ff671f446b1af3fad66ffe80c293d17 files/digest-whoischk-0.2.3 65
diff --git a/net-misc/whoischk/whoischk-0.2.2.ebuild b/net-misc/whoischk/whoischk-0.2.2.ebuild
deleted file mode 100644
index c68f1b789ee6..000000000000
--- a/net-misc/whoischk/whoischk-0.2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/whoischk-0.2.2.ebuild,v 1.1 2003/07/27 20:41:01 lisa Exp $
-
-DESCRIPTION="monitor a list of domains and report when there has been any change"
-HOMEPAGE="http://downloads.afterdark.org.uk/whoischk/"
-SRC_URI="http://downloads.afterdark.org.uk/whoischk/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-S="${WORKDIR}/${P}"
-
-RDEPEND="app-shells/bash
- net-misc/jwhois"
-
-
-src_compile() {
- for i in core/header.sh core/config.sh \
- functions/rcfile.sh functions/display.sh functions/whois.sh \
- handlers/com+net.sh handlers/org.sh handlers/uk-nominet.sh handlers/nz.sh handlers/other.sh \
- core/options.sh core/main.sh ; do
-
- cat ${i} >>whoischk
- done
-
- mv whoischk whoischk.orig
- sed <whoischk.orig >whoischk \
- -e 's|WHOIS=whois|WHOIS=jwhois|'
-}
-
-src_install() {
- dobin whoischk
- dodoc AUTHOR ChangeLog INSTALL LICENCE PATCHES README USAGE sample-rc-file
-}