From eb79698b68be9f83d1d4547cda774f73d6173f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 13 Mar 2019 12:24:26 +0100 Subject: [PATCH] net-analyzer/netcat6: Indicate obsolescence in DESCRIPTION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/573814 Signed-off-by: Michał Górny --- net-analyzer/netcat6/netcat6-1.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/netcat6/netcat6-1.0-r2.ebuild b/net-analyzer/netcat6/netcat6-1.0-r2.ebuild index 3843aaecb7811..1942014970e23 100644 --- a/net-analyzer/netcat6/netcat6-1.0-r2.ebuild +++ b/net-analyzer/netcat6/netcat6-1.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils autotools toolchain-funcs -DESCRIPTION="netcat clone with better IPv6 support, improved code, etc..." +DESCRIPTION="Obsolete netcat clone from before netcat had IPv6 support" HOMEPAGE="http://netcat6.sourceforge.net/" SRC_URI="ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/nc6-${PV}.tar.bz2"