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/qt-support/
Date: Mon, 30 May 2022 17:47:31
Message-Id: 1653932797.3c9c91446320e40e17886ecd5ba0ec27b33c4d67.cybertailor@gentoo
1 commit: 3c9c91446320e40e17886ecd5ba0ec27b33c4d67
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 30 14:54:27 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon May 30 17:46:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c9c9144
7
8 app-vim/qt-support: new package, add 1.1
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-vim/qt-support/Manifest | 1 +
13 app-vim/qt-support/qt-support-1.1.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/app-vim/qt-support/Manifest b/app-vim/qt-support/Manifest
17 new file mode 100644
18 index 000000000..826c4bd9c
19 --- /dev/null
20 +++ b/app-vim/qt-support/Manifest
21 @@ -0,0 +1 @@
22 +DIST qt-support-1.1.tar.gz 15080 BLAKE2B b454b2165418ff877ae7145b8049fb0284070e1eca9e8e46b16c1fa7048b22820eefe50676fabbda97f409dd9a0a1f272f2b1100c35904c073afd584e9b683d5 SHA512 f19f0a38cad16c0da5ff4b6081e9318bd8d7e021d666f5ecb4b3af9f11f2d62551b8d5d4414de18f88d8de59cc302adfe32143f846945359df9c9a5fa998a853
23
24 diff --git a/app-vim/qt-support/qt-support-1.1.ebuild b/app-vim/qt-support/qt-support-1.1.ebuild
25 new file mode 100644
26 index 000000000..95e3510a1
27 --- /dev/null
28 +++ b/app-vim/qt-support/qt-support-1.1.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +inherit vim-plugin
36 +
37 +MY_PN="${PN}.vim"
38 +DESCRIPTION="vim plugin: Qt, qmake, QML, Qbs, QRC, UI and TS support"
39 +HOMEPAGE="https://github.com/fedorenchik/qt-support.vim"
40 +SRC_URI="https://github.com/fedorenchik/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 +S="${WORKDIR}/${MY_PN}-${PV}"
42 +
43 +LICENSE="MIT"
44 +KEYWORDS="~amd64"