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 95A2F15808B for ; Wed, 23 Feb 2022 17:04:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14FA4E0970; Wed, 23 Feb 2022 17:04:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EE9CAE096F for ; Wed, 23 Feb 2022 17:04:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 72E5334315E for ; Wed, 23 Feb 2022 17:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC867310 for ; Wed, 23 Feb 2022 17:04:10 +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: <1645635837.1d61655f2a2c8e7c612b383af861c4b928bb922d.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-0.20211208.ebuild app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild X-VCS-Directories: app-vim/gentoo-syntax/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1d61655f2a2c8e7c612b383af861c4b928bb922d X-VCS-Branch: master Date: Wed, 23 Feb 2022 17:04:10 +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: f812e40f-75a8-4aca-824d-95907c124d11 X-Archives-Hash: 107a253df73267671db241a128ab4da7 commit: 1d61655f2a2c8e7c612b383af861c4b928bb922d Author: Michał Górny gentoo org> AuthorDate: Wed Feb 23 16:24:04 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 23 17:03:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d61655f app-vim/gentoo-syntax: Reset version numbers Signed-off-by: Michał Górny gentoo.org> ...entoo-syntax-20211208.ebuild => gentoo-syntax-0.20211208.ebuild} | 6 ++++-- ...entoo-syntax-20220220.ebuild => gentoo-syntax-0.20220220.ebuild} | 4 +++- .../{gentoo-syntax-99999999.ebuild => gentoo-syntax-9999.ebuild} | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild similarity index 92% rename from app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild rename to app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild index 9a1891798a14..5676ffe9c190 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20211208.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-0.20211208.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 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/${P}.tar.bz2" +SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2" +S=${WORKDIR}/${MY_P} LICENSE="vim" SLOT="0" diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild similarity index 95% rename from app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild rename to app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild index cc256f13f274..3cc000eb8ff3 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20220220.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-0.20220220.ebuild @@ -5,9 +5,11 @@ 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/${P}.tar.bz2" +SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${MY_P}.tar.bz2" +S=${WORKDIR}/${MY_P} LICENSE="vim" SLOT="0" diff --git a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild similarity index 96% rename from app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild rename to app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild index 84646c286bac..a5cb9329196a 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7