summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-09-11 05:01:31 +0000
committerTim Harder <radhermit@gentoo.org>2013-09-11 05:01:31 +0000
commit439d781f8041cddbd8db66d0da19e4980557f9ae (patch)
treeb87d672c552a37f0ac5e7656c29a1de33280bd08 /app-vim/airline/airline-9999.ebuild
parentjust a bump of nslcd to 0.9.1 (diff)
downloadhistorical-439d781f8041cddbd8db66d0da19e4980557f9ae.tar.gz
historical-439d781f8041cddbd8db66d0da19e4980557f9ae.tar.bz2
historical-439d781f8041cddbd8db66d0da19e4980557f9ae.zip
Version bump.
Package-Manager: portage-2.2.2/cvs/Linux x86_64 Manifest-Sign-Key: 0x4AB3E85B4F064CA3
Diffstat (limited to 'app-vim/airline/airline-9999.ebuild')
-rw-r--r--app-vim/airline/airline-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild
index a8c190325138..a16c2170a5cf 100644
--- a/app-vim/airline/airline-9999.ebuild
+++ b/app-vim/airline/airline-9999.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/airline/airline-9999.ebuild,v 1.1 2013/09/07 10:35:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/airline/airline-9999.ebuild,v 1.2 2013/09/11 04:57:36 radhermit Exp $
EAPI=5
inherit vim-plugin
@@ -23,6 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
src_prepare() {
# remove unwanted files
- rm LICENSE README* || die
- [[ ${PV} == 9999* ]] && rm -rf t Gemfile Rakefile
+ rm -rf t Gemfile Rakefile LICENSE README*
}