From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AE8F759CAF for ; Sat, 9 Apr 2016 16:33:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7661721C087; Sat, 9 Apr 2016 16:33:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EB4321C01E for ; Sat, 9 Apr 2016 16:33:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB29E340C40 for ; Sat, 9 Apr 2016 16:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF02984E for ; Sat, 9 Apr 2016 16:33:23 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1460219169.641676b5eb2a45407bc7bc4b3718437f33455b7d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Telnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-Telnet/Manifest dev-perl/Net-Telnet/Net-Telnet-3.30.0-r1.ebuild X-VCS-Directories: dev-perl/Net-Telnet/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 641676b5eb2a45407bc7bc4b3718437f33455b7d X-VCS-Branch: master Date: Sat, 9 Apr 2016 16:33:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 765974d6-3340-451f-9ef0-a2f1bacf4fa3 X-Archives-Hash: abf3e617279f1375b29a209d6d4a55a9 commit: 641676b5eb2a45407bc7bc4b3718437f33455b7d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 9 16:22:34 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Apr 9 16:26:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641676b5 dev-perl/Net-Telnet: Remove old Package-Manager: portage-2.2.28 dev-perl/Net-Telnet/Manifest | 1 - dev-perl/Net-Telnet/Net-Telnet-3.30.0-r1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-perl/Net-Telnet/Manifest b/dev-perl/Net-Telnet/Manifest index b9fe607..44823eb 100644 --- a/dev-perl/Net-Telnet/Manifest +++ b/dev-perl/Net-Telnet/Manifest @@ -1,2 +1 @@ -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 diff --git a/dev-perl/Net-Telnet/Net-Telnet-3.30.0-r1.ebuild b/dev-perl/Net-Telnet/Net-Telnet-3.30.0-r1.ebuild deleted file mode 100644 index 61ed77f..0000000 --- a/dev-perl/Net-Telnet/Net-Telnet-3.30.0-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=JROGERS -MODULE_VERSION=3.03 -inherit perl-module - -DESCRIPTION="A Telnet Perl Module" - -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.0703" -DEPEND="${RDEPEND}"