Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/
Date: Wed, 23 Feb 2022 17:04:16
Message-Id: 1645635837.1d61655f2a2c8e7c612b383af861c4b928bb922d.mgorny@gentoo
1 commit: 1d61655f2a2c8e7c612b383af861c4b928bb922d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 16:24:04 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 17:03:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d61655f
7
8 app-vim/gentoo-syntax: Reset version numbers
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...entoo-syntax-20211208.ebuild => gentoo-syntax-0.20211208.ebuild} | 6 ++++--
13 ...entoo-syntax-20220220.ebuild => gentoo-syntax-0.20220220.ebuild} | 4 +++-
14 .../{gentoo-syntax-99999999.ebuild => gentoo-syntax-9999.ebuild} | 2 +-
15 3 files changed, 8 insertions(+), 4 deletions(-)
16
17 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
18 similarity index 92%
19 rename from app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
20 rename to app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
21 index 9a1891798a14..5676ffe9c190 100644
22 --- a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild
23 +++ b/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild
24 @@ -1,13 +1,15 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30
31 inherit vim-plugin
32
33 +MY_P=${P/0.}
34 DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
35 HOMEPAGE="https://github.com/gentoo/gentoo-syntax"
36 -SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2"
37 +SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2"
38 +S=${WORKDIR}/${MY_P}
39
40 LICENSE="vim"
41 SLOT="0"
42
43 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
44 similarity index 95%
45 rename from app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild
46 rename to app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
47 index cc256f13f274..3cc000eb8ff3 100644
48 --- a/app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild
49 +++ b/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild
50 @@ -5,9 +5,11 @@ EAPI=7
51
52 inherit vim-plugin
53
54 +MY_P=${P/0.}
55 DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
56 HOMEPAGE="https://github.com/gentoo/gentoo-syntax"
57 -SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2"
58 +SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2"
59 +S=${WORKDIR}/${MY_P}
60
61 LICENSE="vim"
62 SLOT="0"
63
64 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild
65 similarity index 96%
66 rename from app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild
67 rename to app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild
68 index 84646c286bac..a5cb9329196a 100644
69 --- a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild
70 +++ b/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2021 Gentoo Authors
73 +# Copyright 1999-2022 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=7