summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-22 10:12:39 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-22 10:13:45 +0100
commit25ef0252e3df7c6c5ba883edd21734df14c14dd6 (patch)
tree096709a480b3b42e98f17483ca168c73e0370e76
parentapp-office/borg: treeclean (diff)
downloadgentoo-25ef0252e3df7c6c5ba883edd21734df14c14dd6.tar.gz
gentoo-25ef0252e3df7c6c5ba883edd21734df14c14dd6.tar.bz2
gentoo-25ef0252e3df7c6c5ba883edd21734df14c14dd6.zip
net-misc/bwwhois: treeclean
Closes: https://bugs.gentoo.org/819288 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--net-misc/bwwhois/Manifest1
-rw-r--r--net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild45
-rw-r--r--net-misc/bwwhois/metadata.xml12
-rw-r--r--profiles/package.mask6
4 files changed, 0 insertions, 64 deletions
diff --git a/net-misc/bwwhois/Manifest b/net-misc/bwwhois/Manifest
deleted file mode 100644
index 85fa417a1b4c..000000000000
--- a/net-misc/bwwhois/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST whois-5.5.2.tgz 50008 BLAKE2B 6f7a30e8e4f051b15fdc0aed62341665609612d5712bd1d3e61cb14b9ea0b2eb211231f0c1f3e67997f2abfd7f4e36e016f74ea9894c2230ce861058159fc028 SHA512 ee6c1fa183fa009a6e47ec0c51815a215f29e24bd443683a2df8f02bca822cb91c5fb91148aaea37c5d9c993e2c7ad39d310c7cd9358ea6a7fa88ec2c8aaba16
diff --git a/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild b/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild
deleted file mode 100644
index a56efbf9f790..000000000000
--- a/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-MY_P="${P/bw/}"
-
-DESCRIPTION="Perl-based whois client designed to work with the new Shared Registration System"
-SRC_URI="http://whois.bw.org/dist/${MY_P}.tgz"
-HOMEPAGE="http://whois.bw.org/"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- virtual/perl-Getopt-Long"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- # bug #440390
- sed -i -e '/^\.ru/s/ripn.ru/ripn.net/' tld.conf || die 'sed on tld.conf failed'
- perl-module_src_prepare
-}
-
-src_install() {
- exeinto usr/bin
- newexe whois bwwhois
-
- newman whois.1 bwwhois.1
-
- insinto /etc/whois
- doins whois.conf tld.conf sd.conf
-
- perl_set_version
- insinto "${VENDOR_LIB}"
- doins bwInclude.pm
-
- dodoc HISTORY INSTALL README
-}
diff --git a/net-misc/bwwhois/metadata.xml b/net-misc/bwwhois/metadata.xml
deleted file mode 100644
index c41f269e6100..000000000000
--- a/net-misc/bwwhois/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zlogene@gentoo.org</email>
- <name>Mikle Kolyada</name>
- </maintainer>
- <maintainer type="person">
- <email>pinkbyte@gentoo.org</email>
- <name>Sergey Popov</name>
- </maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index c313987be756..c35f1156d3a6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -337,12 +337,6 @@ x11-plugins/hexchat-javascript
dev-db/go-etcd
sys-fs/etcd-fs
-# Sergey Popov <pinkbyte@gentoo.org> (2021-10-22)
-# Upstream support discontinued, see https://bw.org/2019/03/19/bw-whois/
-# Suggested replacement - net-misc/whois
-# Masked for removal on 2021-11-22
-net-misc/bwwhois
-
# Sam James <sam@gentoo.org> (2021-10-10)
# Needs upstream build system fixes (currently in progress).
# Python toggles don't work correctly right now.