diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-05-18 00:10:51 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-05-18 00:10:51 +0100 |
commit | eccb70a7f91b2d22582587f26d1a28bb31408b45 (patch) | |
tree | 3223e1fd54201bcf4ebecac6fbe87361cbe643e2 /net-analyzer/gnu-netcat | |
parent | a2810985afabcc31d3eace5e61d8ea25b852ba17 (diff) |
gentoo resync : 18.05.2019
Diffstat (limited to 'net-analyzer/gnu-netcat')
-rw-r--r-- | net-analyzer/gnu-netcat/Manifest | 7 | ||||
-rw-r--r-- | net-analyzer/gnu-netcat/files/gnu-netcat-LC_CTYPE.patch | 19 | ||||
-rw-r--r-- | net-analyzer/gnu-netcat/files/gnu-netcat-close.patch | 16 | ||||
-rw-r--r-- | net-analyzer/gnu-netcat/files/gnu-netcat-flagcount.patch | 22 | ||||
-rw-r--r-- | net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r3.ebuild | 36 | ||||
-rw-r--r-- | net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild | 32 | ||||
-rw-r--r-- | net-analyzer/gnu-netcat/metadata.xml | 12 |
7 files changed, 0 insertions, 144 deletions
diff --git a/net-analyzer/gnu-netcat/Manifest b/net-analyzer/gnu-netcat/Manifest deleted file mode 100644 index 8ecaacf9e411..000000000000 --- a/net-analyzer/gnu-netcat/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -AUX gnu-netcat-LC_CTYPE.patch 479 BLAKE2B a458dc0df5d2f085b30b10d6f33f3ca6beb1b56348e8671098f2b3360da010311ae84d0ca69449df0b535d054ca0a1bff0ad6ca3943e583eb0964657118c4e6f SHA512 9ec66fe94fe5d6b76d94959d1e26a3b5ae7f1b09b9d863c73867a1325a14b3691e475ce7db54612f16ef4cc954815d268fb19a16cf5bfce4b0d585e40b690293 -AUX gnu-netcat-close.patch 342 BLAKE2B 24fd65ae42672c292c832fc1b5ca4d9ed64263f3fca45f5bb2b8a492f52bc2191fea471d4738541b660ac513b7adf662c204bbcfb8a919c1d2de083685244618 SHA512 920153a3c65f2a8c54ec1bfe3c2588a300c507fb3e88f80d69c2f816a802c72843a4c34900fd5a2e5bd03ab952f25796a6b601a105e01fa9097b19cff9bf0f11 -AUX gnu-netcat-flagcount.patch 479 BLAKE2B bf3838a82c8df361cb8f596d103bff0f52345d5ab2816f1de056acab71089585e0bca1b1c75793d4b67390246038fc502ed2b3c99c3c667361f6a325ef9df228 SHA512 cc8cefad31422eec8fc549e02c3cac5a725f6d0232d2a6e4383324530f5bdb771ec5e9221f2455b2f4b3d636eeda73a346a9cfb74856977b10136685420199d2 -DIST netcat-0.7.1.tar.bz2 325687 BLAKE2B a846fafcd006cc284f982fe66a3de5154ef1d74d20926344c54066f9b5e86f7bef06eb99313d5ec7f9f09bdb9b12ca82421b945bc6d3b8c6bb5f843cd6d31c2c SHA512 283c02f849c3bb62615a5ccb7796192804dafcecb34f3c6b553cbc12c715654963b81e253762923c6069be9768b93dde576a392b89b167912c323354f1376e83 -EBUILD gnu-netcat-0.7.1-r3.ebuild 825 BLAKE2B 551b658157629574a6ab163f61714196a0795db70e69185aafebf91ce252861934996e10b3d0163d2d366ce65cf8235be94fc579a790b04b2a9a95bd38073df2 SHA512 cd9819f4492caed56aea60c1d55b19f78ae338fe79700f0c17bfa819ee895faad9fbada396d06362f388de0e76616dfb3d86f0533b95913603d240e8c1139119 -EBUILD gnu-netcat-0.7.1-r4.ebuild 808 BLAKE2B 1ed69114e472c8e38641c3ef8dadb509d8ba541dd85defc42fb5390d40f942f69d96e11aae57161a886310aebc731cb2d0a2824f11fbed7e9ebd30ce03ab022a SHA512 88cee294f6ad2f0792e760c0397b02cc73b88eac0af1f6bc77b315683ef6df01244736e0efc23ffe5793c8f9e1b516abeb98269f52a4d95dc761d39ca7fe8aa9 -MISC metadata.xml 425 BLAKE2B f13edbb0cd292574b75df3cffd4f9786d267eee4525c839ba668947df28cdcfafa5a460decca9a2deeafbdd6956c8c2af416bed862ffcb43b2f980a54c7f2ea1 SHA512 a2cbcf2da6524c0ce77c0961511555cbcc36adea879aeb0aae82e973827b34e2b3d9f6d78317262bd4b0e07726316fd36055024dd36cd228edb384fe27d84a85 diff --git a/net-analyzer/gnu-netcat/files/gnu-netcat-LC_CTYPE.patch b/net-analyzer/gnu-netcat/files/gnu-netcat-LC_CTYPE.patch deleted file mode 100644 index 1c67f92e6c2a..000000000000 --- a/net-analyzer/gnu-netcat/files/gnu-netcat-LC_CTYPE.patch +++ /dev/null @@ -1,19 +0,0 @@ -In russian locale, netcat error messages display as '???????' - -Need to set LC_CTYPE along with LC_MESSAGES to correctly display messages in -locales other then C/POSIX -Required for correct i18n support in glibc. - -(bug #200875 by Михаил) - - ---- a/src/netcat.c -+++ b/src/netcat.c -@@ -157,6 +157,7 @@ - connect_sock.domain = PF_INET; - - #ifdef ENABLE_NLS -+ setlocale(LC_CTYPE, ""); - setlocale(LC_MESSAGES, ""); - bindtextdomain(PACKAGE, LOCALEDIR); - textdomain(PACKAGE); diff --git a/net-analyzer/gnu-netcat/files/gnu-netcat-close.patch b/net-analyzer/gnu-netcat/files/gnu-netcat-close.patch deleted file mode 100644 index eb1862d1fd52..000000000000 --- a/net-analyzer/gnu-netcat/files/gnu-netcat-close.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/doc/netcat.1 -+++ b/doc/netcat.1 -@@ -256,6 +256,13 @@ - source address for the connecting socket. - .Sh "Advanced Options" - .IX Subsection "Advanced Options" -+.IP "\fB\-c" 4 -+.IX Item "-c" -+.PD 0 -+.IP "\fB\-\-close" 4 -+.IX Item "--close" -+.PD -+closes connection on EOF from stdin. - .IP "\fB\-i \s-1SECS\s0\fR" 4 - .IX Item "-i SECS" - .PD 0 diff --git a/net-analyzer/gnu-netcat/files/gnu-netcat-flagcount.patch b/net-analyzer/gnu-netcat/files/gnu-netcat-flagcount.patch deleted file mode 100644 index 765212cb0e99..000000000000 --- a/net-analyzer/gnu-netcat/files/gnu-netcat-flagcount.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/src/flagset.c -+++ b/src/flagset.c -@@ -134,7 +134,7 @@ - - int netcat_flag_count(void) - { -- register char c; -+ register unsigned char c; - register int i; - int ret = 0; - -@@ -154,8 +154,8 @@ - Assumed that the bit number 1 is the sign, and that we will shift the - bit 1 (or the bit that takes its place later) until the the most right, - WHY it has to keep the wrong sign? */ -- ret -= (c >> 7); -- c <<= 1; -+ ret += (c & 1); -+ c >>= 1; - } - } - diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r3.ebuild b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r3.ebuild deleted file mode 100644 index 836745b08346..000000000000 --- a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic - -DESCRIPTION="the GNU network swiss army knife" -HOMEPAGE="http://netcat.sourceforge.net/" -SRC_URI="mirror://sourceforge/netcat/netcat-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="debug nls" - -S=${WORKDIR}/netcat-${PV} - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-flagcount.patch \ - "${FILESDIR}"/${PN}-close.patch \ - "${FILESDIR}"/${PN}-LC_CTYPE.patch -} - -src_configure() { - use debug && append-flags -DDEBUG - econf $(use_enable nls) -} - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_install() { - default - rm "${ED}"usr/bin/nc -} diff --git a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild b/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild deleted file mode 100644 index 3685ef0208f2..000000000000 --- a/net-analyzer/gnu-netcat/gnu-netcat-0.7.1-r4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit flag-o-matic - -DESCRIPTION="the GNU network swiss army knife" -HOMEPAGE="http://netcat.sourceforge.net/" -SRC_URI="mirror://sourceforge/netcat/netcat-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="debug nls" - -PATCHES=( - "${FILESDIR}"/${PN}-LC_CTYPE.patch - "${FILESDIR}"/${PN}-close.patch - "${FILESDIR}"/${PN}-flagcount.patch -) -DOCS=( AUTHORS ChangeLog NEWS README TODO ) -S=${WORKDIR}/netcat-${PV} - -src_configure() { - use debug && append-flags -DDEBUG - econf $(use_enable nls) -} - -src_install() { - default - rm "${ED}"usr/bin/nc || die -} diff --git a/net-analyzer/gnu-netcat/metadata.xml b/net-analyzer/gnu-netcat/metadata.xml deleted file mode 100644 index cc4e9c9f18c3..000000000000 --- a/net-analyzer/gnu-netcat/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>netmon@gentoo.org</email> - <name>Gentoo network monitoring and analysis project</name> - </maintainer> - <longdescription>the GNU network swiss army knife</longdescription> - <upstream> - <remote-id type="sourceforge">netcat</remote-id> - </upstream> -</pkgmetadata> |