diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2006-11-09 15:24:29 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2006-11-09 15:24:29 +0000 |
commit | c499d63aef167c4b24d5eb0012145bbbda6ae37b (patch) | |
tree | 10782dbebecc0d614471a84b6921591bd461d7c4 /net-misc/whoischk | |
parent | Small cleanups. (diff) | |
download | gentoo-2-c499d63aef167c4b24d5eb0012145bbbda6ae37b.tar.gz gentoo-2-c499d63aef167c4b24d5eb0012145bbbda6ae37b.tar.bz2 gentoo-2-c499d63aef167c4b24d5eb0012145bbbda6ae37b.zip |
Fixes #111556, remove jwhois caching, add throttling patch (so that this package actually does something usefull;)
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'net-misc/whoischk')
-rw-r--r-- | net-misc/whoischk/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/whoischk/files/digest-whoischk-0.2.4 | 2 | ||||
-rw-r--r-- | net-misc/whoischk/files/digest-whoischk-0.2.4-r1 | 3 | ||||
-rw-r--r-- | net-misc/whoischk/files/throttle.patch.bz2 | bin | 0 -> 479 bytes | |||
-rw-r--r-- | net-misc/whoischk/metadata.xml | 8 | ||||
-rw-r--r-- | net-misc/whoischk/whoischk-0.2.4-r1.ebuild | 27 |
6 files changed, 48 insertions, 2 deletions
diff --git a/net-misc/whoischk/ChangeLog b/net-misc/whoischk/ChangeLog index b1f5c83f900c..2696a14d91b4 100644 --- a/net-misc/whoischk/ChangeLog +++ b/net-misc/whoischk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/whoischk -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/ChangeLog,v 1.4 2004/06/25 00:20:20 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/ChangeLog,v 1.5 2006/11/09 15:24:29 kang Exp $ + +*whoischk-0.2.4-r1 (09 Nov 2006) + + 09 Nov 2006; Guillaume Destuynder <kang@gentoo.org> + +files/throttle.patch.bz2, +whoischk-0.2.4-r1.ebuild: + Fixed #111556, patch to throttle queries, zap cache from jwhois.. *whoischk-0.2.4 (23 Feb 2004) diff --git a/net-misc/whoischk/files/digest-whoischk-0.2.4 b/net-misc/whoischk/files/digest-whoischk-0.2.4 index 038de76be497..dea431006e73 100644 --- a/net-misc/whoischk/files/digest-whoischk-0.2.4 +++ b/net-misc/whoischk/files/digest-whoischk-0.2.4 @@ -1 +1,3 @@ MD5 b8b6de99c331bc2afdca15034fdc9ff8 whoischk-0.2.4.tar.gz 77282 +RMD160 31f1559de895ef8efc7c69c1009e614647232c2d whoischk-0.2.4.tar.gz 77282 +SHA256 7e4c23a6ebf71b32c8732a048040458651f8dae02cacc97c043e904b3712b6e5 whoischk-0.2.4.tar.gz 77282 diff --git a/net-misc/whoischk/files/digest-whoischk-0.2.4-r1 b/net-misc/whoischk/files/digest-whoischk-0.2.4-r1 new file mode 100644 index 000000000000..dea431006e73 --- /dev/null +++ b/net-misc/whoischk/files/digest-whoischk-0.2.4-r1 @@ -0,0 +1,3 @@ +MD5 b8b6de99c331bc2afdca15034fdc9ff8 whoischk-0.2.4.tar.gz 77282 +RMD160 31f1559de895ef8efc7c69c1009e614647232c2d whoischk-0.2.4.tar.gz 77282 +SHA256 7e4c23a6ebf71b32c8732a048040458651f8dae02cacc97c043e904b3712b6e5 whoischk-0.2.4.tar.gz 77282 diff --git a/net-misc/whoischk/files/throttle.patch.bz2 b/net-misc/whoischk/files/throttle.patch.bz2 Binary files differnew file mode 100644 index 000000000000..1f76b9d335a1 --- /dev/null +++ b/net-misc/whoischk/files/throttle.patch.bz2 diff --git a/net-misc/whoischk/metadata.xml b/net-misc/whoischk/metadata.xml new file mode 100644 index 000000000000..e8a89c14be7c --- /dev/null +++ b/net-misc/whoischk/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<longdescription> +Monitor a list of domains and report when there has been any change. +</longdescription> +</pkgmetadata> diff --git a/net-misc/whoischk/whoischk-0.2.4-r1.ebuild b/net-misc/whoischk/whoischk-0.2.4-r1.ebuild new file mode 100644 index 000000000000..2919f485f481 --- /dev/null +++ b/net-misc/whoischk/whoischk-0.2.4-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 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-r1.ebuild,v 1.1 2006/11/09 15:24:29 kang 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" + +inherit eutils + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86" +IUSE="" + +RDEPEND="app-shells/bash + net-misc/jwhois" + +src_compile() { + sed -i -e 's|WHOIS=whois|WHOIS="jwhois\ -f"|' whoischk || die + epatch ${FILESDIR}/throttle.patch.bz2 +} + +src_install() { + dobin whoischk || die + dodoc AUTHOR ChangeLog INSTALL LICENCE PATCHES README USAGE sample-rc-file +} |