summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-27 11:37:05 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-27 11:37:05 +0000
commitbcedbf06c9ff5a82749c2006eb085a74c84d9c4c (patch)
tree4950012f49a84c691d191f0cd54a8d8d7de79ec5 /app-vim
parentStable for amd64, wrt bug #450678 (diff)
downloadgentoo-2-bcedbf06c9ff5a82749c2006eb085a74c84d9c4c.tar.gz
gentoo-2-bcedbf06c9ff5a82749c2006eb085a74c84d9c4c.tar.bz2
gentoo-2-bcedbf06c9ff5a82749c2006eb085a74c84d9c4c.zip
Git directories (and related files) and now removed via the vim-plugin eclass.
(Portage version: 2.2.0_alpha160/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/gentoo-syntax/ChangeLog6
-rw-r--r--app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog
index 78a058468e43..31a36cb97050 100644
--- a/app-vim/gentoo-syntax/ChangeLog
+++ b/app-vim/gentoo-syntax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/gentoo-syntax
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.142 2013/01/26 20:01:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.143 2013/01/27 11:37:05 radhermit Exp $
+
+ 27 Jan 2013; Tim Harder <radhermit@gentoo.org> gentoo-syntax-99999999.ebuild:
+ Git directories (and related files) and now removed via the vim-plugin
+ eclass.
26 Jan 2013; Mike Gilbert <floppym@gentoo.org> gentoo-syntax-99999999.ebuild:
Remove the .git directory so that it does not get installed.
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild
index 1f96836c8c2b..70dc806e209b 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild
@@ -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/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild,v 1.2 2013/01/26 20:01:40 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild,v 1.3 2013/01/27 11:37:05 radhermit Exp $
EAPI=5
@@ -29,7 +29,7 @@ src_prepare() {
done
fi
- rm -r .git Makefile || die
+ rm Makefile || die
}
pkg_postinst() {