summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2022-02-24 18:07:56 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-24 19:08:55 +0100
commit031b17f949592f59569fd40ffe201d179f8374f4 (patch)
tree4b2008a325dfd192db4e2ecf4caf9b3a3f9f39c1 /app-vim
parentdev-python/osc-lib: Tested on py3.10 (diff)
downloadgentoo-031b17f949592f59569fd40ffe201d179f8374f4.tar.gz
gentoo-031b17f949592f59569fd40ffe201d179f8374f4.tar.bz2
gentoo-031b17f949592f59569fd40ffe201d179f8374f4.zip
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@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/24334 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/gentoo-syntax/gentoo-syntax-1.ebuild4
1 files changed, 1 insertions, 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"