diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
commit | 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (patch) | |
tree | c99a472cce74148d499f42ada873454b0e32a42d /app-vim/supertab | |
parent | da6a52f691ef980bab92d003d5df8f463c623af8 (diff) |
gentoo resync : 13.03.2018
Diffstat (limited to 'app-vim/supertab')
-rw-r--r-- | app-vim/supertab/Manifest | 2 | ||||
-rw-r--r-- | app-vim/supertab/supertab-2.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/supertab/Manifest b/app-vim/supertab/Manifest index 1e3d119323bd..a1eb7de1aa13 100644 --- a/app-vim/supertab/Manifest +++ b/app-vim/supertab/Manifest @@ -1,3 +1,3 @@ DIST supertab-2.1.tar.gz 16585 BLAKE2B 8c9adcd1e4cd27ea3c6ef33215287b3f6734ea6dba8ff1ae4852db387c26fadcad9fa9c6ee57800c662d6da815af2e7e91682bbb768b6d15ee661063af30bfa2 SHA512 6daec863968be9aaefecb3388a8626f4ebf1c76899e460463fc64a56f15f743d3eae36b03588b5450a2c49b63ecdec8faf3476eda1a07cc48caf731eff77a592 -EBUILD supertab-2.1.ebuild 506 BLAKE2B a1adca6466f5417f5fb296727f33dd37c97ce14ed87cfb054892c830bdbab8083522f97573605cdfcfc99990c4db32fbefe9f0dad4a82a3cc56ee7d847bd7283 SHA512 fe32ea92981ab68e83a97cec68b821f989340a706f2be2cd5cac485f120e6c30b22e8b8223931d48d5298f535320d3782b36b353bcf26442a931005b19cbec75 +EBUILD supertab-2.1.ebuild 507 BLAKE2B f9ffa97068960076ac7a36898cea6f2c88dc29d2a1e9333a1137b1f22edaee6af9486b696a6dd41ecd9852a51c1574eb89f9565182e095de797b116c11ccbebb SHA512 15d1e6f033c7a36c14a99390b28ef9f52cd2555e9293c7e9a90f16565118ce008021fb084d66244453e211b2db5e403ea3884e5707dbebd32f71a4c5e8c1aedb MISC metadata.xml 341 BLAKE2B 33e39fad500b2aaad60543debd41b6d80d713c6ec168ee2e9eb7edb47f4e3d2c621a5bc2f32b24c27d549d6daeb3213c2a2ce2e81f1e8ba492e789da22d11036 SHA512 e1c44cd31882c2aeaee01a4112c8ba3c6d57bfba3d1b30ee0d1f9726569d4249528b2ea1c2d7b5beeddca28dbf443e1b9bc788381510a4ff8ce56b2788d17425 diff --git a/app-vim/supertab/supertab-2.1.ebuild b/app-vim/supertab/supertab-2.1.ebuild index e08cfd3791d0..6e48c8901b53 100644 --- a/app-vim/supertab/supertab-2.1.ebuild +++ b/app-vim/supertab/supertab-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit vim-plugin DESCRIPTION="vim plugin: enhanced Tab key functionality" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643 https://github.com/ervandew/supertab/" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1643 https://github.com/ervandew/supertab/" SRC_URI="https://github.com/ervandew/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" KEYWORDS="amd64 ~mips ppc x86" |