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 23D78138CCA for ; Thu, 26 Mar 2015 01:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B577BE087C; Thu, 26 Mar 2015 01:03:28 +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 3C660E087C for ; Thu, 26 Mar 2015 01:03: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 1461F340917 for ; Thu, 26 Mar 2015 01:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D47C148AD for ; Thu, 26 Mar 2015 01:03:16 +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: <1427328592.10ef58e3a139b023ea9822041caee8880d653a0b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/B-Hooks-OP-Check-EntersubForCV/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild X-VCS-Directories: dev-perl/B-Hooks-OP-Check-EntersubForCV/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 10ef58e3a139b023ea9822041caee8880d653a0b X-VCS-Branch: master Date: Thu, 26 Mar 2015 01:03:16 +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: 90485229-6643-48b8-8c64-0e6da3b380a1 X-Archives-Hash: addcee10bb81d1e599b861cef661f4ac commit: 10ef58e3a139b023ea9822041caee8880d653a0b Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 00:09:52 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 00:09:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=10ef58e3 [fixup] B-Hooks-OP-Check-EntersubForCV-0.90.0-r1: EAPI5, Fixup deps esp re rt#94945 Package-Manager: portage-2.2.17 ...B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild | 25 +++++++++++ .../B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild | 50 ---------------------- 2 files changed, 25 insertions(+), 50 deletions(-) diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild new file mode 100644 index 0000000..41d02e4 --- /dev/null +++ b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=ZEFRAM +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION='Invoke callbacks on construction of entersub OPs for certain CVs' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# B-Utils-0.250.0 RT #94945 +RDEPEND=" + >=dev-perl/B-Hooks-OP-Check-0.190.0 + >=dev-perl/B-Utils-0.250.0 + virtual/perl-Scalar-List-Utils + virtual/perl-parent +" +DEPEND=" + ${RDEPEND} + dev-perl/extutils-depends + >=virtual/perl-ExtUtils-MakeMaker-6.420.0 +" diff --git a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild b/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild deleted file mode 100644 index ac40893..0000000 --- a/dev-perl/B-Hooks-OP-Check-EntersubForCV/B-Hooks-OP-Check-EntersubForCV-0.90.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=ZEFRAM -MODULE_VERSION=0.09 -inherit perl-module - -DESCRIPTION='Invoke callbacks on construction of entersub OPs for certain CVs' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # B::Hooks::OP::Check 0.19 ( 0.190.0 ) - echo \>=dev-perl/B-Hooks-OP-Check-0.190.0 - # B::Utils 0.19 ( 0.190.0 ) - echo \>=dev-perl/B-Utils-0.190.0 - # ExtUtils::Depends - echo dev-perl/extutils-depends - # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 -} -perl_meta_build() { - # B::Hooks::OP::Check 0.19 ( 0.190.0 ) - echo \>=dev-perl/B-Hooks-OP-Check-0.190.0 - # B::Utils 0.19 ( 0.190.0 ) - echo \>=dev-perl/B-Utils-0.190.0 - # ExtUtils::MakeMaker 6.42 ( 6.420.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.42 -} -perl_meta_runtime() { - # B::Hooks::OP::Check 0.19 ( 0.190.0 ) - echo \>=dev-perl/B-Hooks-OP-Check-0.190.0 - # B::Utils 0.19 ( 0.190.0 ) - echo \>=dev-perl/B-Utils-0.190.0 - # Scalar::Util - echo virtual/perl-Scalar-List-Utils - # parent - echo virtual/perl-parent -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"