Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/
Date: Wed, 27 Apr 2022 12:27:22
Message-Id: 1651062428.0c87a5113d6bac5174b3885f61d8168dde2ededa.mgorny@gentoo
1 commit: 0c87a5113d6bac5174b3885f61d8168dde2ededa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 11:34:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 12:27:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c87a511
7
8 app-vim/gentoo-syntax: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-vim/gentoo-syntax/Manifest | 2 -
13 .../gentoo-syntax/gentoo-syntax-0.20211208.ebuild | 44 ----------------------
14 .../gentoo-syntax/gentoo-syntax-0.20220220.ebuild | 44 ----------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
18 index 33e8f637344c..ee91cd5b0e90 100644
19 --- a/app-vim/gentoo-syntax/Manifest
20 +++ b/app-vim/gentoo-syntax/Manifest
21 @@ -1,3 +1 @@
22 DIST gentoo-syntax-1.tar.bz2 20223 BLAKE2B 846e07354660b4859cc4131a9fbf4f78d3a2ddeda60fc6a3687b649788a52725602dcd22befa9ab9fe88b173eab1470e569076d587326935efaf40d3aaba5b57 SHA512 1e4d947f0edbf6bd24142d683944f30d43b7e0ca86b90311f2e80516d299d9a634a9842cdc90d98a43e7a693f0dd29b3ff8048256bc3fe688591cc2b84808289
23 -DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9 SHA512 f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
24 -DIST gentoo-syntax-20220220.tar.bz2 19433 BLAKE2B 8f7fbbb56e41f4d682c824deb980035441195785f9ce80fd45808b55cf900c8e0455b5c670f82b1fc639c052792b78de5f0be1142eab853b0cabbd44c6ed0776 SHA512 4b515ca7936a16279c48310d1fa0f58979e35b1d84a2971bdcf4a004784efa3de99619851ac9da5ee0ee77a1f65eb28550d01013cffebd45e39fb70c0136ba12
25
26 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
27 deleted file mode 100644
28 index 5676ffe9c190..000000000000
29 --- a/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit vim-plugin
38 -
39 -MY_P=${P/0.}
40 -DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
41 -HOMEPAGE="https://github.com/gentoo/gentoo-syntax"
42 -SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2"
43 -S=${WORKDIR}/${MY_P}
44 -
45 -LICENSE="vim"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
48 -IUSE="ignore-glep31"
49 -
50 -VIM_PLUGIN_HELPFILES="gentoo-syntax"
51 -VIM_PLUGIN_MESSAGES="filetype"
52 -
53 -src_prepare() {
54 - default
55 - if use ignore-glep31 ; then
56 - for f in ftplugin/*.vim ; do
57 - ebegin "Removing UTF-8 rules from ${f} ..."
58 - sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \
59 - || die "waah! bad sed voodoo. need more goats."
60 - eend $?
61 - done
62 - fi
63 -}
64 -
65 -pkg_postinst() {
66 - vim-plugin_pkg_postinst
67 -
68 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
69 - if use ignore-glep31 1>/dev/null ; then
70 - ewarn "You have chosen to disable the rules which ensure GLEP 31"
71 - ewarn "compliance. When editing ebuilds, please make sure you get"
72 - ewarn "the character set correct."
73 - fi
74 - fi
75 -}
76
77 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
78 deleted file mode 100644
79 index 3cc000eb8ff3..000000000000
80 --- a/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
81 +++ /dev/null
82 @@ -1,44 +0,0 @@
83 -# Copyright 1999-2022 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -
88 -inherit vim-plugin
89 -
90 -MY_P=${P/0.}
91 -DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
92 -HOMEPAGE="https://github.com/gentoo/gentoo-syntax"
93 -SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2"
94 -S=${WORKDIR}/${MY_P}
95 -
96 -LICENSE="vim"
97 -SLOT="0"
98 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
99 -IUSE="ignore-glep31"
100 -
101 -VIM_PLUGIN_HELPFILES="gentoo-syntax"
102 -VIM_PLUGIN_MESSAGES="filetype"
103 -
104 -src_prepare() {
105 - default
106 - if use ignore-glep31 ; then
107 - for f in ftplugin/*.vim ; do
108 - ebegin "Removing UTF-8 rules from ${f} ..."
109 - sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \
110 - || die "waah! bad sed voodoo. need more goats."
111 - eend $?
112 - done
113 - fi
114 -}
115 -
116 -pkg_postinst() {
117 - vim-plugin_pkg_postinst
118 -
119 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
120 - if use ignore-glep31 1>/dev/null ; then
121 - ewarn "You have chosen to disable the rules which ensure GLEP 31"
122 - ewarn "compliance. When editing ebuilds, please make sure you get"
123 - ewarn "the character set correct."
124 - fi
125 - fi
126 -}