mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
inherit vim-plugin
|
inherit vim-plugin
|
||||||
|
|
||||||
DESCRIPTION="🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language"
|
DESCRIPTION="A vim plugin for CSV and TSV highlighting and running queries"
|
||||||
HOMEPAGE="https://github.com/mechatroner/rainbow_csv"
|
HOMEPAGE="https://github.com/mechatroner/rainbow_csv"
|
||||||
|
|
||||||
EGIT_COMMIT="3dbbfd7d17536aebfb80f571255548495574c32b"
|
EGIT_COMMIT="3dbbfd7d17536aebfb80f571255548495574c32b"
|
||||||
@@ -15,7 +15,6 @@ S="${WORKDIR}/${MY_P}"
|
|||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-editors/vim
|
app-editors/vim
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
inherit vim-plugin git-r3
|
inherit vim-plugin git-r3
|
||||||
|
|
||||||
DESCRIPTION="🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language"
|
DESCRIPTION="A vim plugin for CSV and TSV highlighting and running queries"
|
||||||
HOMEPAGE="https://github.com/mechatroner/rainbow_csv"
|
HOMEPAGE="https://github.com/mechatroner/rainbow_csv"
|
||||||
EGIT_REPO_URI="https://github.com/mechatroner/rainbow_csv.git"
|
EGIT_REPO_URI="https://github.com/mechatroner/rainbow_csv.git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user