diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-12-24 14:02:29 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-12-24 14:02:29 +0100 |
commit | 3f930438a58215f0fd2813fbf2357292cce4f07b (patch) | |
tree | 984f5fcb3d965f3fe75975e7ac2ab7b548ee19ec /net-misc | |
parent | xfce-extra/xfce4-cpufreq-plugin: Bump to 1.2.9 (diff) | |
download | gentoo-3f930438a58215f0fd2813fbf2357292cce4f07b.tar.gz gentoo-3f930438a58215f0fd2813fbf2357292cce4f07b.tar.bz2 gentoo-3f930438a58215f0fd2813fbf2357292cce4f07b.zip |
net-misc/netkit-talk: drop 0.17-r7
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild deleted file mode 100644 index 36d4df62a6b6..000000000000 --- a/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -MY_P=netkit-ntalk-${PV} -S="${WORKDIR}"/netkit-ntalk-${PV} - -DESCRIPTION="Netkit - talkd" -HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit" -SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 sparc x86" -IUSE="ipv6" - -DEPEND=">=sys-libs/ncurses-5.2:=" -BDEPEND="virtual/pkgconfig" -RDEPEND=" - ${DEPEND} - virtual/inetd -" - -PATCHES=( "${FILESDIR}"/${P}-time.patch ) - -src_prepare() { - default - use ipv6 && eapply "${FILESDIR}"/${P}-ipv6.patch - sed -i configure -e '/^LDFLAGS=/d' || die -} - -src_configure() { - # not autotools based? - ./configure --with-c-compiler="$(tc-getCC)" || die -} - -src_compile() { - emake LIBCURSES="$( $(tc-getPKG_CONFIG) --libs ncurses )" -} - -src_install() { - insinto /etc/xinetd.d - newins "${FILESDIR}"/talk.xinetd talk - dobin talk/talk - doman talk/talk.1 - dosbin talkd/talkd - dosym talkd /usr/sbin/in.talkd - doman talkd/talkd.8 - dosym talkd.8 /usr/share/man/man8/in.talkd.8 - dodoc README ChangeLog BUGS -} |