Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/airline-themes/
Date: Sun, 21 Oct 2018 13:41:18
Message-Id: 1540129267.400832560b5b30290130db0926c8fa9af556a801.zlogene@gentoo
1 commit: 400832560b5b30290130db0926c8fa9af556a801
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 21 13:40:43 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 21 13:41:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40083256
7
8 app-vim/airline-themes: Take a snapshot from master
9
10 Closes: https://bugs.gentoo.org/669192
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 app-vim/airline-themes/Manifest | 1 +
15 .../airline-themes/airline-themes-0_pre20181021.ebuild | 16 ++++++++++++++++
16 2 files changed, 17 insertions(+)
17
18 diff --git a/app-vim/airline-themes/Manifest b/app-vim/airline-themes/Manifest
19 new file mode 100644
20 index 00000000000..57effbec9d8
21 --- /dev/null
22 +++ b/app-vim/airline-themes/Manifest
23 @@ -0,0 +1 @@
24 +DIST airline-themes-0_pre20181021.tar.xz 38516 BLAKE2B 2fe1e848b57546aa39e02262e5ae3e0164830641b1c8ccca1d3dc04afab8db4c618b079c63d5854697737610df1ab891d1622a22b89c431331b8bd16cc31fc3e SHA512 764fa44a4711c92a03f6f16a3d774ad871d13adfa53e7b942bad677ff1d03f32aa24723c612d50c14ca996fa971f48695e259cc53345d253d38e63f08651e002
25
26 diff --git a/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild b/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild
27 new file mode 100644
28 index 00000000000..722ec491e21
29 --- /dev/null
30 +++ b/app-vim/airline-themes/airline-themes-0_pre20181021.ebuild
31 @@ -0,0 +1,16 @@
32 +# Copyright 1999-2018 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit vim-plugin
38 +
39 +DESCRIPTION="vim plugin: a collection of themes for vim-airline"
40 +HOMEPAGE="https://github.com/vim-airline/vim-airline-themes"
41 +SRC_URI="https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
42 +
43 +LICENSE="MIT"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +DEPEND="app-vim/airline"
47 +RDEPEND="${DEPEND}"