Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/
Date: Thu, 28 Apr 2016 08:17:17
Message-Id: 1461830558.f115aa2840dfe1a0d919f00a5878e79078a3dfbc.monsieurp@gentoo
1 commit: f115aa2840dfe1a0d919f00a5878e79078a3dfbc
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 07:47:09 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 08:02:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f115aa28
7
8 app-vim/airline: Add missing die.
9
10 Package-Manager: portage-2.2.26
11
12 app-vim/airline/airline-0.7.ebuild | 4 ++--
13 app-vim/airline/airline-0.8.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-vim/airline/airline-0.7.ebuild b/app-vim/airline/airline-0.7.ebuild
17 index c19b1c3..3b2d755 100644
18 --- a/app-vim/airline/airline-0.7.ebuild
19 +++ b/app-vim/airline/airline-0.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
27
28 src_prepare() {
29 # remove unwanted files
30 - rm -rf t Gemfile Rakefile LICENSE README*
31 + rm -rv t Gemfile Rakefile LICENSE README* || die
32 }
33
34 diff --git a/app-vim/airline/airline-0.8.ebuild b/app-vim/airline/airline-0.8.ebuild
35 index 01233b5..930466a 100644
36 --- a/app-vim/airline/airline-0.8.ebuild
37 +++ b/app-vim/airline/airline-0.8.ebuild
38 @@ -23,5 +23,5 @@ VIM_PLUGIN_HELPFILES="${PN}.txt"
39
40 src_prepare() {
41 # remove unwanted files
42 - rm -rf t Gemfile Rakefile LICENSE README*
43 + rm -rv t Gemfile Rakefile LICENSE README* || die
44 }