From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S2Ln9-0003AS-0H for garchives@archives.gentoo.org; Tue, 28 Feb 2012 12:04:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38817E0969; Tue, 28 Feb 2012 12:02:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 05CFAE096A for ; Tue, 28 Feb 2012 12:02:24 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 416971B4029 for ; Tue, 28 Feb 2012 12:02:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6BAAAE5420 for ; Tue, 28 Feb 2012 12:02:18 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1330430520.8de72c426678073e27a64cc1d0b0b3f446c72939.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: 8de72c426678073e27a64cc1d0b0b3f446c72939 X-VCS-Branch: master Date: Tue, 28 Feb 2012 12:02: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 43a7f494-1bd7-4472-b07b-1060c63ecceb X-Archives-Hash: bf34b5be09dda421e0f48146cc970208 commit: 8de72c426678073e27a64cc1d0b0b3f446c72939 Author: Kent Fredric gmail com> AuthorDate: Tue Feb 28 12:02:00 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Feb 28 12:02:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D8de72c42 [scripts/lib/deptools.pm] add exception rules for net-server and padre --- scripts/lib/deptools.pm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/lib/deptools.pm b/scripts/lib/deptools.pm index 125c457..e6626b0 100644 --- a/scripts/lib/deptools.pm +++ b/scripts/lib/deptools.pm @@ -51,7 +51,9 @@ sub _vmap_perl_strange { 'Text-Template' =3D> perl 'text-template', 'Crypt-CBC' =3D> perl 'crypt-cbc', 'YAML' =3D> perl 'yaml', + 'Net-Server' =3D> perl 'net-server', 'Image-ExifTool' =3D> 'media-libs/exiftool', + 'Padre' =3D> 'app-editors/padre', ); } =20