diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-10 22:58:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-10 22:58:45 +0000 |
commit | ede234d339aafadbb4a98017edae74cbb742fe56 (patch) | |
tree | f0886f44af7a11f85f3ddb3ec7e027dd497863e4 /net-misc/whoischk | |
parent | Fix the set_use function to actually work, add an uninstall option, and make ... (diff) | |
download | gentoo-2-ede234d339aafadbb4a98017edae74cbb742fe56.tar.gz gentoo-2-ede234d339aafadbb4a98017edae74cbb742fe56.tar.bz2 gentoo-2-ede234d339aafadbb4a98017edae74cbb742fe56.zip |
amd64/arm/hppa/ia64 KEYWORDS
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/whoischk')
-rw-r--r-- | net-misc/whoischk/files/digest-whoischk-0.2.3 | 1 | ||||
-rw-r--r-- | net-misc/whoischk/whoischk-0.2.3.ebuild | 34 | ||||
-rw-r--r-- | net-misc/whoischk/whoischk-0.2.4.ebuild | 8 |
3 files changed, 4 insertions, 39 deletions
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 } |