summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Jäger <pascal.jaeger@leimstift.de>2022-12-03 17:40:27 +0100
committerSam James <sam@gentoo.org>2022-12-04 23:56:16 +0000
commit9a3b158ebc472bddfa5cdb935c9ad2b5398786a7 (patch)
tree0289c808dd325fdc1efd19653013d58bab8dc7b5 /net-misc/bsdwhois
parentx11-plugins/gkrellshoot: fix build for clang16 (diff)
downloadgentoo-9a3b158ebc472bddfa5cdb935c9ad2b5398786a7.tar.gz
gentoo-9a3b158ebc472bddfa5cdb935c9ad2b5398786a7.tar.bz2
gentoo-9a3b158ebc472bddfa5cdb935c9ad2b5398786a7.zip
net-misc/bsdwhois: drop 1.43.2.1
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de> Closes: https://github.com/gentoo/gentoo/pull/28526 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/bsdwhois')
-rw-r--r--net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild b/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
deleted file mode 100644
index 4dd7d36625df..000000000000
--- a/net-misc/bsdwhois/bsdwhois-1.43.2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="FreeBSD Whois Client"
-HOMEPAGE="https://www.freebsd.org/"
-SRC_URI="http://utenti.gufi.org/~drizzt/codes/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.43.2.1-musl-cdefs.patch"
-)
-
-src_install() {
- default
-
- mv "${ED}"/usr/share/man/man1/{whois,bsdwhois}.1 || die
- mv "${ED}"/usr/bin/{whois,bsdwhois} || die
-}