summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-27 23:59:35 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-27 23:59:35 +0000
commit40ccdd72d095f351a4577a2ea9bbaf8210bf9a49 (patch)
tree6640333999627f1596c71437b901a1d96931123e /eclass
parentStable for ppc, wrt bug #450678 (diff)
downloadgentoo-2-40ccdd72d095f351a4577a2ea9bbaf8210bf9a49.tar.gz
gentoo-2-40ccdd72d095f351a4577a2ea9bbaf8210bf9a49.tar.bz2
gentoo-2-40ccdd72d095f351a4577a2ea9bbaf8210bf9a49.zip
Remove all hidden files in the main tarball dir.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/vim-plugin.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 0425a287a1a2..360f50490670 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.651 2013/01/27 16:40:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.652 2013/01/27 23:59:35 radhermit Exp $
+
+ 27 Jan 2013; Tim Harder <radhermit@gentoo.org> vim-plugin.eclass:
+ Remove all hidden files in the main tarball dir.
27 Jan 2013; Michał Górny <mgorny@gentoo.org> python-r1.eclass:
Fix output redirections in run_in_build_dir().
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
index 6a50d24eae46..01e070b3e935 100644
--- a/eclass/vim-plugin.eclass
+++ b/eclass/vim-plugin.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.33 2013/01/27 11:48:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.34 2013/01/27 23:59:35 radhermit Exp $
#
# This eclass simplifies installation of app-vim plugins into
# /usr/share/vim/vimfiles. This is a version-independent directory
@@ -38,7 +38,7 @@ vim-plugin_src_install() {
fi
# Remove unwanted files that may exist
- rm -rf .git* Makefile*
+ rm -rf .[^.] .??* Makefile*
# Install non-vim-help-docs
cd "${S}"