From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72E7515808B for ; Thu, 24 Feb 2022 18:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCA1AE088F; Thu, 24 Feb 2022 18:09:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 932C1E088F for ; Thu, 24 Feb 2022 18:09:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AE5D342DE3 for ; Thu, 24 Feb 2022 18:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC4DC30C for ; Thu, 24 Feb 2022 18:08:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1645726135.031b17f949592f59569fd40ffe201d179f8374f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/gentoo-syntax/gentoo-syntax-1.ebuild X-VCS-Directories: app-vim/gentoo-syntax/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 031b17f949592f59569fd40ffe201d179f8374f4 X-VCS-Branch: master Date: Thu, 24 Feb 2022 18:08:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 834dc050-4b4c-4169-8a18-df0d97615d19 X-Archives-Hash: 9f8731baa5d0a63ee53f7fae02061d93 commit: 031b17f949592f59569fd40ffe201d179f8374f4 Author: Petr Vaněk atlas cz> AuthorDate: Thu Feb 24 17:07:56 2022 +0000 Commit: Michał Górny gentoo 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 atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/24334 Signed-off-by: Michał Górny 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"