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/rust-vim/
Date: Thu, 08 Jul 2021 16:52:27
Message-Id: 1625763139.b5babc8d028ceb1ead98ce97b1d33a150bd679fe.monsieurp@gentoo
1 commit: b5babc8d028ceb1ead98ce97b1d33a150bd679fe
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Thu Jul 8 16:34:57 2021 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 16:52:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5babc8d
7
8 app-vim/rust-vim: remove test folder.
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-vim/rust-vim/rust-vim-1_pre20210215.ebuild | 6 ++++++
15 1 file changed, 6 insertions(+)
16
17 diff --git a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
18 index d4f8d56735b..6e71b39a419 100644
19 --- a/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
20 +++ b/app-vim/rust-vim/rust-vim-1_pre20210215.ebuild
21 @@ -14,3 +14,9 @@ S="${WORKDIR}/${PN/-/.}-${MY_COMMIT}"
22 LICENSE="|| ( MIT Apache-2.0 )"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 +
26 +src_prepare() {
27 + eapply_user
28 + # we don't actually run these tests
29 + rm -r test || die
30 +}