diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-22 10:12:39 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-22 10:13:45 +0100 |
commit | 25ef0252e3df7c6c5ba883edd21734df14c14dd6 (patch) | |
tree | 096709a480b3b42e98f17483ca168c73e0370e76 /net-misc/bwwhois | |
parent | app-office/borg: treeclean (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-misc/bwwhois')
-rw-r--r-- | net-misc/bwwhois/Manifest | 1 | ||||
-rw-r--r-- | net-misc/bwwhois/bwwhois-5.5.2-r2.ebuild | 45 | ||||
-rw-r--r-- | net-misc/bwwhois/metadata.xml | 12 |
3 files changed, 0 insertions, 58 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> |