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: Thu, 06 Sep 2018 21:22:55
Message-Id: 1536268888.f8394d02afbc0d90e57a7d290f3aca1c12f51b85.mgorny@gentoo
1 commit: f8394d02afbc0d90e57a7d290f3aca1c12f51b85
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 20:37:05 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 21:21:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8394d02
7
8 app-vim/gentoo-syntax: Clean old up
9
10 app-vim/gentoo-syntax/Manifest | 2 --
11 .../gentoo-syntax/gentoo-syntax-20180814.ebuild | 42 ----------------------
12 .../gentoo-syntax/gentoo-syntax-20180820.ebuild | 42 ----------------------
13 3 files changed, 86 deletions(-)
14
15 diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
16 index aa018fa050b..3c5ff5d7755 100644
17 --- a/app-vim/gentoo-syntax/Manifest
18 +++ b/app-vim/gentoo-syntax/Manifest
19 @@ -1,5 +1,3 @@
20 DIST gentoo-syntax-20160530.tar.gz 18950 BLAKE2B 0e769cb4d67ebf1b4299a1aa0dc1bc1ce942a9e6b4f3528b5499ff83ffe9d165697576901c5ba9cca52de6e26abd0298f1f7a5383cdc0c8ca1dff0de2945080c SHA512 38881c5f16499eb053eb7a5514f6324b2a161f1392a044db0bbaf0cb71a0f17e1edebd4a685ff856a78525fbcb8c6267daa2503cfbc6f94d841cf3f6a25045bd
21 DIST gentoo-syntax-20170225.tar.gz 18939 BLAKE2B 7586b45791e74e69ad6e0607bc0a4d52eba4747a6c4d9933d43db1196ceb57ac6317279c9e86f77c71bdb7379828dd96fe6d63a2933a3660f1639faf1b6df5d5 SHA512 2c01577910eccd413b85c094dbd12bf8445e2f560be1fffc4a4c3130b32587f9c298d8442b5cf12bd7d2950ab8c9e5b95a72f2f41c42c6dc939ffa2c26fd71d5
22 -DIST gentoo-syntax-20180814.tar.bz2 18337 BLAKE2B e2808ff4bab17378ac9a15270f32edb67c0a8f4a7e17757d9c128e186fe31add967c169aa9e62fd5fc95dfbadeab72e37c34a14a5452b80c0a1ceafd8bdec85a SHA512 a524a324e3bb1656b2dba9333e03bd130d3700791782d98fed57ea6065f398e4ad29f7980ad823940a44cd1f9f58244b8a908ef4aa3c82c0f7c46882005f358e
23 -DIST gentoo-syntax-20180820.tar.bz2 18470 BLAKE2B dc536724cd8cf8547b54c7ecc1fc12364ee4542903627e7a3518b9583157d18645e62be519a5d0d0c50f36fe05dfdd19d6999ad049722519f4d6d5707274da44 SHA512 b07fd9b93796a775da0f0fedacbd09cdd30dc414abd05636e96cc0658d1bc12dc5b88cbe4475544f3c79b1a28dacab234cf3c463ddb90bd4e62bec8de4024a57
24 DIST gentoo-syntax-20180821.tar.bz2 18361 BLAKE2B 4134fd0a3d75d86f3984f135021063b68588083f191efcb94d7b599460703d6eb501bad7de2aa0cc9cdc4447d73b83e4b36cee2acdd113e7d0a879e1e864e2fb SHA512 09c70ded667b489e03f02e0e72fca32f13a40501a5e319b387967e75f616c7f3dc44ceab3a46b776a509263f58668223eb85d51ba58ca3fbc48e4c05d7345dfc
25
26 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180814.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20180814.ebuild
27 deleted file mode 100644
28 index badfc293470..00000000000
29 --- a/app-vim/gentoo-syntax/gentoo-syntax-20180814.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit vim-plugin
38 -
39 -DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
40 -HOMEPAGE="https://github.com/gentoo/gentoo-syntax"
41 -SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2"
42 -
43 -LICENSE="vim"
44 -SLOT="0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~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"
46 -IUSE="ignore-glep31"
47 -
48 -VIM_PLUGIN_HELPFILES="gentoo-syntax"
49 -VIM_PLUGIN_MESSAGES="filetype"
50 -
51 -src_prepare() {
52 - default
53 - if use ignore-glep31 ; then
54 - for f in ftplugin/*.vim ; do
55 - ebegin "Removing UTF-8 rules from ${f} ..."
56 - sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \
57 - || die "waah! bad sed voodoo. need more goats."
58 - eend $?
59 - done
60 - fi
61 -}
62 -
63 -pkg_postinst() {
64 - vim-plugin_pkg_postinst
65 -
66 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
67 - if use ignore-glep31 1>/dev/null ; then
68 - ewarn "You have chosen to disable the rules which ensure GLEP 31"
69 - ewarn "compliance. When editing ebuilds, please make sure you get"
70 - ewarn "the character set correct."
71 - fi
72 - fi
73 -}
74
75 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20180820.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20180820.ebuild
76 deleted file mode 100644
77 index badfc293470..00000000000
78 --- a/app-vim/gentoo-syntax/gentoo-syntax-20180820.ebuild
79 +++ /dev/null
80 @@ -1,42 +0,0 @@
81 -# Copyright 1999-2018 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=6
85 -
86 -inherit vim-plugin
87 -
88 -DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
89 -HOMEPAGE="https://github.com/gentoo/gentoo-syntax"
90 -SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2"
91 -
92 -LICENSE="vim"
93 -SLOT="0"
94 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~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"
95 -IUSE="ignore-glep31"
96 -
97 -VIM_PLUGIN_HELPFILES="gentoo-syntax"
98 -VIM_PLUGIN_MESSAGES="filetype"
99 -
100 -src_prepare() {
101 - default
102 - if use ignore-glep31 ; then
103 - for f in ftplugin/*.vim ; do
104 - ebegin "Removing UTF-8 rules from ${f} ..."
105 - sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \
106 - || die "waah! bad sed voodoo. need more goats."
107 - eend $?
108 - done
109 - fi
110 -}
111 -
112 -pkg_postinst() {
113 - vim-plugin_pkg_postinst
114 -
115 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
116 - if use ignore-glep31 1>/dev/null ; then
117 - ewarn "You have chosen to disable the rules which ensure GLEP 31"
118 - ewarn "compliance. When editing ebuilds, please make sure you get"
119 - ewarn "the character set correct."
120 - fi
121 - fi
122 -}