summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Smith <smithdanea@gmail.com>2010-07-29 15:49:09 -0400
committerDane Smith <smithdanea@gmail.com>2010-07-29 15:49:09 -0400
commiteab34d8a4e67e3188001c31c854670501f973a2f (patch)
tree00377898365844d4c10eb87771aacf696570de3b /net-analyzer
parentFixed (diff)
downloadsmithdanea-eab34d8a4e67e3188001c31c854670501f973a2f.tar.gz
smithdanea-eab34d8a4e67e3188001c31c854670501f973a2f.tar.bz2
smithdanea-eab34d8a4e67e3188001c31c854670501f973a2f.zip
Updated hostmap and plugman
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/hostmap/ChangeLog4
-rw-r--r--net-analyzer/hostmap/Manifest4
-rw-r--r--net-analyzer/hostmap/hostmap-0.2.2.ebuild4
3 files changed, 9 insertions, 3 deletions
diff --git a/net-analyzer/hostmap/ChangeLog b/net-analyzer/hostmap/ChangeLog
index cb58e02..a2e1131 100644
--- a/net-analyzer/hostmap/ChangeLog
+++ b/net-analyzer/hostmap/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 29 Jul 2010; Dane Smith (c1pher) <smithdanea@gmail.com>
+ hostmap-0.2.2.ebuild:
+ Finished(ish) ebuild for hostmap. Bug 329589
+
*hostmap-0.2.2 (29 Jul 2010)
29 Jul 2010; Dane Smith (c1pher) <smithdanea@gmail.com>
diff --git a/net-analyzer/hostmap/Manifest b/net-analyzer/hostmap/Manifest
index 93be4c4..00cb1e8 100644
--- a/net-analyzer/hostmap/Manifest
+++ b/net-analyzer/hostmap/Manifest
@@ -1,3 +1,3 @@
DIST hostmap-0.2.2.tgz 416653 RMD160 df8c182ed3119b59066418b60fba5db6651d446c SHA1 8802297c338f6ca93b3a767765ae66cdf2c5d319 SHA256 90d8416b6b3fdb84dd7dab4bd08fca3a567c1011d60c71db5376afb35f072b1d
-EBUILD hostmap-0.2.2.ebuild 643 RMD160 2a838d1fc29e02bb92ba21e51b833883b17789c8 SHA1 c537a89f89ef2839c10dd2f8ec0a8670a3486469 SHA256 a8d49121776276d27d79321ba198acf246571ca4d61dc2c16475ec2629826391
-MISC ChangeLog 279 RMD160 aa41af405ceae0d0ab175523d8afe0e04ae22a42 SHA1 a76e9eac49d0f7ccc04fa28c76b7e185cffc0819 SHA256 8e7e9b1f2e49a4502441245a7d0b9a0d7c1ed106029804eb040800e6c31a7ab5
+EBUILD hostmap-0.2.2.ebuild 748 RMD160 f37794abeb4a6b98d304b198b99be745f97c73c5 SHA1 b13a6039fcd597cc73f11c0f5b4d6aa27c65cc49 SHA256 5f86abae00bb815e4b1486fd9526fa7e050b546177210bb8af4abc8c75ac24bc
+MISC ChangeLog 409 RMD160 c06764a20d854e8fffce31df383eef43b8e1db95 SHA1 c2cc729a8cab74690768127e4427d46234059367 SHA256 d0b3cd4bb00985ed34e79d4c2b06ef984a04a4178a35782698530436e0a3bd26
diff --git a/net-analyzer/hostmap/hostmap-0.2.2.ebuild b/net-analyzer/hostmap/hostmap-0.2.2.ebuild
index a6a3b94..2b0bf0e 100644
--- a/net-analyzer/hostmap/hostmap-0.2.2.ebuild
+++ b/net-analyzer/hostmap/hostmap-0.2.2.ebuild
@@ -12,11 +12,13 @@ SRC_URI="http://update.lonerunners.net/software/download/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RUBY_FAKEGEM_EXTRAINSTALL="hostmap.conf discovery dictionaries extra"
RUBY_FAKEGEM_BINWRAP="hostmap"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="doc/Changelog.txt doc/README.pdf doc/THANKS.txt"
ruby_add_rdepend "dev-ruby/net-dns
dev-ruby/plugman"