# Removal in 30 days. Bug #693908.
sys-boot/raincoat
-# Michał Górny <mgorny@gentoo.org> (2019-09-09)
-# Added in 2006, no new releases since. EAPI 0. No amd64 keyword.
-# Removal in 30 days. Bug #693906.
-sys-auth/icmpdn
-
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.
+++ /dev/null
-DIST icmpdn-0.4.tar.gz 332780 BLAKE2B 82f6d428fda7989e60d083a8a214f5d4ef7f593525d221b0a6cc2385b1104a3a474daf60e254c703b24a38146e2540c66f331a5959078fd0a55482c2af30ff70 SHA512 2bcaa8987f1479fe0b562b805f1515d7dfba74ce8ca2f82156176eb9a059a6903e324a7fe64e256fec8a032a68de4618eb469e856d0004a3ceea4897f0833b1d
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Set the TTL (Time-to-Live) value in responses to TTL seconds rather
-# than the default of 3600 seconds
-#TTL=3600
-
-# Set the domain name in responses to domainname, rather than the
-# default as described above. This option is useful in case the system
-# is not configured to set up its own hostname.
-#DOMAINNAME=mydomainname.com
-
-# Other options
-#ICMPDND_OPTS=""
+++ /dev/null
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-BINARY="/usr/sbin/icmpdnd"
-
-[ -n "${TTL}" ] && ICMPDND_OPTS="${ICMPDND_OPTS} -t ${TTL}"
-[ -n "${DOMAINNAME}" ] && ICMPDND_OPTS="${ICMPDND_OPTS} -d ${DOMAINNAME}"
-
-depend() {
- need net
- after ypbind
-}
-
-start() {
- ebegin "Starting icmpdnd"
- start-stop-daemon --start --quiet --exec ${BINARY} -- ${ICMPDND_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping icmpdnd"
- start-stop-daemon --stop --quiet --exec ${BINARY}
- eend $?
-}
-
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils flag-o-matic multilib
-
-DESCRIPTION="ICMP Domain Name utilities & NSS backend"
-HOMEPAGE="http://www.dolda2000.com/~fredrik/icmp-dn/"
-SRC_URI="${HOMEPAGE}${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-src_compile() {
- append-cppflags -D_GNU_SOURCE #241318
- econf \
- --sysconfdir=/etc \
- --libdir=/$(get_libdir) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- newinitd "${FILESDIR}"/init.d-icmpdnd icmpdnd
- newconfd "${FILESDIR}"/conf.d-icmpdnd icmpdnd
- dodoc AUTHORS ChangeLog README
- # must always run as root
- fperms 4711 /usr/bin/idnlookup
- # useless as nothing should link against this lib
- rm "${D}"/lib*/*.{la,so}
-}
-
-pkg_postinst() {
- einfo "To use the ICMP nameswitch module, add 'icmp'"
- einfo "to the 'hosts' line in your /etc/nsswitch.conf"
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>robbat2@gentoo.org</email>
-</maintainer>
-</pkgmetadata>