commit: bf7b36dfdbf7c6d88bd2e86c4c1e92a07b11a295
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 09:49:07 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 09:49:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7b36df
app-vim/gentoo-syntax: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-vim/gentoo-syntax/Manifest | 2 -
.../gentoo-syntax/gentoo-syntax-20160530.ebuild | 53 ----------------------
.../gentoo-syntax/gentoo-syntax-20170225.ebuild | 53 ----------------------
3 files changed, 108 deletions(-)
diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 3c5ff5d7755..cf23411f58f 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,3 +1 @@
-DIST gentoo-syntax-20160530.tar.gz 18950 BLAKE2B
0e769cb4d67ebf1b4299a1aa0dc1bc1ce942a9e6b4f3528b5499ff83ffe9d165697576901c5ba9cca52de6e26abd0298f1f7a5383cdc0c8ca1dff0de2945080c
SHA512
38881c5f16499eb053eb7a5514f6324b2a161f1392a044db0bbaf0cb71a0f17e1edebd4a685ff856a78525fbcb8c6267daa2503cfbc6f94d841cf3f6a25045bd
-DIST gentoo-syntax-20170225.tar.gz 18939 BLAKE2B
7586b45791e74e69ad6e0607bc0a4d52eba4747a6c4d9933d43db1196ceb57ac6317279c9e86f77c71bdb7379828dd96fe6d63a2933a3660f1639faf1b6df5d5
SHA512
2c01577910eccd413b85c094dbd12bf8445e2f560be1fffc4a4c3130b32587f9c298d8442b5cf12bd7d2950ab8c9e5b95a72f2f41c42c6dc939ffa2c26fd71d5
DIST gentoo-syntax-20180821.tar.bz2 18361 BLAKE2B
4134fd0a3d75d86f3984f135021063b68588083f191efcb94d7b599460703d6eb501bad7de2aa0cc9cdc4447d73b83e4b36cee2acdd113e7d0a879e1e864e2fb
SHA512
09c70ded667b489e03f02e0e72fca32f13a40501a5e319b387967e75f616c7f3dc44ceab3a46b776a509263f58668223eb85d51ba58ca3fbc48e4c05d7345dfc
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild
b/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild
deleted file mode 100644
index 8d1a5d52296..00000000000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-if [[ ${PV} == 9999* ]] ; then
- EGIT_REPO_URI="https://github.com/gentoo/gentoo-syntax.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris
~x86-solaris"
-fi
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax"
-LICENSE="vim"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
- default
- if use ignore-glep31 ; then
- for f in ftplugin/*.vim ; do
- ebegin "Removing UTF-8 rules from ${f} ..."
- sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~'
${f} \
- || die "waah! bad sed voodoo. need more goats."
- eend $?
- done
- fi
-}
-
-pkg_postinst() {
- vim-plugin_pkg_postinst
-
- if [[ -z ${REPLACING_VERSIONS} ]] ; then
- if use ignore-glep31 1>/dev/null ; then
- ewarn "You have chosen to disable the rules which
ensure GLEP 31"
- ewarn "compliance. When editing ebuilds, please make
sure you get"
- ewarn "the character set correct."
- else
- elog "Note for developers and anyone else who edits
ebuilds:"
- elog " This release of gentoo-syntax now contains
filetype rules to set"
- elog " fileencoding for ebuilds and ChangeLogs to
utf-8 as per GLEP 31."
- elog " If you find this feature breaks things,
please submit a bug and"
- elog " assign it to [email protected]. You can use the
'ignore-glep31' USE"
- elog " flag to remove these rules."
- fi
- fi
-}
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild
b/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild
deleted file mode 100644
index e8e22927096..00000000000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20170225.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-if [[ ${PV} == 9999* ]] ; then
- EGIT_REPO_URI="https://github.com/gentoo/gentoo-syntax.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- 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"
-fi
-
-DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
-HOMEPAGE="https://github.com/gentoo/gentoo-syntax"
-LICENSE="vim"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_prepare() {
- default
- if use ignore-glep31 ; then
- for f in ftplugin/*.vim ; do
- ebegin "Removing UTF-8 rules from ${f} ..."
- sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~'
${f} \
- || die "waah! bad sed voodoo. need more goats."
- eend $?
- done
- fi
-}
-
-pkg_postinst() {
- vim-plugin_pkg_postinst
-
- if [[ -z ${REPLACING_VERSIONS} ]] ; then
- if use ignore-glep31 1>/dev/null ; then
- ewarn "You have chosen to disable the rules which
ensure GLEP 31"
- ewarn "compliance. When editing ebuilds, please make
sure you get"
- ewarn "the character set correct."
- else
- elog "Note for developers and anyone else who edits
ebuilds:"
- elog " This release of gentoo-syntax now contains
filetype rules to set"
- elog " fileencoding for ebuilds and ChangeLogs to
utf-8 as per GLEP 31."
- elog " If you find this feature breaks things,
please submit a bug and"
- elog " assign it to [email protected]. You can use the
'ignore-glep31' USE"
- elog " flag to remove these rules."
- fi
- fi
-}