diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-01-26 20:01:40 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-01-26 20:01:40 +0000 |
commit | c1220f6059192bf343b6439d52ff9edb66d85903 (patch) | |
tree | d634aa04eeb0e60e94b7da30bc4c9c6dd1164e6c /app-vim | |
parent | Version bump. (diff) | |
download | gentoo-2-c1220f6059192bf343b6439d52ff9edb66d85903.tar.gz gentoo-2-c1220f6059192bf343b6439d52ff9edb66d85903.tar.bz2 gentoo-2-c1220f6059192bf343b6439d52ff9edb66d85903.zip |
Remove the .git directory so that it does not get installed.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index 7a285b5c63e7..78a058468e43 100644 --- a/app-vim/gentoo-syntax/ChangeLog +++ b/app-vim/gentoo-syntax/ChangeLog @@ -1,6 +1,9 @@ # 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.141 2013/01/24 20:09:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.142 2013/01/26 20:01:40 floppym Exp $ + + 26 Jan 2013; Mike Gilbert <floppym@gentoo.org> gentoo-syntax-99999999.ebuild: + Remove the .git directory so that it does not get installed. *gentoo-syntax-99999999 (24 Jan 2013) diff --git a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild index 02ca70d740ad..1f96836c8c2b 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.1 2013/01/24 20:09:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild,v 1.2 2013/01/26 20:01:40 floppym Exp $ EAPI=5 @@ -29,7 +29,7 @@ src_prepare() { done fi - rm Makefile || die + rm -r .git Makefile || die } pkg_postinst() { |