diff options
Diffstat (limited to 'app-vim/zoomwin')
-rw-r--r-- | app-vim/zoomwin/Manifest | 3 | ||||
-rw-r--r-- | app-vim/zoomwin/zoomwin-24-r1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/zoomwin/zoomwin-24-r2.ebuild | 14 |
3 files changed, 18 insertions, 3 deletions
diff --git a/app-vim/zoomwin/Manifest b/app-vim/zoomwin/Manifest index 11d8bf2b4e17..55b28fb4b5c4 100644 --- a/app-vim/zoomwin/Manifest +++ b/app-vim/zoomwin/Manifest @@ -1,3 +1,4 @@ DIST zoomwin-24.tar.bz2 7928 BLAKE2B fc841f859635c58738a52ed55fdea997eaaaa867984347a0977c0818a24517ad580bbc3386567304d5812e20fa0015fbf3cbc116b50b7a56f361d5140a25e8ab SHA512 fb20958813c1cd956c25f34c9355454b5003cf1a2d3582149c07ea3cdb4630a0407f2407f3a8f96abec37659e75facef13094d6d1ec2972b937dab8bdf9d61a9 -EBUILD zoomwin-24-r1.ebuild 345 BLAKE2B 89a1b1b0662feb94e4724ee6fd5597c16b3e3ff4018351195074e4bbe3ceac0bb7041b6d282c9d7000374c729964027292c65e7c25a493363da5d93cbaf1e872 SHA512 8af9e7ed1bd7a94eb7d2851051a7e9f05ea7bc9901713217036d124bb43d173b12b679a5817bd3df73c29fcec3fdd0d5cf0eef59b99cd1da275d78c9775cb290 +EBUILD zoomwin-24-r1.ebuild 346 BLAKE2B 4163e5bb5ac76ae94623fd53aaa00b75802abd2da09c5cc976dc753330347db55ff70237e907f0b6840bee1a79cf0b5ab499f4244161a8c08c6437f765ecb439 SHA512 2173e64673076fdfa5ddb3da50adf027ca21699214517b0b5606335fbe638f0a765f06efe920216f9d6aebed1f534f3b40e942ee1bc45eff9204e2d6905d6015 +EBUILD zoomwin-24-r2.ebuild 351 BLAKE2B 03fc141fb18f935c1520eace6112514ddf4a3bf54d4a0e36704f68919d54052261fafcbccae700ad5ee178b7e7c5f60664d4d593ab9fa9eb1d6cd525f931e319 SHA512 15efdebfc7d47e9d5e58fe92286361e91ee23c1eb10a0ac33eec223737289204bacc89ed7f5692d8b8ba60a35e46131e258d29c2165d9f6ff61ed0d6e87f088b MISC metadata.xml 250 BLAKE2B 159edb6cbbe3884fd7b328cba2125da0a51b5c0be964e60b708efe1bd040a41abdf16f8dbcfaecb9e6e1073528ac99195a08d7045d433414ec2ba1c94d582761 SHA512 6c29f24b33b8829463103cee99e2cf65cf550aa1d6c60c5a746ca2947a97a052969c8dfb9d12ae8114db0971626f9246cb9e4808d951eeae78321325da1ac32a diff --git a/app-vim/zoomwin/zoomwin-24-r1.ebuild b/app-vim/zoomwin/zoomwin-24-r1.ebuild index 3e3acd746ed8..17cc4eca072b 100644 --- a/app-vim/zoomwin/zoomwin-24-r1.ebuild +++ b/app-vim/zoomwin/zoomwin-24-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: brief-style window zooming" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=508" LICENSE="vim" KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" diff --git a/app-vim/zoomwin/zoomwin-24-r2.ebuild b/app-vim/zoomwin/zoomwin-24-r2.ebuild new file mode 100644 index 000000000000..174c3aa672cf --- /dev/null +++ b/app-vim/zoomwin/zoomwin-24-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: brief-style window zooming" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=508" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" + +VIM_PLUGIN_HELPFILES="zoomwin" |