diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-11-06 04:13:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-11-06 04:13:54 +0000 |
commit | 6471b382a951b256ffa1b8ea3e6e7d7f5b189281 (patch) | |
tree | bbf20ea2988714b3e374b9766666cc2082972074 /app-vim | |
parent | 97975d199eba29b1b2f09f99dcd0566f2d1f581f (diff) |
gentoo auto-resync : 06:11:2023 - 04:13:53
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/Manifest.gz | bin | 31634 -> 31635 bytes | |||
-rw-r--r-- | app-vim/bufexplorer/Manifest | 4 | ||||
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-7.4.19.ebuild | 14 | ||||
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-7.4.25.ebuild | 8 |
4 files changed, 4 insertions, 22 deletions
diff --git a/app-vim/Manifest.gz b/app-vim/Manifest.gz Binary files differindex 3e955f12e393..034a8712386c 100644 --- a/app-vim/Manifest.gz +++ b/app-vim/Manifest.gz diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest index a42f5228c66a..7cd6ede14188 100644 --- a/app-vim/bufexplorer/Manifest +++ b/app-vim/bufexplorer/Manifest @@ -1,5 +1,3 @@ -DIST bufexplorer-7.4.19.tar.gz 25679 BLAKE2B 814adb79fc196174a9915643a3617e3c324f963792a2706f59f35699289524d0b93e7337ec3697d03e3a98b9f15018d40dbf9c0d4f35d6cebde8ea6de4cf1b23 SHA512 d38bcb52a50cfcf6d0b66ca6f1290a6be53d5cee98b3d2d7a93e01b5ef904af53c6cc8256e667bdeeb23a58344f5d69838bb7b5d71d225a83d1e173b99344888 DIST bufexplorer-7.4.25.tar.gz 26548 BLAKE2B fec01693a75a904fa056c268156cc475a694c39a0350e1365a4837e7f97b7b3c69de40e7a0bf7f55c19f8be3d576dc7672ecf74cd4092552182e378602795ba4 SHA512 5e90e5c1d7dc32b4a94a31e9a08d3be466fd8d000916385d2e8b6962df24ada713d2a3f7b8fb15ec0e3e7d4f5ab13954f4728d4956b99dfb7b5cf0bcf9e26022 -EBUILD bufexplorer-7.4.19.ebuild 444 BLAKE2B fd391756996afa118b82cce6cba18a49066ce56def48be44372e1aa7e67e60a2dc08c8ef2f93ce5017b72668d4788d606fe0860a0b3c9bf011cf4629030ae5dd SHA512 0554f2f8f3518c435533d045f9774850a437c8383f46f9f91cf37d33789a54b79c713f44219afde5113025169dfc43ad84a2fffc7b8c12fb6600348f78085769 -EBUILD bufexplorer-7.4.25.ebuild 481 BLAKE2B 7dbc82f7a924d54b231f6ff3205c08e82bf70b47b1843426f4eb58c60a718d9d574c0b42ab1683a6736cee064bc9c6b866b421ca6ca594a7caf733a457598626 SHA512 4d67da1856c9e955c24c4d973443316a06249488cca6c58236497a743e6ab43cb900f3bc5fdc433293bf0f3ee498afbb7f501a6b374bec31868729cb4ce2c7fe +EBUILD bufexplorer-7.4.25.ebuild 475 BLAKE2B da9d1639825ac1fe9b53bacb1ae667eef4e099292c0ca43397db111d047ead4a28a91cc35ebf566b43751184e0d53b3147e50c11676e6a45f4c7c228f84bed91 SHA512 cb7588976488182207dc16b26947de55d34ec03100f68d1e9ed906bc580a5c2421115b8981ee71618b90777dfe95c3185cf4ab638d838ab6aa6e77d01f9201f3 MISC metadata.xml 338 BLAKE2B 1f048a8446ff62013ddfbdc5ff33bb5f601217dc8613b92e68697cd419c25e244535b618492356ebf7058c544cacdb496fabe14e00e09fc505bf032940d4084d SHA512 dc558d6361db980d7d604a6602790cee0a618a1fdf3edf4fb51bf4b99b0227f22dd2cf3210deef34089b2f7cbaa492b8caf3b240570ebef18679e7c0eb4c9330 diff --git a/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild deleted file mode 100644 index 7c560e19128d..000000000000 --- a/app-vim/bufexplorer/bufexplorer-7.4.19.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: easily browse vim buffers" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=42 https://github.com/jlanzarotta/bufexplorer" -SRC_URI="https://github.com/jlanzarotta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild index eb1fed880037..b7196087ee4b 100644 --- a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild +++ b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild @@ -6,14 +6,12 @@ EAPI=8 inherit vim-plugin DESCRIPTION="vim plugin: easily browse vim buffers" -HOMEPAGE=" - https://www.vim.org/scripts/script.php?script_id=42 - https://github.com/jlanzarotta/bufexplorer" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=42 +https://github.com/jlanzarotta/bufexplorer" SRC_URI="https://github.com/jlanzarotta/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-v.${PV}" LICENSE="BSD" KEYWORDS="amd64 x86" -S="${WORKDIR}/${PN}-v.${PV}" - VIM_PLUGIN_HELPFILES="${PN}.txt" |