Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-bashcomp:master commit in: /, compat/, completions/
Date: Sun, 31 Aug 2014 21:19:11
Message-Id: 1409511252.1d1cb2687fc7d60411eb9c91404f1714349a202e.mgorny@gentoo
1 commit: 1d1cb2687fc7d60411eb9c91404f1714349a202e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 31 18:53:13 2014 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 31 18:54:12 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-bashcomp.git;a=commit;h=1d1cb268
7
8 Move completions into subdirectories.
9
10 completions/ for files going to completionsdir, compat/ for those going
11 into compatdir.
12
13 ---
14 gentoo-style-init => compat/gentoo-style-init | 0
15 gentoo => completions/gentoo | 0
16 layman => completions/layman | 0
17 repoman => completions/repoman | 0
18 4 files changed, 0 insertions(+), 0 deletions(-)
19
20 diff --git a/gentoo-style-init b/compat/gentoo-style-init
21 similarity index 100%
22 rename from gentoo-style-init
23 rename to compat/gentoo-style-init
24
25 diff --git a/gentoo b/completions/gentoo
26 similarity index 100%
27 rename from gentoo
28 rename to completions/gentoo
29
30 diff --git a/layman b/completions/layman
31 similarity index 100%
32 rename from layman
33 rename to completions/layman
34
35 diff --git a/repoman b/completions/repoman
36 similarity index 100%
37 rename from repoman
38 rename to completions/repoman