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 5CA781381F3 for ; Wed, 1 May 2013 23:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E492E0821; Wed, 1 May 2013 23:03:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0A1CE0785 for ; Wed, 1 May 2013 23:03:31 +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 BF9A833DF4C for ; Wed, 1 May 2013 23:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5DA21E4766 for ; Wed, 1 May 2013 23:03:29 +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: <1367449336.b46480a9e424bd12e2ecfdbeac8b62a7d921e6c0.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: scripts/aggregate_tree.pl X-VCS-Directories: scripts/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b46480a9e424bd12e2ecfdbeac8b62a7d921e6c0 X-VCS-Branch: master Date: Wed, 1 May 2013 23:03:29 +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: 227ab46d-46b2-434b-92f9-1315a6beea19 X-Archives-Hash: e9ade5320c176d3ac154de08294ce890 commit: b46480a9e424bd12e2ecfdbeac8b62a7d921e6c0 Author: Kent Fredric gmail com> AuthorDate: Wed May 1 23:02:16 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed May 1 23:02:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b46480a9 [scripts] aggregate_tree.pl : document --from-ini option --- scripts/aggregate_tree.pl | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/scripts/aggregate_tree.pl b/scripts/aggregate_tree.pl index 52b18f9..56ff5eb 100755 --- a/scripts/aggregate_tree.pl +++ b/scripts/aggregate_tree.pl @@ -126,6 +126,17 @@ Usage: --root="/path/to/some/root" Specifiy another root to scan ( ie: /usr/portage ) + + --from-ini + + Get the overlays to scan from a configuration named 'aggregate_tree' in a config + loaded by Gentoo::Overlay::Group::INI + + ie: ~/.config/Perl/Gentoo-Overlay-Group-INI/config.ini + + [Overlays / aggregate_tree] + directory = /var/paludis/repositories/perl-git/ + directory = /usr/portage/ --format=JSON # Emit JSON ( Default ) --format=distlist # Emit a list of CPAN Dist Names