public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/
@ 2016-09-22  8:04 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-09-22  8:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8c8f7fab12401c030d17e8c8cb39b8b4a0316c27
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 08:04:19 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 08:04:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8f7fab

app-vim/lightline: add lightline to the tree.

lightline is a light and configurable statusline/tabline for Vim.

Package-Manager: portage-2.2.28

 app-vim/lightline/lightline-9999.ebuild | 22 ++++++++++++++++++++++
 app-vim/lightline/metadata.xml          | 11 +++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-vim/lightline/lightline-9999.ebuild b/app-vim/lightline/lightline-9999.ebuild
new file mode 100644
index 00000000..e2c2c5f
--- /dev/null
+++ b/app-vim/lightline/lightline-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/"
+else
+	SRC_URI="https://github.com/itchyny/${PN}.vim/archive/master.zip -> ${P}.zip"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
+HOMEPAGE="https://github.com/itchyny/lightline.vim/"
+LICENSE="vim.org"
+VIM_PLUGIN_HELPFILES="${PN}"
+
+src_compile() { :; }

diff --git a/app-vim/lightline/metadata.xml b/app-vim/lightline/metadata.xml
new file mode 100644
index 00000000..6c8987e
--- /dev/null
+++ b/app-vim/lightline/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>vim@gentoo.org</email>
+    <name>Gentoo Vim Project</name>
+  </maintainer>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/
@ 2017-12-05  4:53 Tim Harder
  0 siblings, 0 replies; 7+ messages in thread
From: Tim Harder @ 2017-12-05  4:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ff8aa5166c94f2a1e6a059d2735b93cc15179b5a
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 04:52:08 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 04:52:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8aa516

app-vim/lightline: update LICENSE

 app-vim/lightline/lightline-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/lightline/lightline-9999.ebuild b/app-vim/lightline/lightline-9999.ebuild
index 0aa89f10998..a73386531e3 100644
--- a/app-vim/lightline/lightline-9999.ebuild
+++ b/app-vim/lightline/lightline-9999.ebuild
@@ -15,7 +15,7 @@ fi
 
 DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
 HOMEPAGE="https://github.com/itchyny/lightline.vim/"
-LICENSE="vim.org"
+LICENSE="MIT"
 VIM_PLUGIN_HELPFILES="${PN}"
 
 src_compile() { :; }


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/
@ 2023-01-03 19:11 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-01-03 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e23ab2743ff80c115d892f24b1ada9ada6a4e81a
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Sun Jan  1 21:15:48 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 19:09:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23ab274

app-vim/lightline: update EAPI 6 -> 8, small QA and build fixes

This commit bumps to the latest EAPI and fixes the versioned build by
updating the SRC_URI and setting S for non-live versions. The explicitly
set src_compile() is dropped, since upstream provides no Makefile and
thus the function is no-op anyway.

Bug: https://bugs.gentoo.org/889198
Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/lightline/lightline-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-vim/lightline/lightline-9999.ebuild b/app-vim/lightline/lightline-9999.ebuild
index a73386531e33..73b4c0fdc1a2 100644
--- a/app-vim/lightline/lightline-9999.ebuild
+++ b/app-vim/lightline/lightline-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit vim-plugin
 
