summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-10 22:58:45 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-10 22:58:45 +0000
commit4c599a7a17c2fe7dcf7aa68a6ac32de338a19b9c (patch)
tree7008c9a8a182e2710080228bab03a1d5b336c97d /net-misc/whoischk
parentFix the set_use function to actually work, add an uninstall option, and make ... (diff)
downloadhistorical-4c599a7a17c2fe7dcf7aa68a6ac32de338a19b9c.tar.gz
historical-4c599a7a17c2fe7dcf7aa68a6ac32de338a19b9c.tar.bz2
historical-4c599a7a17c2fe7dcf7aa68a6ac32de338a19b9c.zip
amd64/arm/hppa/ia64 KEYWORDS
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/whoischk')
-rw-r--r--net-misc/whoischk/Manifest4
-rw-r--r--net-misc/whoischk/files/digest-whoischk-0.2.31
-rw-r--r--net-misc/whoischk/whoischk-0.2.3.ebuild34
-rw-r--r--net-misc/whoischk/whoischk-0.2.4.ebuild8
4 files changed, 5 insertions, 42 deletions
diff --git a/net-misc/whoischk/Manifest b/net-misc/whoischk/Manifest
index ce672a4a936b..8b251204d7fa 100644
--- a/net-misc/whoischk/Manifest
+++ b/net-misc/whoischk/Manifest
@@ -1,5 +1,3 @@
MD5 1fc9c8431d2279cdd8e02edc6ecf1ab8 ChangeLog 646
-MD5 bbfda1a8fa3d12ffd12a47497f4db531 whoischk-0.2.3.ebuild 1012
-MD5 16eeb2ab69427dc36c81d377e4141123 whoischk-0.2.4.ebuild 708
-MD5 6ff671f446b1af3fad66ffe80c293d17 files/digest-whoischk-0.2.3 65
+MD5 ea326517eb90dc328790b95f5e1b0a6c whoischk-0.2.4.ebuild 731
MD5 12b42cd64a1c7ab5571d98ace4e053a5 files/digest-whoischk-0.2.4 65
diff --git a/net-misc/whoischk/files/digest-whoischk-0.2.3 b/net-misc/whoischk/files/digest-whoischk-0.2.3
deleted file mode 100644
index 7a0ceed49a1f..000000000000
--- a/net-misc/whoischk/files/digest-whoischk-0.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 33a730219385d05b3b97afd648bdac2b whoischk-0.2.3.tar.gz 74671
diff --git a/net-misc/whoischk/whoischk-0.2.3.ebuild b/net-misc/whoischk/whoischk-0.2.3.ebuild
deleted file mode 100644
index 05cc756071d8..000000000000
--- a/net-misc/whoischk/whoischk-0.2.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/whoischk-0.2.3.ebuild,v 1.3 2004/07/14 06:38:23 mr_bones_ 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"
-IUSE=""
-
-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
-}
diff --git a/net-misc/whoischk/whoischk-0.2.4.ebuild b/net-misc/whoischk/whoischk-0.2.4.ebuild
index efb5636ffef1..3033b599bfda 100644
--- a/net-misc/whoischk/whoischk-0.2.4.ebuild
+++ b/net-misc/whoischk/whoischk-0.2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/whoischk-0.2.4.ebuild,v 1.3 2004/07/14 06:38:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/whoischk-0.2.4.ebuild,v 1.4 2005/03/10 22:58:45 vapier Exp $
DESCRIPTION="monitor a list of domains and report when there has been any change"
HOMEPAGE="http://downloads.afterdark.org.uk/whoischk/"
@@ -8,7 +8,7 @@ SRC_URI="http://downloads.afterdark.org.uk/whoischk/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="amd64 arm hppa ia64 x86"
IUSE=""
RDEPEND="app-shells/bash
@@ -19,6 +19,6 @@ src_compile() {
}
src_install() {
- dobin whoischk
+ dobin whoischk || die
dodoc AUTHOR ChangeLog INSTALL LICENCE PATCHES README USAGE sample-rc-file
}