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 0017213825A for ; Sat, 14 May 2016 23:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20C87142B3; Sat, 14 May 2016 23:35:08 +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 5467D142AE for ; Sat, 14 May 2016 23:35:07 +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 8B6C7340BCD for ; Sat, 14 May 2016 23:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71E84971 for ; Sat, 14 May 2016 23:35:03 +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: <1463268839.ee3a08c7dd7bc5694da8e61a9b4f5095401c406d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Net-Ping/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Net-Ping/perl-Net-Ping-2.430.0-r1.ebuild X-VCS-Directories: virtual/perl-Net-Ping/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: ee3a08c7dd7bc5694da8e61a9b4f5095401c406d X-VCS-Branch: master Date: Sat, 14 May 2016 23:35:03 +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: 80aea91f-0b1d-4463-b67d-1271f3c80370 X-Archives-Hash: 06222e59639967fc5c4c5e36cafb2aeb commit: ee3a08c7dd7bc5694da8e61a9b4f5095401c406d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 14 22:29:06 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat May 14 23:33:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3a08c7 virtual/perl-Net-Ping: Remove obsolete virtual Package-Manager: portage-2.2.28 .../perl-Net-Ping/perl-Net-Ping-2.430.0-r1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/virtual/perl-Net-Ping/perl-Net-Ping-2.430.0-r1.ebuild b/virtual/perl-Net-Ping/perl-Net-Ping-2.430.0-r1.ebuild deleted file mode 100644 index 46145c1..0000000 --- a/virtual/perl-Net-Ping/perl-Net-Ping-2.430.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Virtual for ${PN#perl-}" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND="" -RDEPEND=" - || ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/Net-Ping-${PV} ) - !perl-core/Net-Ping-${PV}-r999 -"