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: Fri, 02 Mar 2018 18:07:03
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: https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/commit/?id=1d1cb268
7
8 Move completions into subdirectories.
9
10 completions/ for files going to completionsdir, compat/ for those going
11 into compatdir.
12
13 gentoo-style-init => compat/gentoo-style-init | 0
14 gentoo => completions/gentoo | 0
15 layman => completions/layman | 0
16 repoman => completions/repoman | 0
17 4 files changed, 0 insertions(+), 0 deletions(-)
18
19 diff --git a/gentoo-style-init b/compat/gentoo-style-init
20 similarity index 100%
21 rename from gentoo-style-init
22 rename to compat/gentoo-style-init
23
24 diff --git a/gentoo b/completions/gentoo
25 similarity index 100%
26 rename from gentoo
27 rename to completions/gentoo
28
29 diff --git a/layman b/completions/layman
30 similarity index 100%
31 rename from layman
32 rename to completions/layman
33
34 diff --git a/repoman b/completions/repoman
35 similarity index 100%
36 rename from repoman
37 rename to completions/repoman