summaryrefslogtreecommitdiff
path: root/net-misc/gwhois
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /net-misc/gwhois
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'net-misc/gwhois')
-rw-r--r--net-misc/gwhois/Manifest1
-rw-r--r--net-misc/gwhois/files/gwhois.xinetd18
-rw-r--r--net-misc/gwhois/gwhois-20120626-r1.ebuild57
-rw-r--r--net-misc/gwhois/metadata.xml13
4 files changed, 0 insertions, 89 deletions
diff --git a/net-misc/gwhois/Manifest b/net-misc/gwhois/Manifest
deleted file mode 100644
index faf5d3cd65dd..000000000000
--- a/net-misc/gwhois/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gwhois_20120626-1.2.tar.gz 41800 BLAKE2B 695005bd37abaf0dc39593dcc3dfd01102b896dc2bb74a8f3be774d5f7316861588ca3ca621eabdeb19739abfda9be0ab215c757181d3d08ce0416f315410d0d SHA512 c18e20a033e3d2de3b1a5c81d1fdae88cfd9dbc5261b4512b87376d0909ea538db46b3380aaa426ef43904ef292662185dd2f3cb59c56dba306c41a0e827bcb0
diff --git a/net-misc/gwhois/files/gwhois.xinetd b/net-misc/gwhois/files/gwhois.xinetd
deleted file mode 100644
index b518371dd9df..000000000000
--- a/net-misc/gwhois/files/gwhois.xinetd
+++ /dev/null
@@ -1,18 +0,0 @@
-## whois service
-service whois
-{
- disable = no
- socket_type = stream
- protocol = tcp
- port = 43
- wait = no
- user = gwhois
-# group =
- server = /usr/bin/gwhois
-# server_args =
- only_from = 0.0.0.0
- instances = 20
- log_on_success += PID HOST DURATION USERID EXIT
- log_on_failure += HOST USERID
- nice = 5
-}
diff --git a/net-misc/gwhois/gwhois-20120626-r1.ebuild b/net-misc/gwhois/gwhois-20120626-r1.ebuild
deleted file mode 100644
index 08c403537de4..000000000000
--- a/net-misc/gwhois/gwhois-20120626-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit readme.gentoo-r1
-
-MY_P="${P/_p/.}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Generic whois"
-HOMEPAGE="https://julijane.de/gwhois/"
-# Debian is still maintaining it
-#SRC_URI="http://gwhois.de/gwhois/${MY_P/-/_}.tar.gz"
-DEBIAN_VER="1.2"
-SRC_URI="mirror://debian/pool/main/g/${PN}/${MY_P/-/_}-${DEBIAN_VER}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 ~sparc x86"
-
-RDEPEND="
- net-misc/curl
- dev-lang/perl:=
- dev-perl/libwww-perl
- dev-perl/Net-LibIDN
- www-client/lynx
-"
-
-DOC_CONTENTS="
- See included gwhois.xinetd for an example on how to
- use gwhois as a whois proxy using xinetd.
- Just copy gwhois.xinetd to /etc/xinetd.d/gwhois
- and reload xinetd.
-"
-
-src_install() {
- insinto /etc/gwhois
- doins pattern
- dobin gwhois
- doman gwhois.1
- dodoc TODO "${FILESDIR}/gwhois.xinetd" README.RIPE
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- if [[ -f "${EROOT}"/etc/gwhois/pattern.ripe ]]; then
- ewarn ""
- ewarn "Will move old /etc/gwhois/pattern.ripe to removethis-pattern.ripe"
- ewarn "as it causes malfunction with this version."
- ewarn "If you did not modify the file, just remove it."
- ewarn ""
- mv "${EROOT}"/etc/gwhois/pattern.ripe "${EROOT}"/etc/gwhois/removethis-pattern.ripe
- fi
-
- readme.gentoo_print_elog
-}
diff --git a/net-misc/gwhois/metadata.xml b/net-misc/gwhois/metadata.xml
deleted file mode 100644
index c0f2b0efa38e..000000000000
--- a/net-misc/gwhois/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
-gwhois is a generic whois client which can be used as a commandline
-whois client or as a whois proxy service using (x)inetd
-</longdescription>
-<longdescription lang="ja">
-gwhois は (x)inetd 経由のプロクシ・サービスとして利用できるコマンド
-ライン操作の一般的 whois クライアントです。
-</longdescription>
-</pkgmetadata>