diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-13 12:24:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-13 12:25:27 +0100 |
commit | eb79698b68be9f83d1d4547cda774f73d6173f48 (patch) | |
tree | 7974794996d79958cc22769f69aff1df1486ceed /net-analyzer | |
parent | package.mask: Last rite media-libs/ccaudio2 (diff) | |
download | gentoo-eb79698b68be9f83d1d4547cda774f73d6173f48.tar.gz gentoo-eb79698b68be9f83d1d4547cda774f73d6173f48.tar.bz2 gentoo-eb79698b68be9f83d1d4547cda774f73d6173f48.zip |
net-analyzer/netcat6: Indicate obsolescence in DESCRIPTION
Bug: https://bugs.gentoo.org/573814
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netcat6/netcat6-1.0-r2.ebuild | 4 |
1 files 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 3843aaecb781..1942014970e2 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" |