commit:     031b17f949592f59569fd40ffe201d179f8374f4
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Feb 24 17:07:56 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 18:08:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031b17f9

app-vim/gentoo-syntax: remove MY_P from v1

MY_P variable has no effect with new tagging scheme, therefore it is no
longer necessary starting from version 1.

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/24334
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-vim/gentoo-syntax/gentoo-syntax-1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
index 3cc000eb8ff3..cc256f13f274 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-1.ebuild
@@ -5,11 +5,9 @@ EAPI=7
 
 inherit vim-plugin
 
-MY_P=${P/0.}
 DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
 HOMEPAGE="https://github.com/gentoo/gentoo-syntax";
-SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2";
-S=${WORKDIR}/${MY_P}
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2";
 
 LICENSE="vim"
 SLOT="0"

Reply via email to