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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1DC9138350 for ; Mon, 27 Apr 2020 07:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 977A2E0B06; Mon, 27 Apr 2020 07:46:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E6D0E0B06 for ; Mon, 27 Apr 2020 07:46:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6622034FB7E for ; Mon, 27 Apr 2020 07:46:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90368200 for ; Mon, 27 Apr 2020 07:46:32 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1587973535.5d4e6f975f08f7aded9f68c31bbada734bf98d6c.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/kikoplay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/kikoplay/kikoplay-9999.ebuild X-VCS-Directories: media-video/kikoplay/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 5d4e6f975f08f7aded9f68c31bbada734bf98d6c X-VCS-Branch: dev Date: Mon, 27 Apr 2020 07:46:32 +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: f79f8812-9140-4c05-8b50-0d0113f5d9b8 X-Archives-Hash: ce6362fdd8bf0ee121604f6fd3ed4e5e commit: 5d4e6f975f08f7aded9f68c31bbada734bf98d6c Author: Huang Rui gmail com> AuthorDate: Mon Apr 27 07:30:33 2020 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Apr 27 07:45:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d4e6f97 media-video/kikoplay: improve ebuilds Make it fit the standards of gentoo GLEPs. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> media-video/kikoplay/kikoplay-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/kikoplay/kikoplay-9999.ebuild b/media-video/kikoplay/kikoplay-9999.ebuild index f720f98..05c327c 100644 --- a/media-video/kikoplay/kikoplay-9999.ebuild +++ b/media-video/kikoplay/kikoplay-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI="7" GIT_PN="KikoPlay" @@ -13,7 +13,7 @@ HOMEPAGE=" https://github.com/Protostars/KikoPlay " -if [[ ${PV} == "9999" ]] ; then +if [[ "${PV}" == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git" else