summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/hostmap/ChangeLog12
-rw-r--r--net-analyzer/hostmap/Manifest4
-rw-r--r--net-analyzer/hostmap/hostmap-0.2.2.ebuild30
-rw-r--r--net-analyzer/hostmap/metadata.xml5
4 files changed, 0 insertions, 51 deletions
diff --git a/net-analyzer/hostmap/ChangeLog b/net-analyzer/hostmap/ChangeLog
deleted file mode 100644
index a69e12cf3..000000000
--- a/net-analyzer/hostmap/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for net-analyzer/hostmap
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 05 Aug 2010; Dane Smith (c1pher) <smithdanea@gmail.com>
- hostmap-0.2.2.ebuild:
- Fixed dependency issue in hostmap. Thanks for the catch sezdzimir
-
- 03 Aug 2010; Dane Smith (c1pher) <smithdanea@gmail.com>
- +hostmap-0.2.2.ebuild, +metadata.xml:
- New ebuild for hostmap. Bug 329589.
-
diff --git a/net-analyzer/hostmap/Manifest b/net-analyzer/hostmap/Manifest
deleted file mode 100644
index aff4aecf1..000000000
--- a/net-analyzer/hostmap/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST hostmap-0.2.2.tgz 416653 RMD160 df8c182ed3119b59066418b60fba5db6651d446c SHA1 8802297c338f6ca93b3a767765ae66cdf2c5d319 SHA256 90d8416b6b3fdb84dd7dab4bd08fca3a567c1011d60c71db5376afb35f072b1d
-EBUILD hostmap-0.2.2.ebuild 749 RMD160 842ed960d085ab2dfffc3c5ce965c7b7cd6ed7c0 SHA1 6f25deaac9bfbb091c3441ddc340d92219be8564 SHA256 b9f608c62c7d89b50e334afcd0b53300b6e892a3b1004fa6b1c0c3165bceb3a5
-MISC ChangeLog 409 RMD160 b59c3902819da8a0aa71862ace8e36e777738aa6 SHA1 2363c910f8022a943a4ba717f9848fe3ce97dd29 SHA256 568c54f8b3bfe3a0fd7b9adb4f65973c5d65ff837586687cbfc65a1e400598f4
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/net-analyzer/hostmap/hostmap-0.2.2.ebuild b/net-analyzer/hostmap/hostmap-0.2.2.ebuild
deleted file mode 100644
index 437da5939..000000000
--- a/net-analyzer/hostmap/hostmap-0.2.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Automatic hostname and virtual hosts discovery tool written in Ruby"
-HOMEPAGE="http://hostmap.lonerunners.net/"
-SRC_URI="http://update.lonerunners.net/software/download/${P}.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/net-dns
- dev-ruby/PlugMan"
-
-all_ruby_prepare() {
- mkdir bin || die
- mv hostmap.rb bin/hostmap || die
-}
diff --git a/net-analyzer/hostmap/metadata.xml b/net-analyzer/hostmap/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/net-analyzer/hostmap/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>