Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Thu, 29 Nov 2018 19:48:40
Message-Id: 1543520903.4ec4664edd6daa166ac2d89a1994ed17be3bd1a5.candrews@gentoo
1 commit: 4ec4664edd6daa166ac2d89a1994ed17be3bd1a5
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 26 20:36:18 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 19:48:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec4664e
7
8 app-editors/vim: EAPI=7, Add python 3.7
9
10 Note that there isn't a threads use flag
11 on Python any more
12 See 6cf4e0ed
13
14 Closes: https://bugs.gentoo.org/672016
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
17
18 app-editors/vim/{vim-9999.ebuild => vim-8.1.0412-r1.ebuild} | 8 ++++----
19 app-editors/vim/vim-9999.ebuild | 8 ++++----
20 2 files changed, 8 insertions(+), 8 deletions(-)
21
22 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-8.1.0412-r1.ebuild
23 similarity index 98%
24 copy from app-editors/vim/vim-9999.ebuild
25 copy to app-editors/vim/vim-8.1.0412-r1.ebuild
26 index 542c71f1871..0b199842bec 100644
27 --- a/app-editors/vim/vim-9999.ebuild
28 +++ b/app-editors/vim/vim-8.1.0412-r1.ebuild
29 @@ -1,10 +1,10 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 +# Copyright 1999-2018 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 -EAPI=6
35 +EAPI=7
36 VIM_VERSION="8.1"
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
38 -PYTHON_REQ_USE="threads"
39 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
40 +PYTHON_REQ_USE="threads(+)"
41 USE_RUBY="ruby23 ruby24 ruby25"
42
43 inherit vim-doc flag-o-matic bash-completion-r1 python-single-r1 ruby-single desktop
44
45 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
46 index 542c71f1871..0b199842bec 100644
47 --- a/app-editors/vim/vim-9999.ebuild
48 +++ b/app-editors/vim/vim-9999.ebuild
49 @@ -1,10 +1,10 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 -EAPI=6
55 +EAPI=7
56 VIM_VERSION="8.1"
57 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
58 -PYTHON_REQ_USE="threads"
59 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
60 +PYTHON_REQ_USE="threads(+)"
61 USE_RUBY="ruby23 ruby24 ruby25"
62
63 inherit vim-doc flag-o-matic bash-completion-r1 python-single-r1 ruby-single desktop