commit: 2202b44fafd6790a34a8d640cc7478affc44f75a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 19 12:44:26 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 19 12:44:31 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2202b44f
[dev-util/cmake] Remove editor support files in /usr/share/cmake.
They're already installed to the correct package-specific directory.
Package-Manager: portage-2.2.10
---
dev-util/cmake/cmake-3.0.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-util/cmake/cmake-3.0.0.ebuild
b/dev-util/cmake/cmake-3.0.0.ebuild
index 94f238d..2a8c694 100644
--- a/dev-util/cmake/cmake-3.0.0.ebuild
+++ b/dev-util/cmake/cmake-3.0.0.ebuild
@@ -181,7 +181,8 @@ src_install() {
doins "${FILESDIR}/${PN}.vim"
dobashcomp Auxiliary/bash-completion/{${PN},ctest,cpack}
- rm -rf "${D}/usr/share/cmake/completions" || die
+
+ rm -rf "${D}/usr/share/cmake/{completions,editors}" || die
}
pkg_postinst() {