diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-13 15:09:32 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-13 15:09:32 +0000 |
commit | 464df3d30c93c7521264513cc880bc4cf4c010f5 (patch) | |
tree | 92be133de344dc1df9b31b84b1d093f757ab4f33 /net-misc/whoischk | |
parent | amd64 stable, fix quoting, remove COPYING, use elog. (diff) | |
download | gentoo-2-464df3d30c93c7521264513cc880bc4cf4c010f5.tar.gz gentoo-2-464df3d30c93c7521264513cc880bc4cf4c010f5.tar.bz2 gentoo-2-464df3d30c93c7521264513cc880bc4cf4c010f5.zip |
amd64 stable, fix quoting, add maintainer-needed to metadata.xml.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc/whoischk')
-rw-r--r-- | net-misc/whoischk/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/whoischk/metadata.xml | 3 | ||||
-rw-r--r-- | net-misc/whoischk/whoischk-0.2.4-r1.ebuild | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/net-misc/whoischk/ChangeLog b/net-misc/whoischk/ChangeLog index 8336f7bac80d..7884c35ab83c 100644 --- a/net-misc/whoischk/ChangeLog +++ b/net-misc/whoischk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/whoischk # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/ChangeLog,v 1.7 2008/01/26 17:18:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/ChangeLog,v 1.8 2008/03/13 15:09:32 coldwind Exp $ + + 13 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> metadata.xml, + whoischk-0.2.4-r1.ebuild: + amd64 stable, fix quoting, add maintainer-needed to metadata.xml. 26 Jan 2008; Raúl Porcel <armin76@gentoo.org> whoischk-0.2.4-r1.ebuild: ia64/x86 stable diff --git a/net-misc/whoischk/metadata.xml b/net-misc/whoischk/metadata.xml index e8a89c14be7c..8944513c06bc 100644 --- a/net-misc/whoischk/metadata.xml +++ b/net-misc/whoischk/metadata.xml @@ -2,6 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>no-herd</herd> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> <longdescription> Monitor a list of domains and report when there has been any change. </longdescription> diff --git a/net-misc/whoischk/whoischk-0.2.4-r1.ebuild b/net-misc/whoischk/whoischk-0.2.4-r1.ebuild index 28dc87ea459f..e38efc9bc887 100644 --- a/net-misc/whoischk/whoischk-0.2.4-r1.ebuild +++ b/net-misc/whoischk/whoischk-0.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.3 2008/01/26 17:18:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whoischk/whoischk-0.2.4-r1.ebuild,v 1.4 2008/03/13 15:09:32 coldwind Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://downloads.afterdark.org.uk/whoischk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ia64 x86" +KEYWORDS="amd64 ~arm ~hppa ia64 x86" IUSE="" RDEPEND="app-shells/bash @@ -18,7 +18,7 @@ RDEPEND="app-shells/bash src_compile() { sed -i -e 's|WHOIS=whois|WHOIS="jwhois\ -f"|' whoischk || die - epatch ${FILESDIR}/throttle.patch.bz2 + epatch "${FILESDIR}"/throttle.patch.bz2 } src_install() { |