diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:10:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-28 23:10:59 +0000 |
commit | 1bca02d6c04fd819410849bf03692f97f00183a3 (patch) | |
tree | 7679c8efb1d1ca4841ca64105a7624bd2c6f260b /net-misc/jwhois | |
parent | Version bump #110754 by Christoph Gysin. (diff) | |
download | historical-1bca02d6c04fd819410849bf03692f97f00183a3.tar.gz historical-1bca02d6c04fd819410849bf03692f97f00183a3.tar.bz2 historical-1bca02d6c04fd819410849bf03692f97f00183a3.zip |
amd64/arm/hppa/ia64/s390/x86 stable and install some docs
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'net-misc/jwhois')
-rw-r--r-- | net-misc/jwhois/Manifest | 10 | ||||
-rw-r--r-- | net-misc/jwhois/jwhois-3.2.3.ebuild | 5 |
2 files changed, 13 insertions, 2 deletions
diff --git a/net-misc/jwhois/Manifest b/net-misc/jwhois/Manifest index 26dbc6e8d025..ca1e2e2c9eb6 100644 --- a/net-misc/jwhois/Manifest +++ b/net-misc/jwhois/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 992581cf5af62258ff037cee4a3d0c6c ChangeLog 2645 MD5 a3be5e722f33856d6bf281f4251e8b03 files/digest-jwhois-3.2.0 64 MD5 8cbb8abe6a191a786d5b46109cda625d files/digest-jwhois-3.2.1 64 @@ -8,3 +11,10 @@ MD5 232dc7d34a05a7c82704d6f92853d1b0 jwhois-3.2.1.ebuild 784 MD5 1340e640f52c2106618adcf5200fc519 jwhois-3.2.2.ebuild 789 MD5 99dfeb084c75b44024817d7a2876c128 jwhois-3.2.3.ebuild 744 MD5 d99678f16c4fcc4e0bc71763e07dbb22 metadata.xml 221 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDYrAVgIKl8Uu19MoRAlTPAJ0SVUYPr9maPoTqeQ7uvCSY393Z3ACbB4up +QLQDb2ZSHEocq5UjSOG+xW0= +=GcUG +-----END PGP SIGNATURE----- diff --git a/net-misc/jwhois/jwhois-3.2.3.ebuild b/net-misc/jwhois/jwhois-3.2.3.ebuild index f9e101b328f2..7ee83eee2468 100644 --- a/net-misc/jwhois/jwhois-3.2.3.ebuild +++ b/net-misc/jwhois/jwhois-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.3.ebuild,v 1.1 2005/08/30 22:45:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.3.ebuild,v 1.2 2005/10/28 23:10:59 vapier Exp $ DESCRIPTION="Advanced Internet Whois client capable of recursive queries" HOMEPAGE="http://www.gnu.org/software/jwhois/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="nls" DEPEND="" @@ -24,4 +24,5 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO } |