public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline-themes/
@ 2016-06-11 19:42 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-06-11 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e0fb1cb2368cd81209bbeb8c1f3720f1b01064c3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 19:12:59 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 19:14:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fb1cb2

app-vim/airline-themes: Add airline-themes to the tree.

Gentoo-Bug: https://bugs.gentoo.org/578368

Package-Manager: portage-2.2.28

 app-vim/airline-themes/airline-themes-9999.ebuild | 17 +++++++++++++++++
 app-vim/airline-themes/metadata.xml               | 11 +++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-vim/airline-themes/airline-themes-9999.ebuild b/app-vim/airline-themes/airline-themes-9999.ebuild
new file mode 100644
index 0000000..d8c5d16
--- /dev/null
+++ b/app-vim/airline-themes/airline-themes-9999.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin git-r3
+
+EGIT_REPO_URI="https://github.com/vim-airline/vim-airline-themes.git"
+
+DESCRIPTION="vim plugin: a collection of themes for vim-airline"
+HOMEPAGE="https://github.com/vim-airline/vim-airline-themes"
+LICENSE="MIT"
+IUSE=""
+
+DEPEND="app-vim/airline"
+RDEPEND="${DEPEND}"

diff --git a/app-vim/airline-themes/metadata.xml b/app-vim/airline-themes/metadata.xml
new file mode 100644
index 0000000..6c8987e
--- /dev/null
+++ b/app-vim/airline-themes/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] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline-themes/
@ 2018-10-21 13:41 Mikle Kolyada
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2018-10-21 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     400832560b5b30290130db0926c8fa9af556a801
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 13:40:43 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 13:41:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40083256

app-vim/airline-themes: Take a snapshot from master

Closes: https://bugs.gentoo.org/669192
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-vim/airline-themes/Manifest                          |  1 +
 .../airline-themes/airline-themes-0_pre20181021.ebuild   | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/app-vim/airline-themes/Manifest b/app-vim/airline-themes/Manifest
new file mode 100644
index 00000000000..57effbec9d8
--- /dev/null
+++ b/app-vim/airline-themes/Manifest
@@ -0,0 +1 @@
+DIST airline-themes-0_pre20181021.tar.xz 38516 BLAKE2B 2fe1e848b57546aa39e02262e5ae3e0164830641b1c8ccca1d3dc04afab8db4c618b079c63d5854697737610df1ab891d1622a22b89c431331b8bd16cc31fc3e SHA512 764fa44a4711c92a03f6f16a3d774ad871d13adfa53e7b942bad677ff1d03f32aa24723c612d50c14ca996fa971f48695e259cc53345d253d38e63f08651e002

diff --git a/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild b/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild
new file mode 100644
index 00000000000..722ec491e21
--- /dev/null
+++ b/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: a collection of themes for vim-airline"
+HOMEPAGE="https://github.com/vim-airline/vim-airline-themes"
+SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-vim/airline"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline-themes/
@ 2018-11-11  9:44 Mikle Kolyada
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2018-11-11  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     09825d5a2d57c218c26b7d036953f3adcb471d6e
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 09:44:37 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 09:44:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09825d5a

app-vim/airline-themes: mark snapshot stable

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/airline-themes/airline-themes-0_pre20181021.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild b/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild
index 722ec491e21..a6f2df8bb5c 100644
--- a/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild
+++ b/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/vim-airline/vim-airline-themes"
 SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-vim/airline"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/airline-themes/
@ 2022-12-25 19:26 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2022-12-25 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d34806e293071dd4cda5a19f662d56a6bbc2a8cd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 19:23:14 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 19:23:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34806e2

app-vim/airline-themes: drop out-of-sync 9999 ebuild

Closes: https://bugs.gentoo.org/830864
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-vim/airline-themes/airline-themes-9999.ebuild | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/app-vim/airline-themes/airline-themes-9999.ebuild b/app-vim/airline-themes/airline-themes-9999.ebuild
deleted file mode 100644
index a8942956de4f..000000000000
--- a/app-vim/airline-themes/airline-themes-9999.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin git-r3
-
-EGIT_REPO_URI="https://github.com/vim-airline/vim-airline-themes.git"
-
-DESCRIPTION="vim plugin: a collection of themes for vim-airline"
-HOMEPAGE="https://github.com/vim-airline/vim-airline-themes"
-LICENSE="MIT"
-IUSE=""
-
-DEPEND="app-vim/airline"
-RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2022-12-25 19:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-21 13:41 [gentoo-commits] repo/gentoo:master commit in: app-vim/airline-themes/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2022-12-25 19:26 Andreas Sturmlechner
2018-11-11  9:44 Mikle Kolyada
2016-06-11 19:42 Patrice Clement

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