Skip to content

Commit e4ebfd5

Browse files
committed
app-vim/gentoo-syntax: Sync with Gentoo
It's from Gentoo commit 5bb294b0939dad84f5bd187d0fd32ff0093ff820.
1 parent ec301fa commit e4ebfd5

File tree

6 files changed

+11
-99
lines changed

6 files changed

+11
-99
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
DIST gentoo-syntax-1.tar.bz2 20223 BLAKE2B 846e07354660b4859cc4131a9fbf4f78d3a2ddeda60fc6a3687b649788a52725602dcd22befa9ab9fe88b173eab1470e569076d587326935efaf40d3aaba5b57 SHA512 1e4d947f0edbf6bd24142d683944f30d43b7e0ca86b90311f2e80516d299d9a634a9842cdc90d98a43e7a693f0dd29b3ff8048256bc3fe688591cc2b84808289
2-
DIST gentoo-syntax-20211208.tar.bz2 18844 BLAKE2B 52e7025d46f5101f2e1c44afcbf3cba0756a1ec9c626f7af312bb5bbae518645c06c94bfc48822a721e2e3c1ed5f61376e88a074a9688cf4b5b3c352a99c87c9 SHA512 f1cfe2af440f7ed3042cbaa16558cb6df8038f439a2c3e7067f81751a37098854a3afb1653c7c3656ef85ad1874d2db9271429b92a25f494da6ee5c68819e631
3-
DIST gentoo-syntax-20220220.tar.bz2 19433 BLAKE2B 8f7fbbb56e41f4d682c824deb980035441195785f9ce80fd45808b55cf900c8e0455b5c670f82b1fc639c052792b78de5f0be1142eab853b0cabbd44c6ed0776 SHA512 4b515ca7936a16279c48310d1fa0f58979e35b1d84a2971bdcf4a004784efa3de99619851ac9da5ee0ee77a1f65eb28550d01013cffebd45e39fb70c0136ba12
1+
DIST gentoo-syntax-12.tar.bz2 21022 BLAKE2B 758993282ccc26384bb1fc761f2a07059d5e2e7038f56d48ec19ac82ddecb7cd1601fbdd4221e6b41b43281195d862c93d98c12c47d2d43f4a6cbb4784ae6b46 SHA512 07bc7102b3f687c53d8e46c5ca91c1d605239490f160c6db11c6d17ae95b94d34e9ac654b3c9935099382f39ba8b92ea373b09f86fc6452840d12f135820b2b3

sdk_container/src/third_party/portage-stable/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild

Lines changed: 0 additions & 44 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild

Lines changed: 0 additions & 44 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild renamed to sdk_container/src/third_party/portage-stable/app-vim/gentoo-syntax/gentoo-syntax-12.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2"
1111

1212
LICENSE="vim"
1313
SLOT="0"
14-
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"
14+
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
1515
IUSE="ignore-glep31"
1616

1717
VIM_PLUGIN_HELPFILES="gentoo-syntax"

sdk_container/src/third_party/portage-stable/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

4-
EAPI=7
4+
EAPI=8
55

66
inherit git-r3 vim-plugin
77

88
DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
9-
HOMEPAGE="https://github.com/gentoo/gentoo-syntax"
10-
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-syntax.git
11-
https://github.com/gentoo/gentoo-syntax.git"
9+
HOMEPAGE="https://github.com/gentoo/gentoo-syntax/"
10+
EGIT_REPO_URI="
11+
https://anongit.gentoo.org/git/proj/gentoo-syntax.git
12+
https://github.com/gentoo/gentoo-syntax.git
13+
"
1214

1315
LICENSE="vim"
1416
SLOT="0"
15-
KEYWORDS=""
1617
IUSE="ignore-glep31"
1718

1819
VIM_PLUGIN_HELPFILES="gentoo-syntax"

sdk_container/src/third_party/portage-stable/app-vim/gentoo-syntax/metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<flag name="ignore-glep31">Remove GLEP 31 (UTF-8 file encodings) settings</flag>
1515
</use>
1616
<upstream>
17+
<remote-id type="gentoo">proj/gentoo-syntax</remote-id>
1718
<remote-id type="github">gentoo/gentoo-syntax</remote-id>
1819
</upstream>
1920
</pkgmetadata>

0 commit comments

Comments
 (0)