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 0D7CF13877A for ; Sat, 6 Sep 2014 09:52:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77CBDE0B1A; Sat, 6 Sep 2014 09:52:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A21CE0B1C for ; Sat, 6 Sep 2014 09:52:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AD05340190 for ; Sat, 6 Sep 2014 09:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAA5D4DA7 for ; Sat, 6 Sep 2014 09:52:18 +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: <1409991723.9d71c7b75f14b61bb0cc9f0bc073436daaf63f95.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-IPC-SysV/ChangeLog virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild X-VCS-Directories: virtual/perl-IPC-SysV/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9d71c7b75f14b61bb0cc9f0bc073436daaf63f95 X-VCS-Branch: master Date: Sat, 6 Sep 2014 09:52:18 +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: 9146b3fd-4178-40fb-9bda-6049ca7ac4c2 X-Archives-Hash: 0afee74824dfcf0b474d2b4db3e37866 commit: 9d71c7b75f14b61bb0cc9f0bc073436daaf63f95 Author: Kent Fredric gmail com> AuthorDate: Sat Sep 6 08:22:03 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Sep 6 08:22:03 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9d71c7b7 [fixup] virtual/perl-IPC-SysV EAPI and provides rules, remove old Package-Manager: portage-2.2.10 --- virtual/perl-IPC-SysV/ChangeLog | 9 ++++++++- virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild | 15 --------------- ...-SysV-2.10.0.ebuild => perl-IPC-SysV-2.30.0-r2.ebuild} | 14 +++++--------- 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/virtual/perl-IPC-SysV/ChangeLog b/virtual/perl-IPC-SysV/ChangeLog index c2cbecd..4045688 100644 --- a/virtual/perl-IPC-SysV/ChangeLog +++ b/virtual/perl-IPC-SysV/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for virtual/perl-IPC-SysV -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*perl-IPC-SysV-2.30.0-r2 (06 Sep 2014) + + 06 Sep 2014; Kent Fredric + -perl-IPC-SysV-2.10.0.ebuild, -perl-IPC-SysV-2.30.0-r1.ebuild, + +perl-IPC-SysV-2.30.0-r2.ebuild: + EAPI and provides rules, remove old + *perl-IPC-SysV-2.30.0-r1 (17 Jun 2011) 17 Jun 2011; Kent Fredric diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild deleted file mode 100644 index d388f6d..0000000 --- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $ - -DESCRIPTION="Virtual for perl-core/IPC-SysV" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/IPC-SysV-${PV} )" diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild similarity index 61% rename from virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild rename to virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild index 3b0c144..8110ff9 100644 --- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.10.0.ebuild +++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $ - +EAPI=5 DESCRIPTION="Virtual for perl-core/IPC-SysV" HOMEPAGE="" SRC_URI="" @@ -12,11 +12,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" -RDEPEND=" - || ( - ~dev-lang/perl-5.12.3 - ~dev-lang/perl-5.12.2 - ~dev-lang/perl-5.10.1 - ) - !perl-core/IPC-SysV +RDEPEND="|| ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* =dev-lang/perl-5.14* ~perl-core/IPC-SysV-${PV} ) + !perl-core/IPC-SysV-${PV}-r999 "