app-vim/css-color: add 20230727, drop 20211229

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2023-11-25 21:50:15 +05:00
parent 85b75b2a5f
commit 336265d21f
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
3 changed files with 7 additions and 4 deletions

View File

@ -1,2 +1,2 @@
DIST css-color-20211229.tar.gz 11163 BLAKE2B 325baede1772a27840572d7b91a6a10b470d8509189c68b65ba1b6a57960a05cbae9f2d32a52524937df939a9130652eaf62fb22538c37bd34768b293fb330f6 SHA512 47369161c8298df0093a012d5eb2d7ad4e966b7b443171192a334faee125964267a4fe231cd6c24b657d25f331318be95c4e1025744f223559fb8f47d222bebf
DIST css-color-20230308.tar.gz 11057 BLAKE2B 89de517e05959b11b2bd308b5664b31ef4013505194804d1acf15c53b617f7d2b20193023cb6b90ad8fda9b940692e2529a15b98085e03a750926383110aff5d SHA512 0303f8242c8829120f2228a1ddbc3647f174def11db4f33f32a81bc622e16736c54ce240fbb93a67e6a4f4e1173ea960852d133715a1bd37f294a52b75c99bfb
DIST css-color-20230727.tar.gz 11226 BLAKE2B a003bd2dd9c3624fcc709e05e9d730af3280e8afa0f2968eb3d718ababa2cd74a8e0c60c11f71bdd4763a11231ddd3b3a07d1481a54ab70cb217a33b0a3158bc SHA512 61bd1ce26b0a647ec7a2d4f3a60e7f19428071cf02f29897f300a75f9d9e68cc336c561737883abb92180bfdff4fde1e946c90b385322d3d0d1cefa962eb5ecd

View File

@ -5,10 +5,12 @@ EAPI=8
inherit vim-plugin
COMMIT="8bf943681f92c81a8cca19762a1ccec8bc29098a"
COMMIT="6cc65734bc7105d9677ca54e2255fcbc953ba6bf"
DESCRIPTION="vim plugin: preview colours in source code while editing"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=5056
https://github.com/ap/vim-css-color"
HOMEPAGE="
https://github.com/ap/vim-css-color
https://www.vim.org/scripts/script.php?script_id=5056
"
SRC_URI="https://github.com/ap/vim-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/vim-${PN}-${COMMIT}"

View File

@ -4,5 +4,6 @@
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">ap/vim-css-color</remote-id>
<remote-id type="vim">5056</remote-id>
</upstream>
</pkgmetadata>