public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/rainbow_csv/
@ 2024-07-06 13:04 Hendrik Klug
  0 siblings, 0 replies; 2+ messages in thread
From: Hendrik Klug @ 2024-07-06 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9571a942ae8669362fe04cabe8c357a59be218f9
Author:     Hendrik Klug <hendrik.klug <AT> gmail <DOT> com>
AuthorDate: Sat Jul  6 12:54:55 2024 +0000
Commit:     Hendrik Klug <hendrik.klug <AT> gmail <DOT> com>
CommitDate: Sat Jul  6 13:04:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9571a942

app-vim/rainbow_csv: new package, add 9999

Signed-off-by: Hendrik Klug <hendrik.klug <AT> gmail.com>

 app-vim/rainbow_csv/metadata.xml            | 14 ++++++++++++++
 app-vim/rainbow_csv/rainbow_csv-9999.ebuild | 21 +++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-vim/rainbow_csv/metadata.xml b/app-vim/rainbow_csv/metadata.xml
new file mode 100644
index 000000000..f014ea9cf
--- /dev/null
+++ b/app-vim/rainbow_csv/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>hendrik.klug@gmail.com</email>
+		<name>Hendrik Klug</name>
+	</maintainer>
+	<longdescription lang="en">
+		🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language
+	</longdescription>
+	<upstream>
+		<remote-id type="github">mechatroner/rainbow_csv</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-vim/rainbow_csv/rainbow_csv-9999.ebuild b/app-vim/rainbow_csv/rainbow_csv-9999.ebuild
new file mode 100644
index 000000000..e0c33b502
--- /dev/null
+++ b/app-vim/rainbow_csv/rainbow_csv-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit vim-plugin git-r3
+
+DESCRIPTION="🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language"
+HOMEPAGE="https://github.com/mechatroner/rainbow_csv"
+EGIT_REPO_URI="https://github.com/mechatroner/rainbow_csv.git"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+app-editors/vim
+"
+
+src_install() {
+    vim-plugin_src_install
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/rainbow_csv/
@ 2024-07-12 20:50 Hendrik Klug
  0 siblings, 0 replies; 2+ messages in thread
From: Hendrik Klug @ 2024-07-12 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     513afbb69226fd2533751e36a9ba22f5aa481ecf
Author:     Hendrik Klug <hendrik.klug <AT> gmail <DOT> com>
AuthorDate: Fri Jul 12 20:47:51 2024 +0000
Commit:     Hendrik Klug <hendrik.klug <AT> gmail <DOT> com>
CommitDate: Fri Jul 12 20:47:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=513afbb6

app-vim/rainbow_csv: add 1.10.0_pre20240705

Signed-off-by: Hendrik Klug <hendrik.klug <AT> gmail.com>

 app-vim/rainbow_csv/Manifest                       |  1 +
 .../rainbow_csv-1.10.0_pre20240705.ebuild          | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-vim/rainbow_csv/Manifest b/app-vim/rainbow_csv/Manifest
new file mode 100644
index 000000000..d48c56aa5
--- /dev/null
+++ b/app-vim/rainbow_csv/Manifest
@@ -0,0 +1 @@
+DIST rainbow_csv-3dbbfd7d17536aebfb80f571255548495574c32b.tar.gz 222389 BLAKE2B 090dd5fa6e426f10df4fb94bf9c47bba614cb51ae14f98e169441f6387ada5814f36cb8cd1b735b3699b54559a2d313b7a2e265c256e0c0df631bc8f280b5566 SHA512 ba6a02c85fed5f7fdc7e6fdea53ad2edf69d985e2b0873a38592f6610b618a7576d47b8e609f2f0b8ef1c3cb735e8ce2afebc595db404eecbbf0f3e153ee221d

diff --git a/app-vim/rainbow_csv/rainbow_csv-1.10.0_pre20240705.ebuild b/app-vim/rainbow_csv/rainbow_csv-1.10.0_pre20240705.ebuild
new file mode 100644
index 000000000..9af59c05e
--- /dev/null
+++ b/app-vim/rainbow_csv/rainbow_csv-1.10.0_pre20240705.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit vim-plugin
+
+DESCRIPTION="🌈Rainbow CSV - Vim plugin: Highlight columns in CSV and TSV files and run queries in SQL-like language"
+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"
+IUSE=""
+
+RDEPEND="
+    app-editors/vim
+"
+
+src_install() {
+    vim-plugin_src_install
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-12 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-06 13:04 [gentoo-commits] repo/proj/guru:dev commit in: app-vim/rainbow_csv/ Hendrik Klug
  -- strict thread matches above, loose matches on Subject: below --
2024-07-12 20:50 Hendrik Klug

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox