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 7082F138A2F for ; Wed, 20 Aug 2014 11:04:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BC42E087B; Wed, 20 Aug 2014 11:03:59 +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 8FB89E087B for ; Wed, 20 Aug 2014 11:03:51 +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 6F0B93401B0 for ; Wed, 20 Aug 2014 11:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BAFE3A01 for ; Wed, 20 Aug 2014 11:03:49 +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: <1406166394.838f153e65bba096ea06a024c598a99caaecb2b9.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/lib/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: scripts/lib/deptools.pm X-VCS-Directories: scripts/lib/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 838f153e65bba096ea06a024c598a99caaecb2b9 X-VCS-Branch: master Date: Wed, 20 Aug 2014 11:03:49 +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: e169cecb-191d-4243-8389-5fa782a4d2dc X-Archives-Hash: 0342c92345993682a1d3f2fbe659be56 Message-ID: <20140820110349.R4OlZlJbxOtxcH0rSXlEwmU9wg_JQzJGHS58eNGtt6o@z> commit: 838f153e65bba096ea06a024c598a99caaecb2b9 Author: Kent Fredric gmail com> AuthorDate: Thu Jul 24 01:46:34 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 24 01:46:34 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=838f153e [scripts/libs] drop Devel-DProf from the core tricks list --- scripts/lib/deptools.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/lib/deptools.pm b/scripts/lib/deptools.pm index 9f525be..3ab9792 100644 --- a/scripts/lib/deptools.pm +++ b/scripts/lib/deptools.pm @@ -81,13 +81,13 @@ sub _vmap_perl_strange { sub _vmap_overlay_native { return ( ( - 'Archive-Extract', 'base', 'B-Lint', 'constant', - 'CPANPLUS', 'CPANPLUS-Dist-Build', 'Devel-DProf', 'Devel-SelfStubber', - 'Env', 'File-Fetch', 'i18n-langtags', 'IPC-SysV', - 'lib', 'Log-Message', 'Log-Message-Simple', 'NEXT', - 'Object-Accessor', 'Pod-Checker', 'Pod-LaTeX', 'Pod-Perldoc', - 'Pod-Plainer', 'Pod-Usage', 'SelfLoader', 'Term-UI', - 'Unicode-Collate', 'Unicode-Normalize', + 'Archive-Extract', 'base', 'B-Lint', 'constant', + 'CPANPLUS', 'CPANPLUS-Dist-Build', 'Devel-SelfStubber', 'Env', + 'File-Fetch', 'i18n-langtags', 'IPC-SysV', 'lib', + 'Log-Message', 'Log-Message-Simple', 'NEXT', 'Object-Accessor', + 'Pod-Checker', 'Pod-LaTeX', 'Pod-Perldoc', 'Pod-Plainer', + 'Pod-Usage', 'SelfLoader', 'Term-UI', 'Unicode-Collate', + 'Unicode-Normalize', ), ); }