Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netcat6/
Date: Wed, 13 Mar 2019 11:25:47
Message-Id: 1552476327.eb79698b68be9f83d1d4547cda774f73d6173f48.mgorny@gentoo
1 commit: eb79698b68be9f83d1d4547cda774f73d6173f48
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 11:24:26 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 11:25:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb79698b
7
8 net-analyzer/netcat6: Indicate obsolescence in DESCRIPTION
9
10 Bug: https://bugs.gentoo.org/573814
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-analyzer/netcat6/netcat6-1.0-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-analyzer/netcat6/netcat6-1.0-r2.ebuild b/net-analyzer/netcat6/netcat6-1.0-r2.ebuild
17 index 3843aaecb78..1942014970e 100644
18 --- a/net-analyzer/netcat6/netcat6-1.0-r2.ebuild
19 +++ b/net-analyzer/netcat6/netcat6-1.0-r2.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 inherit eutils autotools toolchain-funcs
27
28 -DESCRIPTION="netcat clone with better IPv6 support, improved code, etc..."
29 +DESCRIPTION="Obsolete netcat clone from before netcat had IPv6 support"
30 HOMEPAGE="http://netcat6.sourceforge.net/"
31 SRC_URI="ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/nc6-${PV}.tar.bz2"