From 34ce8f465101950c92cb66c657d3244b5a8397db Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 26 Jul 2022 08:58:19 +0100 Subject: gentoo auto-resync : 26:07:2022 - 08:58:19 --- app-vim/Manifest.gz | Bin 32068 -> 32063 bytes app-vim/gentoo-syntax/Manifest | 4 +-- app-vim/gentoo-syntax/gentoo-syntax-1.ebuild | 42 --------------------------- app-vim/gentoo-syntax/gentoo-syntax-2.ebuild | 2 +- 4 files changed, 2 insertions(+), 46 deletions(-) delete mode 100644 app-vim/gentoo-syntax/gentoo-syntax-1.ebuild (limited to 'app-vim') diff --git a/app-vim/Manifest.gz b/app-vim/Manifest.gz index 9f0334960c19..aa45c8da9604 100644 Binary files a/app-vim/Manifest.gz and b/app-vim/Manifest.gz differ diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest index 059570809770..dc5da589c807 100644 --- a/app-vim/gentoo-syntax/Manifest +++ b/app-vim/gentoo-syntax/Manifest @@ -1,6 +1,4 @@ -DIST gentoo-syntax-1.tar.bz2 20223 BLAKE2B 846e07354660b4859cc4131a9fbf4f78d3a2ddeda60fc6a3687b649788a52725602dcd22befa9ab9fe88b173eab1470e569076d587326935efaf40d3aaba5b57 SHA512 1e4d947f0edbf6bd24142d683944f30d43b7e0ca86b90311f2e80516d299d9a634a9842cdc90d98a43e7a693f0dd29b3ff8048256bc3fe688591cc2b84808289 DIST gentoo-syntax-2.tar.bz2 20302 BLAKE2B fa15fe5e8ef547dfa402b1742df3d6d38231528bcf6c6836e4d31e81ec2bce55ffa8c10400823c97688304f9dc6324ed3d257939c3077eb29a2fc3c191295604 SHA512 30e8e374382dc736febd1ee8031a7ccc14dfc61feade1815e3366988658189ac8670ff26532436ae608ff66c828e2de7327d0b39db37967206bcd9f418d26ea2 -EBUILD gentoo-syntax-1.ebuild 1237 BLAKE2B 97c0e1be20dbab9458fc99be41cceace51a65d1c6f5a0625c15969f085de2a6fe1c86644c62ee8986e4847990298a7a268f3381f49fe84bef38f3a6fcd4641d9 SHA512 12fabdaa606389dc3bb7b66ae9e4ba8ed483b553afe5024ef634491aa6f27b3e2626134f3203cf29e683444bc468d8a1fe9d8d8e394ba055fb41b77bda398eed -EBUILD gentoo-syntax-2.ebuild 1252 BLAKE2B efe97f349f322617777896e67c35834a3903c7476a2418a7c48301b6b059e27e8a16774654236f4939e2e193581d6972cb67ec32027ef7c4377eb368d94037a0 SHA512 31708b68942f1ee7c38960c34ebe0601799147632a5dd38645cffa8c2c13c715814f276bfbdc86efe6b0fe34c7f7655037df87ef4651fe95b90b475f1c9afb2b +EBUILD gentoo-syntax-2.ebuild 1244 BLAKE2B d3323a83eaedeac16e45db4bc56cb46d9529f7ddffa017ce60148f04e429b7a35d9a04fb6c55ea65f1ea01acc35083f6fdfd368f24b4fbcb2ad2410b3f65b25c SHA512 194c7f2f98ea57f157b7318318d2ae5129ac0d4d3b1a4de2b10aeaa48e4658297db00416108faf2b7460b520afcb2b67cda4303a2f48829c09c18d85803ab1ac EBUILD gentoo-syntax-9999.ebuild 1084 BLAKE2B 5e2edf4d1eddb74486a7ef6c8025a2874591d90d0ff1bb5077781f3c66d43bfbebf0421561a7c730e1baff613776c0962c907aec502a6627d8361034b28e1bf3 SHA512 4af267e60fcf53b736c41232cb44241d2181afd3b38516a6e4a7a7b7ea83db10a4fec7272b362847bf773296f348a2b08503ce757886a14ff08a215ba5341194 MISC metadata.xml 586 BLAKE2B 9425e6a21617f806a0232c7f0ff75f148dc6855679236c9c2b88270db48161d3bffcb32066b372dc6af9cbac594f9d9dce6447d03fc675c151e75982f86ba598 SHA512 cb343dede228edd5c51dc2b2f6b8a1f09e4847365284218d5eb0c23c675f32fe4ab5025c6671f1dafbb63a87b83763a9caf97b04945329c32a1898123149d04b diff --git a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild deleted file mode 100644 index e0439d327e3e..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting" -HOMEPAGE="https://github.com/gentoo/gentoo-syntax" -SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2" - -LICENSE="vim" -SLOT="0" -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" -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." - fi - fi -} diff --git a/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild index 6a2bb2bc0937..32090822e56f 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2" LICENSE="vim" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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" IUSE="ignore-glep31" VIM_PLUGIN_HELPFILES="gentoo-syntax" -- cgit v1.2.3