Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-vim/themis/
Date: Thu, 30 Sep 2021 19:39:50
Message-Id: 1632982732.dc4a2750208b32df56a1ed514bbc3747f0f10f81.arthurzam@gentoo
1 commit: dc4a2750208b32df56a1ed514bbc3747f0f10f81
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Sep 30 06:13:56 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 06:18:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc4a2750
7
8 app-vim/themis: add 1.6.0
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 app-vim/themis/Manifest | 1 +
13 app-vim/themis/metadata.xml | 2 +-
14 app-vim/themis/themis-1.5.5.ebuild | 5 -----
15 app-vim/themis/{themis-1.5.5.ebuild => themis-1.6.0.ebuild} | 5 -----
16 4 files changed, 2 insertions(+), 11 deletions(-)
17
18 diff --git a/app-vim/themis/Manifest b/app-vim/themis/Manifest
19 index d7ceef8ae..72f88a936 100644
20 --- a/app-vim/themis/Manifest
21 +++ b/app-vim/themis/Manifest
22 @@ -1 +1,2 @@
23 DIST themis-1.5.5.tar.gz 54661 BLAKE2B bcd04d5134095c37369188b4e656ac8372a4d5acf351fb5748bb0ec027b2db4f32d26c68018b0691963df400f34ef7b4a39ca84f9400609313b5f61afef6869b SHA512 fc9169215a2213c42db7eb0548dd637ebf06c42ba287a980fa561e8c0f4dea3eee9f4b10c811d4dfebeeacb4bce1aea0d10872eff05b19316d3d4e9774fe6b32
24 +DIST themis-1.6.0.tar.gz 61475 BLAKE2B 465a20da473e32257421cc94a1dc3c7a5c6dfbebcd41c9b2e25c502bc47ec5a633ae79e117afbeffa6ca72c2cdb71789dd23354cf6822b6260a04c86d869ac7c SHA512 8b87c33f0377155e2d7d151c6d05d087e061e2d5ec2acc7bb60ad0b1730ac62500811471114a5e046d67722ccb33defa28a9dae237d09491c7bcc4846e054f72
25
26 diff --git a/app-vim/themis/metadata.xml b/app-vim/themis/metadata.xml
27 index c8b0192e7..7ebbd0334 100644
28 --- a/app-vim/themis/metadata.xml
29 +++ b/app-vim/themis/metadata.xml
30 @@ -1,5 +1,5 @@
31 <?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
34 <pkgmetadata>
35 <maintainer type="person">
36 <email>cyber+gentoo@×××××.in</email>
37
38 diff --git a/app-vim/themis/themis-1.5.5.ebuild b/app-vim/themis/themis-1.5.5.ebuild
39 index b658992ba..26cc06e5c 100644
40 --- a/app-vim/themis/themis-1.5.5.ebuild
41 +++ b/app-vim/themis/themis-1.5.5.ebuild
42 @@ -15,11 +15,6 @@ KEYWORDS="~amd64 ~x86"
43
44 VIM_PLUGIN_HELPFILES="themis"
45
46 -src_prepare() {
47 - default
48 -
49 -}
50 -
51 src_test() {
52 bash ./bin/themis || die
53 }
54
55 diff --git a/app-vim/themis/themis-1.5.5.ebuild b/app-vim/themis/themis-1.6.0.ebuild
56 similarity index 95%
57 copy from app-vim/themis/themis-1.5.5.ebuild
58 copy to app-vim/themis/themis-1.6.0.ebuild
59 index b658992ba..26cc06e5c 100644
60 --- a/app-vim/themis/themis-1.5.5.ebuild
61 +++ b/app-vim/themis/themis-1.6.0.ebuild
62 @@ -15,11 +15,6 @@ KEYWORDS="~amd64 ~x86"
63
64 VIM_PLUGIN_HELPFILES="themis"
65
66 -src_prepare() {
67 - default
68 -
69 -}
70 -
71 src_test() {
72 bash ./bin/themis || die
73 }