Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 25 Oct 2015 18:28:27
Message-Id: 1445797675.54568586018f725735fbe79ad8cd9c156d9dca31.mgorny@gentoo
1 commit: 54568586018f725735fbe79ad8cd9c156d9dca31
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 18:27:55 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 18:27:55 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54568586
7
8 bash-completion.eclass: mark as @DEAD
9
10 eclass/bash-completion.eclass | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/eclass/bash-completion.eclass b/eclass/bash-completion.eclass
14 index 846e8c8..1d4977d 100644
15 --- a/eclass/bash-completion.eclass
16 +++ b/eclass/bash-completion.eclass
17 @@ -2,6 +2,8 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 +# @DEAD
22 +
23 # DEPRECATED
24 # This eclass has been superseded by bash-completion-r1 eclass.
25 # Please modify your ebuilds to use that one instead.