diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-08-27 08:15:27 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-08-27 08:15:27 +0000 |
commit | b085009d9bb7bc73b800aadc40043d1e82e78436 (patch) | |
tree | 6066e76c0a7478ee039e859912b57a5392e2679f /eclass | |
parent | Use bash-completion-r1 to reuse the current installation paths or respect the... (diff) | |
download | historical-b085009d9bb7bc73b800aadc40043d1e82e78436.tar.gz historical-b085009d9bb7bc73b800aadc40043d1e82e78436.tar.bz2 historical-b085009d9bb7bc73b800aadc40043d1e82e78436.zip |
Make completionsdir default to the new location (for new installs). Eselect support is provided in app-shells/bash-completion-2.1-r1.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/bash-completion-r1.eclass | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 65bb4edbfa7a..ce9bac9a8392 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1356 2014/08/24 13:23:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1357 2014/08/27 08:15:27 mgorny Exp $ + + 27 Aug 2014; Michał Górny <mgorny@gentoo.org> bash-completion-r1.eclass: + Make completionsdir default to the new location (for new installs). Eselect + support is provided in app-shells/bash-completion-2.1-r1. 24 Aug 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: Pass install paths to distutils via setup.cfg. diff --git a/eclass/bash-completion-r1.eclass b/eclass/bash-completion-r1.eclass index b9a8a0c01b89..ba12a1bfaca4 100644 --- a/eclass/bash-completion-r1.eclass +++ b/eclass/bash-completion-r1.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion-r1.eclass,v 1.12 2014/01/22 19:41:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion-r1.eclass,v 1.13 2014/08/27 08:15:27 mgorny Exp $ # @ECLASS: bash-completion-r1.eclass # @MAINTAINER: @@ -57,7 +57,7 @@ _bash-completion-r1_get_bashdir() { _bash-completion-r1_get_bashcompdir() { debug-print-function ${FUNCNAME} "${@}" - _bash-completion-r1_get_bashdir completionsdir /usr/share/bash-completion + _bash-completion-r1_get_bashdir completionsdir /usr/share/bash-completion/completions } # @FUNCTION: _bash-completion-r1_get_helpersdir |