summaryrefslogtreecommitdiff
path: root/app-vim
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-03 13:42:34 +0000
commit066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (patch)
tree3cb05783d73b2c33589ba305144a31c718e123cd /app-vim
parent16449a80e28af2209916cc66d19c9a44ca2b90d9 (diff)
gentoo resync : 03.03.2019
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/Manifest.gzbin32442 -> 32435 bytes
-rw-r--r--app-vim/brainfuck-syntax/Manifest4
-rw-r--r--app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild15
-rw-r--r--app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild (renamed from app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild)7
-rw-r--r--app-vim/easy-align/Manifest2
-rw-r--r--app-vim/easy-align/easy-align-2.10.0-r1.ebuild1
-rw-r--r--app-vim/vim-tmux/Manifest2
-rw-r--r--app-vim/vim-tmux/vim-tmux-3.0.0.ebuild2
8 files changed, 9 insertions, 24 deletions
diff --git a/app-vim/Manifest.gz b/app-vim/Manifest.gz
index dbf469b96b9f..02b97d62be74 100644
--- a/app-vim/Manifest.gz
+++ b/app-vim/Manifest.gz
Binary files differ
diff --git a/app-vim/brainfuck-syntax/Manifest b/app-vim/brainfuck-syntax/Manifest
index bf942852a5bc..5a44c775cd3c 100644
--- a/app-vim/brainfuck-syntax/Manifest
+++ b/app-vim/brainfuck-syntax/Manifest
@@ -1,5 +1,3 @@
-DIST brainfuck-syntax-1.0.2.tar.bz2 916 BLAKE2B 0436337aef6cb28b55806510046c3604840f6f7e1cf0a1f94222886658474e41f76879ca1e2b42b5db378fbf98e2f8bffe5da27fe3381af5e778576d377b1576 SHA512 d01e544e45d4ada1c7ed8ca02e72d888fdcd374be8ee45c01d7797fc1e32457be94e0429dc3fc88f12fee063bd70d06af8ab4238795154a82793b6abb42dd974
DIST brainfuck-syntax-1.0.3.tar.bz2 926 BLAKE2B e5cb55e58d0d2a597cdcc00fd5a1fc482a715b4fda6d0fbd0790ceba261005478091c4c94dfeba0154e4917470ce386b3ebe03bd3e1f90a315b0d5bc2cfc4a97 SHA512 42dbcbe916b19bcb30cadf929cb71aadb7032ebe38c26b1d5fa2fc9d8513d3dda275df289cc5fdf094f9fccd5f4e720e6c24d006d431fd3668f73d2c44e8b82a
-EBUILD brainfuck-syntax-1.0.2.ebuild 425 BLAKE2B 4e8bfa243cbbac9b459ad956a57bb5b57b38b6ec10aee103dbc22c7102c4ddc291ab2b9f326712ff98de905e608be7137f4b9385f978dc878c720e982d01cb24 SHA512 2b3b8bda3732b23384cca35014de4c556c103c6276c6246f3535c0e945b6aeba64a83896922d459eaf6f53113a7084ac00148fa8f51c9992d071d2f27281bd33
-EBUILD brainfuck-syntax-1.0.3.ebuild 416 BLAKE2B df4397a6e2fc07e3d463537657eb74a0b7fbf0d58fb085fc261afc26571308d0a8f11f61a818fbccef5ef75500472f38fb32ea568513e211cbfcc6bde2dd536e SHA512 6592246bd4003317536964c006aa4a73dee9875a46aa2d6682f876584164066b34c9e074f71aa6dbf84269075a4fd36734518636b54003a1a784826ccc41380a
+EBUILD brainfuck-syntax-1.0.3-r1.ebuild 410 BLAKE2B ca7bcb2ef7d94948ad3f0318561ff704ae1adc4c1764a7288c089f87c1077989fc20f619c77a2b7644c2e8f5cf3c0aae558c7d68ca0dec782467a3c89b816393 SHA512 bc383725faec437ebb1e3b06088c7852ad8089db2f890fc648d07b68a30819644bbce9ad3c20ef878a53eae91f8f257badfe080003152d476de8f3e9bc320ea1
MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild
deleted file mode 100644
index b3eca59a1f52..000000000000
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=716"
-LICENSE="vim.org"
-KEYWORDS="amd64 ~mips ppc ppc64 x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for BrainFuck source files."
diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
index 3228130a7b40..23437b6784fc 100644
--- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild
+++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
+
inherit vim-plugin
DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=716"
LICENSE="BSD-2"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~mips ppc ppc64 x86"
VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck source files."
diff --git a/app-vim/easy-align/Manifest b/app-vim/easy-align/Manifest
index cfeda9db9331..c901a6f1e75a 100644
--- a/app-vim/easy-align/Manifest
+++ b/app-vim/easy-align/Manifest
@@ -1,3 +1,3 @@
DIST easy-align-2.10.0.tar.gz 20056 BLAKE2B 3319cfc84147a3cfb0c7109dbb9116c94b734da528623944e2546667ac45e5d912e404c8c94df963002e7789760ba8fa7023e98cf22c1201bedbe8f667b1d13d SHA512 4a6a46db96b78d830fc0191b77b2226e9c1a2de585b731d1997f69ee31c8c76038ceb14f18e13f30fee00b5ce9ca7aed4241db06cac303b8ae903a856e4baabd
-EBUILD easy-align-2.10.0-r1.ebuild 548 BLAKE2B 42ec66cdf2c1928022db3bd3a303648ca713ba0d37caadfe0bda61730cfc2b543a2cb64f98c0d8516ef81f8dc62f8431b7545dbac4d63f9b8a0f2fd3a298ed5b SHA512 9b125304a6ac3ad18971635e49b423ba3d5f8a469f01e9f521218c9c6dca68aa6e30a42fe90b078e64c4b484a4bb12c63f424f331352f7009c5417f17e3b6463
+EBUILD easy-align-2.10.0-r1.ebuild 557 BLAKE2B d939303b32c8172c73517c55e829195404a872b77fdb8cf7c8715a80a08ef378a6e4ace0aff893e71ddb32cdfdc0b4aed110405192a078083aefd08b2cd19db9 SHA512 dabb5b12dee983d13187c4aa70b159476a9fa907cac74fae76e066d0b6edc4337fc20834b1cd2ec66db601c0faeebf5889135354e9834c234360883e144c68d2
MISC metadata.xml 347 BLAKE2B 21be1fa0f775c2734cede9e1e5ffd6bd2a23681a16a6361689a927ae4871ed3df26592c87da7e8e8771242fdf496baa0647fee36d007c356e60bd190d2a9ba62 SHA512 4b687e38ddec009ffc0ab3effb0f1d4d46d8a576812b73f3526bf13f0facef23525b75765ac7c56e9c541d66b0cbdb1f3f46a0907d3688f91576cd0a6bb67c92
diff --git a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
index dcb2ed0da094..fc97db123060 100644
--- a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
+++ b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
@@ -19,5 +19,6 @@ VIM_PLUGIN_HELPFILES="${PN}"
S="${WORKDIR}/${MY_PN}-${PV}"
src_prepare() {
+ default
rm -rv test || die
}
diff --git a/app-vim/vim-tmux/Manifest b/app-vim/vim-tmux/Manifest
index 68f6a75da9d5..6b6c921697e5 100644
--- a/app-vim/vim-tmux/Manifest
+++ b/app-vim/vim-tmux/Manifest
@@ -1,3 +1,3 @@
DIST vim-tmux-3.0.0.tar.gz 9658 BLAKE2B 188485b4c74e60292aa153693246c9e612cbc4736accb7aafad3ee901084023b3f40374212afe2139c634b8457c2ec871f0cf5e6d02beb69fc3c433f26b8610d SHA512 d251ff07b0702e4f9969d02a9c32924db62f77b71250fda175053883abc35c18932f9869ea0514df1b7acb9cc65f6b39e2b8c640ad77ff36a19ceaa74d13d77b
-EBUILD vim-tmux-3.0.0.ebuild 437 BLAKE2B 91285daf125fc997639d89ad11fb215c49a586f7bb96c50748b950b39231a0160544cea10bea34f4322ab61e0fbf6efcfe2bd1cc6ea702e332e362f7beae0a74 SHA512 ffb02b137225a34249ad5fba21ce1a976ec68fe0932bdd9eeb3ae5ae2cf5198a1a9448625045ff7047dc058fbd562187ffd3b5531893378b4f4ed721cc803bda
+EBUILD vim-tmux-3.0.0.ebuild 443 BLAKE2B aa3e0a7d41cc9d6a794d2013024ddf9f1a5b218870f4f455ec494f5e9b2938fb35e609475c38ae12c97315f131f5050c823b99653a696cf2c0617f5a001332b3 SHA512 6b978e3cc57b0e97f9835e19c1595754a77b0f087e331fd43887417c0968048bfb090f13803d8d11fd790a1b8200758f9309a2277d2c0e61269caab8f17822c7
MISC metadata.xml 556 BLAKE2B e9419237fa1f3b2b3c15d1adf7ca5afdc0da4a1fd051a4b46d839a67079170487c85e05e121c64b4ec4cc82064e217898831db1ed0a2018c345b227c44554ebe SHA512 181979dee06b24a1d4f1b3b325558c628fcdb0ee4d628c7002777f7e460e8a35026f021bb21c79db243fd067d16168c7db804a33c10be0c59f6bb22d46cbf9a9
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
index 649e9130c2f9..8f192ae47bd1 100644
--- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
+++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild
@@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim"
HOMEPAGE="https://github.com/tmux-plugins/vim-tmux"
SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim.org"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd alpha ia64 arm"
+KEYWORDS="~alpha alpha amd64 ~arm arm ~arm64 ~hppa ia64 ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-fbsd"