@@ -9,13 +9,13 @@ if [[ ${PV} == "9999" ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/"
 else
-	SRC_URI="https://github.com/itchyny/${PN}.vim/archive/master.zip -> ${P}.zip"
+	# LIGHTLINE_COMMIT=
+	SRC_URI="https://github.com/itchyny/lightline.vim/archive/${LIGHTLINE_COMMIT}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}.vim-${LIGHTLINE_COMMIT}"
 fi
 
 DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
 HOMEPAGE="https://github.com/itchyny/lightline.vim/"
 LICENSE="MIT"
 VIM_PLUGIN_HELPFILES="${PN}"
-
-src_compile() { :; }


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/
@ 2023-01-03 19:11 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-01-03 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     454b20afb39af7f1c4cbd802241f1c6a618b223d
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Sun Jan  1 21:23:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 19:09:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454b20af

app-vim/lightline: add 0_pre20221005

Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/lightline/Manifest                       |  1 +
 app-vim/lightline/lightline-0_pre20221005.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-vim/lightline/Manifest b/app-vim/lightline/Manifest
new file mode 100644
index 000000000000..1ce639518684
--- /dev/null
+++ b/app-vim/lightline/Manifest
@@ -0,0 +1 @@
+DIST lightline-0_pre20221005.tar.gz 40896 BLAKE2B 38b959844dc69717b6add908746a435134a402e3ddba36dddfa1d9500ff57b390c773a537e3e8dc244017fe779a7068f6404018bfc1ebd70379086aaf2721b4d SHA512 acccc145ed548a64915da586009759492852181561d4bf4181f0cdabd71c6356700bf007b0cd87a36ad67ea1482d9d6e1b9c23620b5617f9ed7d8b3d19246e52

diff --git a/app-vim/lightline/lightline-0_pre20221005.ebuild b/app-vim/lightline/lightline-0_pre20221005.ebuild
new file mode 100644
index 000000000000..3d0740e3d599
--- /dev/null
+++ b/app-vim/lightline/lightline-0_pre20221005.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/"
+else
+	LIGHTLINE_COMMIT=b1e91b41f5028d65fa3d31a425ff21591d5d957f
+	SRC_URI="https://github.com/itchyny/lightline.vim/archive/${LIGHTLINE_COMMIT}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}.vim-${LIGHTLINE_COMMIT}"
+fi
+
+DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
+HOMEPAGE="https://github.com/itchyny/lightline.vim/"
+LICENSE="MIT"
+VIM_PLUGIN_HELPFILES="${PN}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/
@ 2023-01-03 19:11 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-01-03 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     039f8e8830cf97edef800542059b319cdf0ebac7
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Mon Jan  2 17:08:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 19:09:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039f8e88

app-vim/lightline: add myself as a maintainer

Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
Closes: https://github.com/gentoo/gentoo/pull/28931
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-vim/lightline/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/app-vim/lightline/metadata.xml b/app-vim/lightline/metadata.xml
index 0ea6591d4974..f39ddb87ffb6 100644
--- a/app-vim/lightline/metadata.xml
+++ b/app-vim/lightline/metadata.xml
@@ -8,6 +8,14 @@
   <maintainer type="person">
     <email>monsieurp@gentoo.org</email>
   </maintainer>
+  <maintainer type="person">
+    <email>nex+b-g-o@nexadn.de</email>
+    <name>Adrian Schollmeyer</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
   <upstream>
     <remote-id type="github">itchyny/lightline.vim</remote-id>
   </upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/
@ 2024-03-29  7:40 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2024-03-29  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6f3982af3a1449bd96602fe09f961678f995f860
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Tue Feb 20 17:33:08 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 07:38:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3982af

app-vim/lightline: drop 0_pre20221005

Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
Closes: https://github.com/gentoo/gentoo/pull/35444
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-vim/lightline/Manifest                       |  1 -
 app-vim/lightline/lightline-0_pre20221005.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/app-vim/lightline/Manifest b/app-vim/lightline/Manifest
index afb7f06fea55..c24a9ca6ae79 100644
--- a/app-vim/lightline/Manifest
+++ b/app-vim/lightline/Manifest
@@ -1,2 +1 @@
-DIST lightline-0_pre20221005.tar.gz 40896 BLAKE2B 38b959844dc69717b6add908746a435134a402e3ddba36dddfa1d9500ff57b390c773a537e3e8dc244017fe779a7068f6404018bfc1ebd70379086aaf2721b4d SHA512 acccc145ed548a64915da586009759492852181561d4bf4181f0cdabd71c6356700bf007b0cd87a36ad67ea1482d9d6e1b9c23620b5617f9ed7d8b3d19246e52
 DIST lightline-0_pre20240113.tar.gz 41157 BLAKE2B d9570e907c7bd5e70eed29bc7fe20b610b13febd51488dcf8867adde5d8b5851a9d5ea5054fdd5f1cc3a841f8cd6d600d58aad72ddf1bec5d3dbe23bf692b4c2 SHA512 c3041ccf6372071b5486690129cce4afe76c35718a581c53f05822ddf87ca860ffb1af02951a3e82f87aee502edf36ed031497ffa386baddc2b9f66f7885f4bf

diff --git a/app-vim/lightline/lightline-0_pre20221005.ebuild b/app-vim/lightline/lightline-0_pre20221005.ebuild
deleted file mode 100644
index 3d0740e3d599..000000000000
--- a/app-vim/lightline/lightline-0_pre20221005.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vim-plugin
-
-if [[ ${PV} == "9999" ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/"
-else
-	LIGHTLINE_COMMIT=b1e91b41f5028d65fa3d31a425ff21591d5d957f
-	SRC_URI="https://github.com/itchyny/lightline.vim/archive/${LIGHTLINE_COMMIT}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-	S="${WORKDIR}/${PN}.vim-${LIGHTLINE_COMMIT}"
-fi
-
-DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
-HOMEPAGE="https://github.com/itchyny/lightline.vim/"
-LICENSE="MIT"
-VIM_PLUGIN_HELPFILES="${PN}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/
@ 2024-03-29  7:40 Joonas Niilola
  0 siblings, 0 replies; 7+ messages in thread
From: Joonas Niilola @ 2024-03-29  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b4b671048073e9b291b52672320250e4c1c127e3
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Tue Feb 20 17:32:41 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 07:37:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b67104

app-vim/lightline: add 0_pre20240113

Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-vim/lightline/Manifest                       |  1 +
 app-vim/lightline/lightline-0_pre20240113.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-vim/lightline/Manifest b/app-vim/lightline/Manifest
index 1ce639518684..afb7f06fea55 100644
--- a/app-vim/lightline/Manifest
+++ b/app-vim/lightline/Manifest
@@ -1 +1,2 @@
 DIST lightline-0_pre20221005.tar.gz 40896 BLAKE2B 38b959844dc69717b6add908746a435134a402e3ddba36dddfa1d9500ff57b390c773a537e3e8dc244017fe779a7068f6404018bfc1ebd70379086aaf2721b4d SHA512 acccc145ed548a64915da586009759492852181561d4bf4181f0cdabd71c6356700bf007b0cd87a36ad67ea1482d9d6e1b9c23620b5617f9ed7d8b3d19246e52
+DIST lightline-0_pre20240113.tar.gz 41157 BLAKE2B d9570e907c7bd5e70eed29bc7fe20b610b13febd51488dcf8867adde5d8b5851a9d5ea5054fdd5f1cc3a841f8cd6d600d58aad72ddf1bec5d3dbe23bf692b4c2 SHA512 c3041ccf6372071b5486690129cce4afe76c35718a581c53f05822ddf87ca860ffb1af02951a3e82f87aee502edf36ed031497ffa386baddc2b9f66f7885f4bf

diff --git a/app-vim/lightline/lightline-0_pre20240113.ebuild b/app-vim/lightline/lightline-0_pre20240113.ebuild
new file mode 100644
index 000000000000..0cdebfc81b8a
--- /dev/null
+++ b/app-vim/lightline/lightline-0_pre20240113.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
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/"
+else
+	LIGHTLINE_COMMIT="58c97bc21c6f657d3babdd4eefce7593e30e75ce"
+	SRC_URI="https://github.com/itchyny/lightline.vim/archive/${LIGHTLINE_COMMIT}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}.vim-${LIGHTLINE_COMMIT}"
+fi
+
+DESCRIPTION="vim plugin: A light and configurable statusline/tabline"
+HOMEPAGE="https://github.com/itchyny/lightline.vim/"
+LICENSE="MIT"
+VIM_PLUGIN_HELPFILES="${PN}"


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

end of thread, other threads:[~2024-03-29  7:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05  4:53 [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/ Tim Harder
  -- strict thread matches above, loose matches on Subject: below --
2024-03-29  7:40 Joonas Niilola
2024-03-29  7:40 Joonas Niilola
2023-01-03 19:11 Arthur Zamarin
2023-01-03 19:11 Arthur Zamarin
2023-01-03 19:11 Arthur Zamarin
2016-09-22  8:04 Patrice Clement

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