Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Wed, 14 Aug 2019 23:59:46
Message-Id: 1565827099.316d12c689fe4f5a3976a48a6dadc46f235b33b4.radhermit@gentoo
1 commit: 316d12c689fe4f5a3976a48a6dadc46f235b33b4
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 14 23:39:00 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 14 23:58:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316d12c6
7
8 app-editors/vim: version bump to 8.1.1846
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-editors/vim/Manifest | 1 +
13 app-editors/vim/{vim-9999.ebuild => vim-8.1.1846.ebuild} | 7 +++++--
14 app-editors/vim/vim-9999.ebuild | 5 ++++-
15 3 files changed, 10 insertions(+), 3 deletions(-)
16
17 diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
18 index 6ba358e2d5b..88f7734b453 100644
19 --- a/app-editors/vim/Manifest
20 +++ b/app-editors/vim/Manifest
21 @@ -1,2 +1,3 @@
22 DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 BLAKE2B 05a87f32fc5cc65e7f5e4e5a87c654b2040ad39f1555ddde7e0e6f473dc8b520916a795406bb6bbeaf5e7ae8748aacebe7a9679461e48802e69417e945eea827 SHA512 a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
23 DIST vim-8.1.1486.tar.gz 14318109 BLAKE2B 6054df175a32e9ed36873802a4a669cc46e034bac879cb829e45ece53f9440e97cccad47e370ebdef8dc1bb963e8e8c84bd517a3a6561705786dcab7e2368d21 SHA512 0a521d74c60f2a32e8a11e16f256e2e99fb9c00f478cd8d7a9328315abbd445796153f03884ab2b240905260317809a33afb64627b9a71ac8d6db1cbd4026d20
24 +DIST vim-8.1.1846.tar.gz 14415116 BLAKE2B 59c2864519e100f9bc2617dd7b31a8cc17ff20fc87a761eba653e91a70688c3b4a5f05c527acaf6d075830d23c7ef8842595b6558eac2ab5209029153f1adb10 SHA512 d5a5cb7733f3190915e2b1389fea48d119afef27eac6f04ac3967f57e894cab811727a694c6837bb5acef9997cd56018d4b37efeb413c654012aaaea02bf7c7a
25
26 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-8.1.1846.ebuild
27 similarity index 95%
28 copy from app-editors/vim/vim-9999.ebuild
29 copy to app-editors/vim/vim-8.1.1846.ebuild
30 index aa0c429fd15..e01727ab759 100644
31 --- a/app-editors/vim/vim-9999.ebuild
32 +++ b/app-editors/vim/vim-8.1.1846.ebuild
33 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then
34 else
35 SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz
36 https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2"
37 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 fi
40
41 DESCRIPTION="Vim, an improved vi-style text editor"
42 @@ -23,7 +23,7 @@ HOMEPAGE="https://vim.sourceforge.io/ https://github.com/vim/vim"
43
44 SLOT="0"
45 LICENSE="vim"
46 -IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux tcl terminal vim-pager"
47 +IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux sound tcl terminal vim-pager"
48 REQUIRED_USE="
49 python? ( ${PYTHON_REQUIRED_USE} )
50 vim-pager? ( !minimal )
51 @@ -47,6 +47,7 @@ RDEPEND="
52 racket? ( dev-scheme/racket )
53 ruby? ( ${RUBY_DEPS} )
54 selinux? ( sys-libs/libselinux )
55 + sound? ( media-libs/libcanberra )
56 tcl? ( dev-lang/tcl:0= )
57 X? ( x11-libs/libXt )
58 "
59 @@ -174,6 +175,7 @@ src_configure() {
60 myconf=(
61 --with-features=tiny
62 --disable-nls
63 + --disable-canberra
64 --disable-acl
65 --enable-gui=no
66 --without-x
67 @@ -192,6 +194,7 @@ src_configure() {
68
69 myconf=(
70 --with-features=huge
71 + $(use_enable sound canberra)
72 $(use_enable acl)
73 $(use_enable cscope)
74 $(use_enable gpm)
75
76 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
77 index aa0c429fd15..3bf04b7c147 100644
78 --- a/app-editors/vim/vim-9999.ebuild
79 +++ b/app-editors/vim/vim-9999.ebuild
80 @@ -23,7 +23,7 @@ HOMEPAGE="https://vim.sourceforge.io/ https://github.com/vim/vim"
81
82 SLOT="0"
83 LICENSE="vim"
84 -IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux tcl terminal vim-pager"
85 +IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux sound tcl terminal vim-pager"
86 REQUIRED_USE="
87 python? ( ${PYTHON_REQUIRED_USE} )
88 vim-pager? ( !minimal )
89 @@ -47,6 +47,7 @@ RDEPEND="
90 racket? ( dev-scheme/racket )
91 ruby? ( ${RUBY_DEPS} )
92 selinux? ( sys-libs/libselinux )
93 + sound? ( media-libs/libcanberra )
94 tcl? ( dev-lang/tcl:0= )
95 X? ( x11-libs/libXt )
96 "
97 @@ -174,6 +175,7 @@ src_configure() {
98 myconf=(
99 --with-features=tiny
100 --disable-nls
101 + --disable-canberra
102 --disable-acl
103 --enable-gui=no
104 --without-x
105 @@ -192,6 +194,7 @@ src_configure() {
106
107 myconf=(
108 --with-features=huge
109 + $(use_enable sound canberra)
110 $(use_enable acl)
111 $(use_enable cscope)
112 $(use_enable gpm)