From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99A011396D0 for ; Sun, 17 Sep 2017 03:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0ED0E0E9B; Sun, 17 Sep 2017 03:43:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CEBBE0E97 for ; Sun, 17 Sep 2017 03:43:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83DD934069A for ; Sun, 17 Sep 2017 03:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7799098 for ; Sun, 17 Sep 2017 03:43:55 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1505619737.a35b9526b9832797e87ce9029660943db677eaac.kentnl@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/IPC-SysV/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild perl-core/IPC-SysV/metadata.xml X-VCS-Directories: perl-core/IPC-SysV/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a35b9526b9832797e87ce9029660943db677eaac X-VCS-Branch: master Date: Sun, 17 Sep 2017 03:43:55 +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: 8684dcd0-9fb9-47a0-9ac1-220a9e8bf1a7 X-Archives-Hash: b4671b5061b2a3389a4123154e4ebe19 commit: a35b9526b9832797e87ce9029660943db677eaac Author: Kent Fredric gentoo org> AuthorDate: Sun Sep 17 03:42:17 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Sep 17 03:42:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a35b9526 perl-core/IPC-SysV: Nuke, all old perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild | 23 ----------------------- perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild | 20 -------------------- perl-core/IPC-SysV/metadata.xml | 22 ---------------------- 3 files changed, 65 deletions(-) diff --git a/perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild b/perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild deleted file mode 100644 index b966a88f6..000000000 --- a/perl-core/IPC-SysV/IPC-SysV-2.30.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -EAPI=5 -MODULE_AUTHOR=MHX -MODULE_VERSION=2.03 -inherit perl-module - -DESCRIPTION="System V IPC constants and system calls" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -COMMON_DEPEND="" -DEPEND=" - ${COMMON_DEPEND} - test? ( - >=virtual/perl-Test-Simple-0.45 - ) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild b/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild deleted file mode 100644 index 66a3c7108..000000000 --- a/perl-core/IPC-SysV/IPC-SysV-2.40.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -EAPI=5 -MODULE_AUTHOR=MHX -MODULE_VERSION=2.04 -inherit perl-module - -DESCRIPTION="System V IPC constants and system calls" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RDEPEND="" -DEPEND=" - virtual/perl-ExtUtils-MakeMaker - ${RDEPEND} - test? ( - >=virtual/perl-Test-Simple-0.450.0 - ) -" -SRC_TEST="do" diff --git a/perl-core/IPC-SysV/metadata.xml b/perl-core/IPC-SysV/metadata.xml deleted file mode 100644 index 0170fb97d..000000000 --- a/perl-core/IPC-SysV/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - perl@gentoo.org - Gentoo Perl Project - - - kentfredric@gmail.com - Kent Fredric - - - IPC-SysV - IPC::Msg - IPC::Msg::stat - IPC::Semaphore - IPC::Semaphore::stat - IPC::SharedMem - IPC::SharedMem::stat - IPC::SysV - -