Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/kikoplay/
Date: Mon, 27 Apr 2020 11:25:11
Message-Id: 1587973535.45e2cad77e43c74dbe58daa5720f2e381c189878.andrewammerlaan@gentoo
1 commit: 45e2cad77e43c74dbe58daa5720f2e381c189878
2 Author: Huang Rui <vowstar <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 27 07:27:20 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Apr 27 07:45:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45e2cad7
7
8 media-video/kikoplay: improve ebuilds
9
10 Make it fit the standards of gentoo GLEPs.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
14
15 media-video/kikoplay/kikoplay-0.6.1.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/media-video/kikoplay/kikoplay-0.6.1.ebuild b/media-video/kikoplay/kikoplay-0.6.1.ebuild
19 index cb5eda8..05c327c 100644
20 --- a/media-video/kikoplay/kikoplay-0.6.1.ebuild
21 +++ b/media-video/kikoplay/kikoplay-0.6.1.ebuild
22 @@ -1,7 +1,7 @@
23 # Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI="7"
28
29 GIT_PN="KikoPlay"
30
31 @@ -13,7 +13,7 @@ HOMEPAGE="
32 https://github.com/Protostars/KikoPlay
33 "
34
35 -if [[ ${PV} == "9999" ]] ; then
36 +if [[ "${PV}" == "9999" ]] ; then
37 inherit git-r3
38 EGIT_REPO_URI="https://github.com/Protostars/${GIT_PN}.git"
39 else
40 @@ -58,4 +58,3 @@ src_install() {
41 # Can't use default, set INSTALL_ROOT
42 emake INSTALL_ROOT="${D}" install
43 }
44 -