Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/
Date: Wed, 01 May 2013 23:03:35
Message-Id: 1367449336.b46480a9e424bd12e2ecfdbeac8b62a7d921e6c0.kent@gentoo
1 commit: b46480a9e424bd12e2ecfdbeac8b62a7d921e6c0
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed May 1 23:02:16 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed May 1 23:02:16 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b46480a9
7
8 [scripts] aggregate_tree.pl : document --from-ini option
9
10 ---
11 scripts/aggregate_tree.pl | 11 +++++++++++
12 1 files changed, 11 insertions(+), 0 deletions(-)
13
14 diff --git a/scripts/aggregate_tree.pl b/scripts/aggregate_tree.pl
15 index 52b18f9..56ff5eb 100755
16 --- a/scripts/aggregate_tree.pl
17 +++ b/scripts/aggregate_tree.pl
18 @@ -126,6 +126,17 @@ Usage:
19 --root="/path/to/some/root"
20
21 Specifiy another root to scan ( ie: /usr/portage )
22 +
23 + --from-ini
24 +
25 + Get the overlays to scan from a configuration named 'aggregate_tree' in a config
26 + loaded by Gentoo::Overlay::Group::INI
27 +
28 + ie: ~/.config/Perl/Gentoo-Overlay-Group-INI/config.ini
29 +
30 + [Overlays / aggregate_tree]
31 + directory = /var/paludis/repositories/perl-git/
32 + directory = /usr/portage/
33
34 --format=JSON # Emit JSON ( Default )
35 --format=distlist # Emit a list of CPAN Dist Names