From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/themis/
Date: Tue, 17 Aug 2021 21:32:33 +0000 (UTC) [thread overview]
Message-ID: <1629233492.35259218d956ce88a0bb4d8a6bd472e6ed862cfa.cybertailor@gentoo> (raw)
commit: 35259218d956ce88a0bb4d8a6bd472e6ed862cfa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 17 20:15:21 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Aug 17 20:51:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35259218
app-vim/themis: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-vim/themis/Manifest | 1 +
app-vim/themis/metadata.xml | 8 ++++++++
app-vim/themis/themis-1.5.5.ebuild | 33 +++++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+)
diff --git a/app-vim/themis/Manifest b/app-vim/themis/Manifest
new file mode 100644
index 000000000..d7ceef8ae
--- /dev/null
+++ b/app-vim/themis/Manifest
@@ -0,0 +1 @@
+DIST themis-1.5.5.tar.gz 54661 BLAKE2B bcd04d5134095c37369188b4e656ac8372a4d5acf351fb5748bb0ec027b2db4f32d26c68018b0691963df400f34ef7b4a39ca84f9400609313b5f61afef6869b SHA512 fc9169215a2213c42db7eb0548dd637ebf06c42ba287a980fa561e8c0f4dea3eee9f4b10c811d4dfebeeacb4bce1aea0d10872eff05b19316d3d4e9774fe6b32
diff --git a/app-vim/themis/metadata.xml b/app-vim/themis/metadata.xml
new file mode 100644
index 000000000..c8b0192e7
--- /dev/null
+++ b/app-vim/themis/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-vim/themis/themis-1.5.5.ebuild b/app-vim/themis/themis-1.5.5.ebuild
new file mode 100644
index 000000000..b658992ba
--- /dev/null
+++ b/app-vim/themis/themis-1.5.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="A testing framework for Vim script"
+HOMEPAGE="https://github.com/thinca/vim-themis"
+SRC_URI="https://github.com/thinca/vim-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/vim-${P}"
+
+LICENSE="ZLIB"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="themis"
+
+src_prepare() {
+ default
+
+}
+
+src_test() {
+ bash ./bin/themis || die
+}
+
+src_install() {
+ rm -r examples test || die
+ vim-plugin_src_install
+
+ dosym -r /usr/share/vim/vimfiles/bin/themis /usr/bin/themis
+ fperms +x /usr/share/vim/vimfiles/bin/themis
+}
next reply other threads:[~2021-08-17 21:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-17 21:32 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-30 6:42 [gentoo-commits] repo/proj/guru:dev commit in: app-vim/themis/ Anna Vyalkova
2021-12-05 20:17 Anna Vyalkova
2022-05-30 17:47 Anna Vyalkova
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1629233492.35259218d956ce88a0bb4d8a6bd472e6ed862cfa.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox