Files
guru/app-vim/rainbow_csv/rainbow_csv-1.10.0_pre20240705.ebuild
ingenarel bf814ca745 app-vim/rainbow_csv: update DESCRIPTION; remove empty IUSE
fixes the following pkgcheck warnings:

app-vim/rainbow_csv
  RedundantLongDescription: metadata.xml longdescription closely matches DESCRIPTION
  BadDescription: version 1.10.0_pre20240705: over 80 chars in length
  EmptyGlobalAssignment: version 1.10.0_pre20240705: line 18: empty global assignment: IUSE=""
  BadDescription: version 9999: over 80 chars in length

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-22 13:59:38 +06:00

26 lines
590 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
DESCRIPTION="A vim plugin for CSV and TSV highlighting and running queries"
HOMEPAGE="https://github.com/mechatroner/rainbow_csv"
EGIT_COMMIT="3dbbfd7d17536aebfb80f571255548495574c32b"
MY_P="${PN}-${EGIT_COMMIT}"
SRC_URI="https://github.com/mechatroner/rainbow_csv/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
app-editors/vim
"
src_install() {
vim-plugin_src_install
}