mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-perl/Net-Telnet: Bump to version 3.40.0
- EAPI6 - Fix DESCRIPTION Upstream: - IPv6 Support - Binding local network interface support - Logging functions less buggy - Use Errno instead of $! regex. - Logging methods support bare filehandle Package-Manager: portage-2.2.27
This commit is contained in:
committed by
Andreas K. Hüttel
parent
f08b75a3ca
commit
4de4b70c5e
@@ -1 +1,2 @@
|
||||
DIST Net-Telnet-3.03.tar.gz 35641 SHA256 1604911947a283a8df2bde57a9adfe71e2717f6e0f915fcc73fc47a37130a16b SHA512 ef943616fb4f4272a658de27afa11b19b5010ab110451fc1661e22e60dbf4025a9cd86509a9742c980b46c8fb2f3e52c88e137295d2d35b76b18ff3fdf7d2331 WHIRLPOOL b76604564b8dacdb749fd47191b4f5b432bcaf91d3047ed63774a60167d9077a7e4593a180e5c7a50c2288adfe7da6daf79a1ec0a641a718c5a8326524c37072
|
||||
DIST Net-Telnet-3.04.tar.gz 40731 SHA256 e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a SHA512 1df68f55ad94d42e5e2be5e0669c2ecd0bc916f4ed929453ee2d136141ce413ff84b883d488c2f815c2c43132f7c3b36178177072fc5172c292e7bc39351dbdc WHIRLPOOL 3d2ec8669e485a603b2aa02768feb7adf500b75e14bf31c3de0087a3c3d88d846f6bfdf3098a133693945ae709363f8697c6c121b10eecdf771b2fad90bb3242
|
||||
|
||||
20
dev-perl/Net-Telnet/Net-Telnet-3.40.0.ebuild
Normal file
20
dev-perl/Net-Telnet/Net-Telnet-3.40.0.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=JROGERS
|
||||
DIST_VERSION=3.04
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="interact with TELNET port or other TCP ports in Perl"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=virtual/perl-libnet-1.70.300"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
"
|
||||
Reference in New Issue
Block a user