public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/kotlin-vim/
@ 2022-08-25 18:31 Tony Olagbaiye
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Olagbaiye @ 2022-08-25 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e9c3151e4bf480fe99cc057cbdad27ca671398f2
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Thu Aug 25 17:53:58 2022 +0000
Commit:     Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Thu Aug 25 18:31:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9c3151e

app-vim/kotlin-vim: new package, add 20220627

Signed-off-by: bqv <bqv <AT> fron.io>

 app-vim/kotlin-vim/Manifest                   |  3 +++
 app-vim/kotlin-vim/kotlin-vim-20220627.ebuild | 20 ++++++++++++++++++++
 app-vim/kotlin-vim/metadata.xml               |  8 ++++++++
 3 files changed, 31 insertions(+)

diff --git a/app-vim/kotlin-vim/Manifest b/app-vim/kotlin-vim/Manifest
new file mode 100644
index 000000000..8e254a334
--- /dev/null
+++ b/app-vim/kotlin-vim/Manifest
@@ -0,0 +1,3 @@
+DIST kotlin-vim-20220627.tar.gz 11915 BLAKE2B 417ecb64297a55adce8c3fd2a464bc2f38e066380bd8d179dce794263eb440288ed016d9113a4e1c33a1c07131aa075d257c1ba07f64a0caf424c372b090c800 SHA512 2fbc8205ef952b2393b164225531182ef47fb8acb6d46d80fee03bff5433118ed3e1a7b87e165521d4448614d4c38c4a5424434772d8eb130d7ce9d62cb24ed2
+EBUILD kotlin-vim-20220627.ebuild 552 BLAKE2B f32ca694df0d4ebd10357c01e7867f959b4da739b2aaf73b813681df93d5dfb1330355fe57d7404ec0e18e02f8b866f86284a78d5f0a5c00f22fccbc13ba391b SHA512 9fe58a26aa31218dd30a3ada431d44b20ede6f20d28b66f803ad1445419508ebd92a0b1fa6bfcd6eea4c466d022103d4cab2cbb2cae45f5d74e9c72fad4bbe52
+MISC metadata.xml 246 BLAKE2B 719b651fc01707ec3d9e366f618d27c931b4c5f912fdfb5c2d85434a0e798b9ee0d0ea6925cb62e693c745953abaf666009d03696da5496fd93c9045bbe893d2 SHA512 f517e1837b4773afe57afb34d82308adc22f72aeeaabf5664c3caecf1c6d9204e783e32010cae416245213f5558d333edb8e60e05c7388824a2902473483af6f

diff --git a/app-vim/kotlin-vim/kotlin-vim-20220627.ebuild b/app-vim/kotlin-vim/kotlin-vim-20220627.ebuild
new file mode 100644
index 000000000..309c35bf0
--- /dev/null
+++ b/app-vim/kotlin-vim/kotlin-vim-20220627.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+#VIM_PLUGIN_VIM_VERSION="7.0"
+inherit vim-plugin
+
+DESCRIPTION="Kotlin plugin for Vim."
+HOMEPAGE="https://github.com/udalov/kotlin-vim"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+SHA="1261f851e5fb2192b3a5e1691650597c71dfce2f"
+SRC_URI="https://github.com/udalov/kotlin-vim/archive/${SHA}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${SHA}"
+
+VIM_PLUGIN_HELPFILES="README.md"
+VIM_PLUGIN_HELPURI="https://github.com/udalov/kotlin-vim"

diff --git a/app-vim/kotlin-vim/metadata.xml b/app-vim/kotlin-vim/metadata.xml
new file mode 100644
index 000000000..c26d5cc26
--- /dev/null
+++ b/app-vim/kotlin-vim/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>audvare@gmail.com</email>
+		<name>Andrew Udvare</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/kotlin-vim/
@ 2022-08-26 10:21 Tony Olagbaiye
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Olagbaiye @ 2022-08-26 10:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0249e61927e76c2152d9923c3c455f450165b7a5
Author:     Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Fri Aug 26 10:19:33 2022 +0000
Commit:     Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Fri Aug 26 10:20:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0249e619

app-vim/kotlin-vim: fix manifest

Signed-off-by: bqv <bqv <AT> fron.io>

 app-vim/kotlin-vim/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/app-vim/kotlin-vim/metadata.xml b/app-vim/kotlin-vim/metadata.xml
deleted file mode 100644
index c26d5cc26..000000000
--- a/app-vim/kotlin-vim/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>audvare@gmail.com</email>
-		<name>Andrew Udvare</name>
-	</maintainer>
-</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/kotlin-vim/
  2022-09-08 10:06 [gentoo-commits] repo/proj/guru:master commit in: app-vim/kotlin-vim/ Andrew Ammerlaan
