Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/tempus/
Date: Fri, 21 Jan 2022 21:30:45
Message-Id: 1642800632.243f3f5666c44d00bf9cd88601d2c74eaa4d043e.cybertailor@gentoo
1 commit: 243f3f5666c44d00bf9cd88601d2c74eaa4d043e
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Jan 21 21:29:43 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Jan 21 21:30:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=243f3f56
7
8 app-vim/tempus: initial import
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-vim/tempus/Manifest | 1 +
13 app-vim/tempus/metadata.xml | 11 +++++++++++
14 app-vim/tempus/tempus-2.0.0.20210514.ebuild | 17 +++++++++++++++++
15 3 files changed, 29 insertions(+)
16
17 diff --git a/app-vim/tempus/Manifest b/app-vim/tempus/Manifest
18 new file mode 100644
19 index 000000000..7aa4d15cf
20 --- /dev/null
21 +++ b/app-vim/tempus/Manifest
22 @@ -0,0 +1 @@
23 +DIST tempus-themes-vim-b720ee2d4c5588b5a27bb3544d3ded5ee1acab45.tar.gz 32983 BLAKE2B adc0420ac75c2cd7e11f92a59164d8eec6b2a179cc7b14dbdc4fa3de5a5d97587cb98d4fde6b42b072d55339826b17e4e7a527eab5dd0b4733a81bedb630ab49 SHA512 f0401d5ed86a512bab2ef730aecfbcf34c4f35fc5a4de515340e58db05b18d09440986185129893c85ef8122b371e1403308552f0b1e940859fb2304518486bf
24
25 diff --git a/app-vim/tempus/metadata.xml b/app-vim/tempus/metadata.xml
26 new file mode 100644
27 index 000000000..349c74692
28 --- /dev/null
29 +++ b/app-vim/tempus/metadata.xml
30 @@ -0,0 +1,11 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>cyber+gentoo@×××××.in</email>
36 + <name>Anna</name>
37 + </maintainer>
38 + <upstream>
39 + <remote-id type="gitlab">protesilaos/tempus-themes-vim</remote-id>
40 + </upstream>
41 +</pkgmetadata>
42
43 diff --git a/app-vim/tempus/tempus-2.0.0.20210514.ebuild b/app-vim/tempus/tempus-2.0.0.20210514.ebuild
44 new file mode 100644
45 index 000000000..a5fa58853
46 --- /dev/null
47 +++ b/app-vim/tempus/tempus-2.0.0.20210514.ebuild
48 @@ -0,0 +1,17 @@
49 +# Copyright 2022 Gentoo Authors
50 +# Distributed under the terms of the GNU General Public License v2
51 +
52 +EAPI=7
53 +
54 +inherit vim-plugin
55 +
56 +COMMIT="b720ee2d4c5588b5a27bb3544d3ded5ee1acab45"
57 +DESCRIPTION="Accessible themes for Vim"
58 +HOMEPAGE="https://protesilaos.com/tempus-themes/"
59 +SRC_URI="https://gitlab.com/protesilaos/${PN}-themes-vim/-/archive/${COMMIT}/${PN}-themes-vim-${COMMIT}.tar.gz"
60 +S="${WORKDIR}/${PN}-themes-vim-${COMMIT}"
61 +
62 +LICENSE="GPL-3"
63 +KEYWORDS="~amd64"
64 +
65 +DOCS=( CONTRIBUTING.md README.md )