diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-13 16:38:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-13 16:38:56 +0100 |
commit | ea31ad0ed5501d0bf92267c35beaf06ac016bad2 (patch) | |
tree | 2fdc433d571e3ead010876d43ce2646b7d783680 /app-vim/eruby-syntax | |
parent | 88ebe56470c37b02a044e1091cad6b2df0f3be8f (diff) |
gentoo resync : 13.05.2018
Diffstat (limited to 'app-vim/eruby-syntax')
-rw-r--r-- | app-vim/eruby-syntax/Manifest | 3 | ||||
-rw-r--r-- | app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | 20 | ||||
-rw-r--r-- | app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild | 2 |
3 files changed, 2 insertions, 23 deletions
diff --git a/app-vim/eruby-syntax/Manifest b/app-vim/eruby-syntax/Manifest index bb07ef3ede34..18641f5d30f5 100644 --- a/app-vim/eruby-syntax/Manifest +++ b/app-vim/eruby-syntax/Manifest @@ -1,4 +1,3 @@ DIST eruby-syntax-2.0.tar.bz2 958 BLAKE2B 467e1df5bf32ad83bb427bfde6755425a752051b1532397e75f627dc084cfb6bbeba99655366698f812bd398b171fec4110af0fba28de1900a0a22aaa08b01ec SHA512 1fdf1e6ad95109528b13b30d7504da2ea8678785b1a716c33bae0b94fafb8f23d50d81022b5bc373c1970f6d3df04f2e78d87fbb2067f0c270780963b472468c -EBUILD eruby-syntax-2.0-r1.ebuild 540 BLAKE2B ac18e4c953a9fcf6454e1754ab1905b5c4fe8b3cf768f0e7b17374e09348d50b957dbcc15921ab869cb6d839ff66f5acc6435ea7963b8ce4d7ba1e8c4ecf419e SHA512 615c05764c5369dc7184e23a8a5d1882d6ec49fffa5a91488e94883d1ed046d49ab5d9fdb303d69597f4e413488ae31872e6c5612244ff719e7213d545a7c58f -EBUILD eruby-syntax-2.0-r2.ebuild 521 BLAKE2B c2736e195bbee394b91871393e4589e0b2c988e7136c1e36f81341e971a6489233e70e8f2c3860da73d11b423ad2c296a627b1f377ca11f46b86234215b50865 SHA512 63b73f16e3152089b68e876b9e45cc6e5d8191dc228735dff0688af6fea89a71f7af892a733cc0c1d6634685925cfe695187a3b4373e270706d792e5d6279d12 +EBUILD eruby-syntax-2.0-r2.ebuild 518 BLAKE2B d9ff3803aeb6a1b192140b93549f5ea43dce871f6bc3fd585a7b3680419450f15f89e83ac0a91241980dd7c17353e5afb0fa774e84a66119891e8c24a007aa89 SHA512 da855d113283ce2466da482b8fd298b49d5424165bb580d02b005cb0695e25c66374c2e555418a25ae9fb537ac927b67dd0d63f3e855852d7a8e6514c73fca9f MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild deleted file mode 100644 index f781740b355e..000000000000 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild +++ /dev/null @@ -1,20 +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: syntax highlighting for eruby" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403" -LICENSE="vim.org" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e 's,hi link,hi def link,' syntax/eruby.vim || die "sed failed" -} diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild index 5f4dcb5b3716..7062ef9a855c 100644 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild +++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for eruby" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403" LICENSE="vim.org" -KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby" |