@ 2022-09-08 10:06 ` Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-09-08 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2bd1ca1bf3d943f7e04a674c0722c2065611beb3
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:02:12 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:02:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bd1ca1b

app-vim/kotlin-vim: update Manifest

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-vim/kotlin-vim/Manifest | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-vim/kotlin-vim/Manifest b/app-vim/kotlin-vim/Manifest
index 8e254a334..c43737fdb 100644
--- a/app-vim/kotlin-vim/Manifest
+++ b/app-vim/kotlin-vim/Manifest
@@ -1,3 +1 @@
 DIST kotlin-vim-20220627.tar.gz 11915 BLAKE2B 417ecb64297a55adce8c3fd2a464bc2f38e066380bd8d179dce794263eb440288ed016d9113a4e1c33a1c07131aa075d257c1ba07f64a0caf424c372b090c800 SHA512 2fbc8205ef952b2393b164225531182ef47fb8acb6d46d80fee03bff5433118ed3e1a7b87e165521d4448614d4c38c4a5424434772d8eb130d7ce9d62cb24ed2
-EBUILD kotlin-vim-20220627.ebuild 552 BLAKE2B f32ca694df0d4ebd10357c01e7867f959b4da739b2aaf73b813681df93d5dfb1330355fe57d7404ec0e18e02f8b866f86284a78d5f0a5c00f22fccbc13ba391b SHA512 9fe58a26aa31218dd30a3ada431d44b20ede6f20d28b66f803ad1445419508ebd92a0b1fa6bfcd6eea4c466d022103d4cab2cbb2cae45f5d74e9c72fad4bbe52
-MISC metadata.xml 246 BLAKE2B 719b651fc01707ec3d9e366f618d27c931b4c5f912fdfb5c2d85434a0e798b9ee0d0ea6925cb62e693c745953abaf666009d03696da5496fd93c9045bbe893d2 SHA512 f517e1837b4773afe57afb34d82308adc22f72aeeaabf5664c3caecf1c6d9204e783e32010cae416245213f5558d333edb8e60e05c7388824a2902473483af6f


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

* [gentoo-commits] repo/proj/guru:master commit in: app-vim/kotlin-vim/
@ 2022-09-08 10:06 Andrew Ammerlaan
  2022-09-08 10:06 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-09-08 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2bd1ca1bf3d943f7e04a674c0722c2065611beb3
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:02:12 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:02:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bd1ca1b

app-vim/kotlin-vim: update Manifest

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-vim/kotlin-vim/Manifest | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-vim/kotlin-vim/Manifest b/app-vim/kotlin-vim/Manifest
index 8e254a334..c43737fdb 100644
--- a/app-vim/kotlin-vim/Manifest
+++ b/app-vim/kotlin-vim/Manifest
@@ -1,3 +1 @@
 DIST kotlin-vim-20220627.tar.gz 11915 BLAKE2B 417ecb64297a55adce8c3fd2a464bc2f38e066380bd8d179dce794263eb440288ed016d9113a4e1c33a1c07131aa075d257c1ba07f64a0caf424c372b090c800 SHA512 2fbc8205ef952b2393b164225531182ef47fb8acb6d46d80fee03bff5433118ed3e1a7b87e165521d4448614d4c38c4a5424434772d8eb130d7ce9d62cb24ed2
-EBUILD kotlin-vim-20220627.ebuild 552 BLAKE2B f32ca694df0d4ebd10357c01e7867f959b4da739b2aaf73b813681df93d5dfb1330355fe57d7404ec0e18e02f8b866f86284a78d5f0a5c00f22fccbc13ba391b SHA512 9fe58a26aa31218dd30a3ada431d44b20ede6f20d28b66f803ad1445419508ebd92a0b1fa6bfcd6eea4c466d022103d4cab2cbb2cae45f5d74e9c72fad4bbe52
-MISC metadata.xml 246 BLAKE2B 719b651fc01707ec3d9e366f618d27c931b4c5f912fdfb5c2d85434a0e798b9ee0d0ea6925cb62e693c745953abaf666009d03696da5496fd93c9045bbe893d2 SHA512 f517e1837b4773afe57afb34d82308adc22f72aeeaabf5664c3caecf1c6d9204e783e32010cae416245213f5558d333edb8e60e05c7388824a2902473483af6f


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

end of thread, other threads:[~2022-09-08 10:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 10:06 [gentoo-commits] repo/proj/guru:master commit in: app-vim/kotlin-vim/ Andrew Ammerlaan
2022-09-08 10:06 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-08-26 10:21 Tony Olagbaiye
2022-08-25 18:31 Tony Olagbaiye

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