Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/bircoph:master commit in: app-vim/cscope-plugin/
Date: Sun, 01 May 2016 16:16:10
Message-Id: 1462119354.96ed298654871484fcdc53a087fc16f01a1f5aba.bircoph@gentoo
1 commit: 96ed298654871484fcdc53a087fc16f01a1f5aba
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 16:15:54 2016 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 16:15:54 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=96ed2986
7
8 app-vim/cscope-plugin: add default to src_prepare()
9
10 Fulfill EAPI 6 requirement.
11
12 Package-Manager: portage-2.2.28
13 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
14
15 app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild b/app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild
19 index 98c924b..d0e454c 100644
20 --- a/app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild
21 +++ b/app-vim/cscope-plugin/cscope-plugin-2002.03.07-r1.ebuild
22 @@ -24,6 +24,7 @@ src_unpack() {
23 }
24
25 src_prepare() {
26 + default
27 if use swap-meta; then
28 sed -i 's%C-\\%C-X%g' "plugin/${MY_PN}" || die "sed failed"
29 sed -i 's%C-@%C-\\%g' "plugin/${MY_PN}" || die "sed failed"