From 5a165c60b9b8c4847067cb83b4be7da785d01f93 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Sep 2019 08:17:07 +0100 Subject: gentoo resync : 28.09.2019 --- app-vim/syntastic/Manifest | 6 ++---- app-vim/syntastic/syntastic-3.8.0.ebuild | 33 -------------------------------- app-vim/syntastic/syntastic-3.9.0.ebuild | 12 ++++++------ app-vim/syntastic/syntastic-9999.ebuild | 10 +++++----- 4 files changed, 13 insertions(+), 48 deletions(-) delete mode 100644 app-vim/syntastic/syntastic-3.8.0.ebuild (limited to 'app-vim/syntastic') diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest index c550a6ec5993..09dda810d136 100644 --- a/app-vim/syntastic/Manifest +++ b/app-vim/syntastic/Manifest @@ -1,6 +1,4 @@ -DIST syntastic-3.8.0.tar.gz 253425 BLAKE2B a003b9166aba2915b5421ac02544d128b8befca0af4f15c880f56ad046fad0ca7c202e6f7dda44588a6ad4ac3b77a3ed3602613855c6755261b5941d45464eff SHA512 b2f7fb07d457169a397a1ed42141e099cad14ded0b43f54a11060f2952843387396fcc539ffc9aaa1aa137ae62801e346a73c6de6035a0504706c59e40acef5c DIST syntastic-3.9.0.tar.gz 263275 BLAKE2B 574cf958b859a108cdfdffed29b3ff0f0903dac5c7fbc497e2c69831ee35532d317bde0ab827dda828ee7cb3cc13ab9176c9ea6ea233e03e7b3fcb5b7c49757e SHA512 04cee939226940bb95935434b7aba42a3419b8b7b73d5fa9052a6aaccec5d0724c4e3634edd56573d0080b31baf49c1a00811c6f88e4fbbdea7e761e5707dcb5 -EBUILD syntastic-3.8.0.ebuild 968 BLAKE2B 192fbe2617ebebb7972c10ae0dc49ab9cabdad96bb0940b0cb324137cd222a19c4d290013d1c2e99b2096386b9cdfdeb01bf6fdb32274be808c6918938ebf38f SHA512 6c2b2d068b07a2a7ec8677ea4582a626b19ea066d7801eace97a4a0ea4431329c31694841fcf1687af43ab72d6ed64b6ca2635e24b8685e7c9173b538d6b8e21 -EBUILD syntastic-3.9.0.ebuild 970 BLAKE2B a5a68d1c7af2c455cc0dbd23d60259ec5ab007f7f3eeb479da216e9c5454abd686e4055f9f0a505f232b33bd2a208e805cc2a1419b53c7cb38c3bd520b94ef45 SHA512 005215fa23cdec125e9888d109ba5a59d47f32540512f9c8d08d32a098aea1a774f6284374f89250c8a8fdc50a13df6e1f1ee13b531ec6ab653ed490e6705f47 -EBUILD syntastic-9999.ebuild 970 BLAKE2B a5a68d1c7af2c455cc0dbd23d60259ec5ab007f7f3eeb479da216e9c5454abd686e4055f9f0a505f232b33bd2a208e805cc2a1419b53c7cb38c3bd520b94ef45 SHA512 005215fa23cdec125e9888d109ba5a59d47f32540512f9c8d08d32a098aea1a774f6284374f89250c8a8fdc50a13df6e1f1ee13b531ec6ab653ed490e6705f47 +EBUILD syntastic-3.9.0.ebuild 974 BLAKE2B 849d98481998cb59c143d0718d9a112992433951157bfe1966601ffec188e2dbce87101497ad3874cec871ce22e69251cb5a16f5b336591b306cf4db879d46bb SHA512 85dbe8d755545755f0c9e952f550b51b9031a32fe17225b3f6393c56e6229fe12872c67fbac235ddcfcbe4cbb6c77985d427c0621b1dd81dc131403102b357f0 +EBUILD syntastic-9999.ebuild 976 BLAKE2B 9039215b66ac7252e3844006f50b81bb722b1df632af248a4de6bebf4f47220e82fdffc369ccfa19bd1940e14cfba6223d5bf9eb70d8b4f44a0687f4011b1baf SHA512 b1d6fc50f90f266be5040ed4a0b077e1c5688cf918d584f499055927e716639103111ddc4127e0fbd8c3c3003f84d70e8162288162b87daa73c616981fe8b3c7 MISC metadata.xml 344 BLAKE2B dae79c875127b2b2034e1f41e65b94b9ff472f58b9d5ce8aa3920db428d468a0015a6ce252522fc158b9823fbff2bd7ff3ba1facc8cf061b775dfaca2b600f70 SHA512 ef01f82c783947320dcb2bdafbcc9545cd2ead7fedb18ccfda335c13d246f980cdd6b31c6e5a2f78f6f75b1ffbc18471a8e8f6c615ba1a75180b362602b6cf85 diff --git a/app-vim/syntastic/syntastic-3.8.0.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild deleted file mode 100644 index 2c2f54a9780a..000000000000 --- a/app-vim/syntastic/syntastic-3.8.0.ebuild +++ /dev/null @@ -1,33 +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 - inherit git-r3 - EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" -else - SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" -LICENSE="WTFPL-2" - -VIM_PLUGIN_HELPFILES="${PN}" - -src_prepare() { - default - rm -r _assets LICENCE README.markdown || die -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "Syntastic has many optional dependencies depending on the type" - elog "of syntax checking being performed. Look in the related files in" - elog "the syntax_checkers directory to help figure out what programs" - elog "different languages need." - fi -} diff --git a/app-vim/syntastic/syntastic-3.9.0.ebuild b/app-vim/syntastic/syntastic-3.9.0.ebuild index 6776db4e00ef..df6c6fa1d276 100644 --- a/app-vim/syntastic/syntastic-3.9.0.ebuild +++ b/app-vim/syntastic/syntastic-3.9.0.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit vim-plugin if [[ ${PV} == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" + EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git" else - SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 x86" fi DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/" LICENSE="WTFPL-2" VIM_PLUGIN_HELPFILES="${PN}" diff --git a/app-vim/syntastic/syntastic-9999.ebuild b/app-vim/syntastic/syntastic-9999.ebuild index 6776db4e00ef..80225618fcfa 100644 --- a/app-vim/syntastic/syntastic-9999.ebuild +++ b/app-vim/syntastic/syntastic-9999.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit vim-plugin if [[ ${PV} == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" + EGIT_REPO_URI="https://github.com/vim-syntastic/syntastic.git" else - SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/vim-syntastic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/vim-syntastic/syntastic/" LICENSE="WTFPL-2" VIM_PLUGIN_HELPFILES="${PN}" -- cgit v1.2.3