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-core/
Date: Wed, 15 Nov 2017 03:57:48
Message-Id: 1510717451.5c0281292818f6ab0de606f7a2c89f0bb9412b7c.radhermit@gentoo
1 commit: 5c0281292818f6ab0de606f7a2c89f0bb9412b7c
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 15 03:44:11 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 15 03:44:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c028129
7
8 app-editors/vim-core: version bump to 8.0.1298
9
10 app-editors/vim-core/Manifest | 1 +
11 app-editors/vim-core/vim-core-8.0.1298.ebuild | 214 ++++++++++++++++++++++++++
12 2 files changed, 215 insertions(+)
13
14 diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
15 index 7cdcaf7d5e8..cbc6f49ed75 100644
16 --- a/app-editors/vim-core/Manifest
17 +++ b/app-editors/vim-core/Manifest
18 @@ -5,3 +5,4 @@ DIST vim-8.0.0938.tar.gz 13287289 SHA256 7a07fb164069ce82e5c90ff3831b6f3249e0919
19 DIST vim-8.0.0983.tar.gz 13292263 SHA256 5f3d5307d7055e3a55811546f6c787f1c65d209ae5b83e36c0de16d64fda8bf2 SHA512 985cdcf134c3513a973b4c91a899684a563fca4c347afba2d51892d737c8b58a2008bbf8573a98838da6df16552096e437a5064dc2ef653c7222bbac59ce6136 WHIRLPOOL 98a1ed102182f07e1dc2105b9bae73e1f6c0f7522b25ab91aba4767a3c9d805082a89bd964ab6441fb4185f4076b046a25ca92bf08f0446e4d2a53b0298bb3e0
20 DIST vim-8.0.1056.tar.gz 13309986 SHA256 c061d1ddc0f4001415e68678780eac7121d08877a852fae484e6a93f633aec0c SHA512 19385736d4d97a66a2fb3fd8ce725d42c435da09a41e8b40234048626b28d2fa96c4db96a4313bd30f1c2d3733c52097e147c90e4bc11be80d3fcbf12fa4d13b WHIRLPOOL d81b3166f028867ebf48d43bf249675f16cda0118a2e443606a8cae01b0932d3f8a29ca568d088953d4b9d8afe8299ac207d0213ad247e1c10b9c52ed18514e1
21 DIST vim-8.0.1188.tar.gz 13363260 SHA256 cd92e56493584128bff13d3104631d3d38e66264101a3c5d59e2488f74f738de SHA512 9c3733aa894c276de593d6144ee0aaf251092a11f4d0ac603d3d49a282ac6176aa4e88eccfd2527ff53b386bdd0177a85c0942367d68a652b5ca4040390ba49b WHIRLPOOL 7b19600f086d2f2908fbee5c44876a1775881d9a1cbb54428d4d1db254d14cdbcfe243fe055a754f58027c0166f7dcb1dd13b4db5662793bb7fc014bd76ea504
22 +DIST vim-8.0.1298.tar.gz 13395459 SHA256 5126240843b559251fe6a96d4ce7e1dd3d1de9bcb38556dd9fe63b163629fdf2 SHA512 7704c493359c1a922f876e4d6f3b4ad265d8ce974a59d51a39e5a4424251105250ffc803bcf6c6750daeb5e6376cbbfd24557b075eacf2b0274d7c432db2f681 WHIRLPOOL dbb1f136091ad63b78e7e26ed2ca9d5045b966fe8d7caaeace981c789d679070323a4a345d750e037aa9e0489cf7bd1769f17ac1d590f0624e50dc3276b6a84f
23
24 diff --git a/app-editors/vim-core/vim-core-8.0.1298.ebuild b/app-editors/vim-core/vim-core-8.0.1298.ebuild
25 new file mode 100644
26 index 00000000000..e383fc5b1c0
27 --- /dev/null
28 +++ b/app-editors/vim-core/vim-core-8.0.1298.ebuild
29 @@ -0,0 +1,214 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +VIM_VERSION="8.0"
35 +inherit estack vim-doc flag-o-matic versionator bash-completion-r1 prefix
36 +
37 +if [[ ${PV} == 9999* ]] ; then
38 + inherit git-r3
39 + EGIT_REPO_URI="https://github.com/vim/vim.git"
40 + EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
41 +else
42 + SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz
43 + https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2"
44 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 +fi
46 +
47 +DESCRIPTION="vim and gvim shared files"
48 +HOMEPAGE="https://vim.sourceforge.io/ https://github.com/vim/vim"
49 +
50 +SLOT="0"
51 +LICENSE="vim"
52 +IUSE="nls acl minimal"
53 +
54 +DEPEND="sys-devel/autoconf"
55 +PDEPEND="!minimal? ( app-vim/gentoo-syntax )"
56 +
57 +S=${WORKDIR}/vim-${PV}
58 +
59 +pkg_setup() {
60 + # people with broken alphabets run into trouble. bug 82186.
61 + unset LANG LC_ALL
62 + export LC_COLLATE="C"
63 +
64 + # Gnome sandbox silliness. bug #114475.
65 + mkdir -p "${T}"/home || die "mkdir -p failed"
66 + export HOME="${T}"/home
67 +}
68 +
69 +src_prepare() {
70 + if [[ ${PV} != 9999* ]] ; then
71 + # Gentoo patches to fix runtime issues, cross-compile errors, etc
72 + eapply "${WORKDIR}"/patches
73 + fi
74 +
75 + # Fixup a script to use awk instead of nawk
76 + sed -i \
77 + -e '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' \
78 + "${S}"/runtime/tools/mve.awk || die "sed failed"
79 +
80 + # See #77841. We remove this file after the tarball extraction.
81 + rm -v "${S}"/runtime/tools/vimspell.sh || die "rm failed"
82 +
83 + # Read vimrc and gvimrc from /etc/vim
84 + echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> "${S}"/src/feature.h
85 + echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> "${S}"/src/feature.h
86 +
87 + # Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
88 + # Hopefully this pattern won't break for a while at least.
89 + # This fixes bug 29398 (27 Sep 2003 agriffis)
90 + sed -i 's/\<ctags\("\| [-*.]\)/exuberant-&/g' \
91 + "${S}"/runtime/doc/syntax.txt \
92 + "${S}"/runtime/doc/tagsrch.txt \
93 + "${S}"/runtime/doc/usr_29.txt \
94 + "${S}"/runtime/menu.vim \
95 + "${S}"/src/configure.ac || die 'sed failed'
96 +
97 + # Don't be fooled by /usr/include/libc.h. When found, vim thinks
98 + # this is NeXT, but it's actually just a file in dev-libs/9libs
99 + # This fixes bug 43885 (20 Mar 2004 agriffis)
100 + sed -i 's/ libc\.h / /' "${S}"/src/configure.ac || die 'sed failed'
101 +
102 + # gcc on sparc32 has this, uhm, interesting problem with detecting EOF
103 + # correctly. To avoid some really entertaining error messages about stuff
104 + # which isn't even in the source file being invalid, we'll do some trickery
105 + # to make the error never occur. bug 66162 (02 October 2004 ciaranm)
106 + find "${S}" -name '*.c' | while read c; do
107 + echo >> "$c" || die "echo failed"
108 + done
109 +
110 + # Try to avoid sandbox problems. Bug #114475.
111 + if [[ -d "${S}"/src/po ]]; then
112 + sed -i -e \
113 + '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; ./testvim -X,' \
114 + "${S}"/src/po/Makefile || die "sed failed"
115 + fi
116 +
117 + cp -v "${S}"/src/config.mk.dist "${S}"/src/auto/config.mk || die "cp failed"
118 +
119 + # Bug #378107 - Build properly with >=perl-core/ExtUtils-ParseXS-3.20.0
120 + sed -i -e \
121 + "s:\\\$(PERLLIB)/ExtUtils/xsubpp:${EPREFIX}/usr/bin/xsubpp:" \
122 + "${S}"/src/Makefile || die 'sed for ExtUtils-ParseXS failed'
123 +
124 + eapply_user
125 +}
126 +
127 +src_configure() {
128 + local myconf
129 +
130 + # Fix bug 37354: Disallow -funroll-all-loops on amd64
131 + # Bug 57859 suggests that we want to do this for all archs
132 + filter-flags -funroll-all-loops
133 +
134 + # Fix bug 76331: -O3 causes problems, use -O2 instead. We'll do this for
135 + # everyone since previous flag filtering bugs have turned out to affect
136 + # multiple archs...
137 + replace-flags -O3 -O2
138 +
139 + # Fix bug 18245: Prevent "make" from the following chain:
140 + # (1) Notice configure.ac is newer than auto/configure
141 + # (2) Rebuild auto/configure
142 + # (3) Notice auto/configure is newer than auto/config.mk
143 + # (4) Run ./configure (with wrong args) to remake auto/config.mk
144 + sed -i 's# auto/config\.mk:#:#' src/Makefile || die "Makefile sed failed"
145 +
146 + # Remove src/auto/configure file.
147 + rm -v src/auto/configure || die "rm configure failed"
148 +
149 + emake -j1 -C src autoconf
150 +
151 + # This should fix a sandbox violation (see bug 24447). The hvc
152 + # things are for ppc64, see bug 86433.
153 + for file in /dev/pty/s* /dev/console /dev/hvc/* /dev/hvc*; do
154 + if [[ -e "${file}" ]]; then
155 + addwrite $file
156 + fi
157 + done
158 +
159 + # Let Portage do the stripping. Some people like that.
160 + export ac_cv_prog_STRIP="$(type -P true ) faking strip"
161 +
162 + # Keep Gentoo Prefix env contained within the EPREFIX
163 + use prefix && myconf+=" --without-local-dir"
164 +
165 + econf \
166 + --with-modified-by=Gentoo-${PVR} \
167 + --enable-gui=no \
168 + --without-x \
169 + --disable-darwin \
170 + --disable-perlinterp \
171 + --disable-pythoninterp \
172 + --disable-rubyinterp \
173 + --disable-gpm \
174 + --disable-selinux \
175 + $(use_enable nls) \
176 + $(use_enable acl) \
177 + ${myconf}
178 +}
179 +
180 +src_compile() {
181 + emake -j1 -C src auto/osdef.h objects
182 + emake tools
183 +}
184 +
185 +src_test() { :; }
186 +
187 +src_install() {
188 + local vimfiles=/usr/share/vim/vim${VIM_VERSION/.}
189 +
190 + dodir /usr/{bin,share/{man/man1,vim}}
191 + emake -C src \
192 + installruntime \
193 + installmanlinks \
194 + installmacros \
195 + installtutor \
196 + installtutorbin \
197 + installtools \
198 + install-languages \
199 + DESTDIR="${D}" \
200 + BINDIR="${EPREFIX}"/usr/bin \
201 + MANDIR="${EPREFIX}"/usr/share/man \
202 + DATADIR="${EPREFIX}"/usr/share
203 +
204 + keepdir ${vimfiles}/keymap
205 +
206 + # default vimrc is installed by vim-core since it applies to
207 + # both vim and gvim
208 + insinto /etc/vim/
209 + newins "${FILESDIR}"/vimrc-r5 vimrc
210 + eprefixify "${ED}"/etc/vim/vimrc
211 +
212 + if use minimal; then
213 + # To save space, install only a subset of the files.
214 + # Helps minimalize the livecd, bug 65144.
215 + eshopts_push -s extglob
216 +
217 + rm -rv "${ED}${vimfiles}"/{compiler,doc,ftplugin,indent} || die "rm failed"
218 + rm -rv "${ED}${vimfiles}"/{macros,print,tools,tutor} || die "rm failed"
219 + rm -v "${ED}"/usr/bin/vimtutor || die "rm failed"
220 +
221 + local keep_colors="default"
222 + ignore=$(rm -fr "${ED}${vimfiles}"/colors/!(${keep_colors}).vim )
223 +
224 + local keep_syntax="conf|crontab|fstab|inittab|resolv|sshdconfig"
225 + # tinkering with the next line might make bad things happen ...
226 + keep_syntax="${keep_syntax}|syntax|nosyntax|synload"
227 + ignore=$(rm -fr "${ED}${vimfiles}"/syntax/!(${keep_syntax}).vim )
228 +
229 + eshopts_pop
230 + fi
231 +
232 + newbashcomp "${FILESDIR}"/xxd-completion xxd
233 +}
234 +
235 +pkg_postinst() {
236 + # Update documentation tags (from vim-doc.eclass)
237 + update_vim_helptags
238 +}
239 +
240 +pkg_postrm() {
241 + # Update documentation tags (from vim-doc.eclass)
242 + update_vim_helptags
243 +}