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 AC543139694 for ; Tue, 4 Apr 2017 18:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACFC1E0BE9; Tue, 4 Apr 2017 18:37:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7BE77E0BE9 for ; Tue, 4 Apr 2017 18:37:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 74C723406B7 for ; Tue, 4 Apr 2017 18:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 179F273E6 for ; Tue, 4 Apr 2017 18:37:23 +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: <1491330998.a7da2316243875568021f7e44ffb0f6bc068130d.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/local-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/local-lib/Manifest dev-perl/local-lib/local-lib-2.0.19.ebuild X-VCS-Directories: dev-perl/local-lib/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a7da2316243875568021f7e44ffb0f6bc068130d X-VCS-Branch: master Date: Tue, 4 Apr 2017 18:37: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: 47d2d976-b94e-4695-80a0-f3938deff055 X-Archives-Hash: 33905b9780e0f6e77fec5eee7f10e0af commit: a7da2316243875568021f7e44ffb0f6bc068130d Author: Kent Fredric gentoo org> AuthorDate: Tue Apr 4 18:36:15 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 4 18:36:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7da2316 dev-perl/local-lib: Bump to version 2.0.19 Upstream: - Fix bootstrap on dirs with spaces - Fix variable interoplation with sh -u - Fix '.' in @INC issues Bug: https://bugs.gentoo.org/614672 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-perl/local-lib/Manifest | 1 + dev-perl/local-lib/local-lib-2.0.19.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-perl/local-lib/Manifest b/dev-perl/local-lib/Manifest index 7c3f25e892a..5b9838717d8 100644 --- a/dev-perl/local-lib/Manifest +++ b/dev-perl/local-lib/Manifest @@ -1,2 +1,3 @@ DIST local-lib-2.000014.tar.gz 51593 SHA256 ae63356ab780c5a3aa46287b48daea748a3dd021d9b52dff8bf480b43787fa2b SHA512 3a7bb68af992215eb6787082fea7c09d5468aabe5c6478d028ce99ae878f6efdd8982804ba2c396af1fc0a5b46a4fa7f0e4831d9c32f1abd41ef631976c5efe8 WHIRLPOOL 990e3ca60a88544a0394fbb994832aff9c50988dde0372d8d7e437a72c28d30bf27438acfb8423aa57965bf58140e7a3284d6151a80cbd51bffc4ed201b6e6c1 DIST local-lib-2.000018.tar.gz 59350 SHA256 9ba8f5d55a03e029c3e18799942b89d2c457bb4414b9dce912dc1c8797d94894 SHA512 d94672b623de5c4e99270733a4de59f95c01b3c89cd552da05b04892893696cf57c9988b695cca2eda624a2c48bb392fe51d17eb842ed09e0824d71fcb4eb80e WHIRLPOOL df53e7ae77cf6758b69bfc3291c7b4a77c030c2ae428123a93ce3a4fcd460d70be33f2b8bf8bfa6b20f12eb109707a58863adcf44c7bfeddafdec6f06557bb70 +DIST local-lib-2.000019.tar.gz 62149 SHA256 36ad327a099667b8cb292c10229c33849c787470e0b978e4963b69b6df4c0b01 SHA512 ab7d2d43566fef1d5dce41649859a01306d302b46739cf110b4d0330ae3cec3e49e3b06f67612f9e33b6bcb7654ec5ff0a97cf44fecc8a9cd6d5b24421671614 WHIRLPOOL 59fbcc768ea82d88add5ac96fb463c0e7990f8b94787a3fa476b2cd5800a1db4fc3b45dbe686f05b714d009fea983003b77fcc6a23d04479abec3f11e657f8c4 diff --git a/dev-perl/local-lib/local-lib-2.0.19.ebuild b/dev-perl/local-lib/local-lib-2.0.19.ebuild new file mode 100644 index 00000000000..05a7573da16 --- /dev/null +++ b/dev-perl/local-lib/local-lib-2.0.19.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DIST_AUTHOR=HAARG +DIST_VERSION=2.000019 +inherit perl-module + +DESCRIPTION='create and use a local lib/ for perl modules with PERL5LIB' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=virtual/perl-CPAN-1.820.0 + >=virtual/perl-ExtUtils-Install-1.430.0 + >=virtual/perl-ExtUtils-MakeMaker-7.0.0 + >=dev-perl/Module-Build-0.360.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( virtual/perl-Test-Simple ) +"