diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-09-15 04:49:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-09-15 04:49:10 +0100 |
commit | efca79f216bfeffd55e7731fbf24126d093e1084 (patch) | |
tree | f19ba31d8686b3de4192db3e4c4dc9f3d9af54b5 /app-vim/vim-hoogle | |
parent | ea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff) |
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/vim-hoogle')
-rw-r--r-- | app-vim/vim-hoogle/Manifest | 2 | ||||
-rw-r--r-- | app-vim/vim-hoogle/vim-hoogle-1.3.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-vim/vim-hoogle/Manifest b/app-vim/vim-hoogle/Manifest index 62a7438f9788..a2836b89d914 100644 --- a/app-vim/vim-hoogle/Manifest +++ b/app-vim/vim-hoogle/Manifest @@ -1,3 +1,3 @@ DIST vim-hoogle-1.3.tar.gz 3337 BLAKE2B 2c80577171535aa45609f84e66cb3efc52a7028638075260aea8c1ee35839d79ab834e55f30f3401a3eb4b5daa24ba358d01b9edd1203779043db2fb2133077d SHA512 ea0d2b723e913836dbff5947e7de4fb5dda19ab1d3bd51cd315b28499f1b6c771b037b16eec6a88862d27f675a9ddac11eb5d8d5a5b3ee3e2eeb7620ed4d565a -EBUILD vim-hoogle-1.3.ebuild 478 BLAKE2B ea79729ca6fedef925abac88da8b43c81cc295c6b982a4eb53963d2241cda212b69c4ea5c93f9353f3e927c797c6835ae31a467cfa0f2252982e7024926a2e03 SHA512 b62c15abf6b0b4c67aa6ede9ee4f9021ea97ef6c97a40c2a44fa4b5cd679b851c2ad473ddd9b2912e2c14e17a8d3514a7fd775679908383a5b2ba300a86e0f15 +EBUILD vim-hoogle-1.3.ebuild 475 BLAKE2B 1bcc8cfe41ad8bd7ee380d4aa297f8f97cc75035538641866ef2d33531b395776860fb8e778c8e0631e52d5dfe397cc4a73dec91958f67cf9380ca77cbe1a824 SHA512 ed670296d9a6bf0908141ddc67a79992b74c4745e6a4e298373bd1d5bce0f7febc5227c9cbce8d0f649dcf20ae5e448ba91e534f58ec1c04f73c46061e724853 MISC metadata.xml 334 BLAKE2B 53b8599cc41f92a80096e845a6c8b5207c5f79fbaeab230305fa9227577a471c29327ce84d87ba3b84b61fddd8bc047c44843551d0509c7c4b7276f4048414f5 SHA512 dfc97b9a60a53d971a8f78c1b91a974304cac5fc63ffed4d3b145b0f73ee7978ea7308ff95d76f8e48be754f6bc8958f1dc9855b1a320e497743f3ca87b67098 diff --git a/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild b/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild index 1dee86affdcf..cf970fad0782 100644 --- a/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild +++ b/app-vim/vim-hoogle/vim-hoogle-1.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vim-plugin @@ -10,7 +10,7 @@ MASTER_COMMIT_HASH="31823f830843385f53a3da7a5bfaf678494383c4" DESCRIPTION="vim plugin: use hoogle within vim" HOMEPAGE="https://github.com/Twinside/vim-hoogle" SRC_URI="https://github.com/Twinside/${PN}/archive/${MASTER_COMMIT_HASH}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MASTER_COMMIT_HASH}" + LICENSE="vim.org" KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${PN}-${MASTER_COMMIT_HASH}" |