app-vim/css-color: drop 20211219

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-05-30 19:31:00 +05:00
parent 2a2faa6eb6
commit ce83f64862
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST css-color-20211219.tar.gz 10909 BLAKE2B daefd22618a8cb7ac820c0be2e2234bc4ff4f952be7ff1a0a367f99b9e7cfc05a98554bf772f784feec4c8d549332a89432328d08308ff555cc379ec1689b56a SHA512 44d8c8e59fb04134ab3f182f4946f74beda7f6f6ec5a651167e8f8cd34f2e2e17413393c46b3f906a79007a0ecf3528a30c0084a921a968c319001a490805ae5
DIST css-color-20211229.tar.gz 11163 BLAKE2B 325baede1772a27840572d7b91a6a10b470d8509189c68b65ba1b6a57960a05cbae9f2d32a52524937df939a9130652eaf62fb22538c37bd34768b293fb330f6 SHA512 47369161c8298df0093a012d5eb2d7ad4e966b7b443171192a334faee125964267a4fe231cd6c24b657d25f331318be95c4e1025744f223559fb8f47d222bebf

View File

@@ -1,27 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vim-plugin
COMMIT="26ff274c20ef3929697ab31bbdeea5b42f890287"
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"
SRC_URI="https://github.com/ap/vim-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/vim-${PN}-${COMMIT}"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
src_prepare() {
default
# avoid collision with other packages
cd after/syntax || die
for file in *.vim; do
mkdir "${file%.vim}" || die
mv "${file}" "${file%.vim}/${PN}.vim" || die
done
}