Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/files/
Date: Fri, 14 Apr 2017 10:11:17
Message-Id: 1492164669.2ffaabbc863ca7c364d8e2e3d2a3cab179810087.swegener@gentoo
1 commit: 2ffaabbc863ca7c364d8e2e3d2a3cab179810087
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 14 09:22:03 2017 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 10:11:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffaabbc
7
8 app-emulation/lxc: Remove old patch
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.2
11
12 .../lxc/files/lxc-1.0.6-bash-completion.patch | 39 ----------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/app-emulation/lxc/files/lxc-1.0.6-bash-completion.patch b/app-emulation/lxc/files/lxc-1.0.6-bash-completion.patch
16 deleted file mode 100644
17 index 942c12f0519..00000000000
18 --- a/app-emulation/lxc/files/lxc-1.0.6-bash-completion.patch
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 - config/bash/Makefile.am | 8 ++++----
22 - config/bash/lxc.in | 2 --
23 - 2 files changed, 4 insertions(+), 6 deletions(-)
24 -
25 -diff --git a/config/bash/Makefile.am b/config/bash/Makefile.am
26 -index b1768c9..3fbbe8e 100644
27 ---- a/config/bash/Makefile.am
28 -+++ b/config/bash/Makefile.am
29 -@@ -2,12 +2,12 @@ EXTRA_DIST = lxc
30 -
31 - if ENABLE_BASH
32 - install-bash:
33 -- $(MKDIR_P) $(DESTDIR)$(sysconfdir)/bash_completion.d/
34 -- $(INSTALL_DATA) lxc $(DESTDIR)$(sysconfdir)/bash_completion.d/
35 -+ $(MKDIR_P) $(DESTDIR)$(datarootdir)/bash-completion/completions/
36 -+ $(INSTALL_DATA) lxc $(DESTDIR)$(datarootdir)/bash-completion/completions/
37 -
38 - uninstall-bash:
39 -- rm -f $(DESTDIR)$(sysconfdir)/bash_completion.d/lxc
40 -- rmdir $(DESTDIR)$(sysconfdir)/bash_completion.d/ || :
41 -+ rm -f $(DESTDIR)$(datarootdir)/bash-completion/completions/lxc
42 -+ rmdir $(DESTDIR)$(datarootdir)/bash-completion/ || :
43 -
44 - install-data-local: install-bash
45 - uninstall-local: uninstall-bash
46 -diff --git a/config/bash/lxc.in b/config/bash/lxc.in
47 -index 18fd48f..8fff725 100644
48 ---- a/config/bash/lxc.in
49 -+++ b/config/bash/lxc.in
50 -@@ -1,4 +1,3 @@
51 --have lxc-start && {
52 - _lxc_names() {
53 - COMPREPLY=( $( compgen -W "$( lxc-ls )" "$cur" ) )
54 - }
55 -@@ -100,4 +99,3 @@ have lxc-start && {
56 -
57 - complete -o default -F _lxc-generic-o lxc-clone
58 - complete -o default -F _lxc-generic-o lxc-start-ephemeral
59 --}