summaryrefslogtreecommitdiff
path: root/net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild')
-rw-r--r--net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild45
1 files changed, 0 insertions, 45 deletions
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
-}