Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hydrus/
Date: Thu, 01 Jul 2021 08:54:48
Message-Id: 1625129626.af04e14d48d0ae36f0f4e2936723fa222f4d5295.sam@gentoo
1 commit: af04e14d48d0ae36f0f4e2936723fa222f4d5295
2 Author: Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
3 AuthorDate: Thu Jul 1 08:18:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 08:53:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af04e14d
7
8 media-gfx/hydrus: Use [[ instead of [
9
10 Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-gfx/hydrus/hydrus-443.ebuild | 2 +-
14 media-gfx/hydrus/hydrus-444.ebuild | 2 +-
15 media-gfx/hydrus/hydrus-445.ebuild | 2 +-
16 media-gfx/hydrus/hydrus-9999.ebuild | 2 +-
17 4 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/media-gfx/hydrus/hydrus-443.ebuild b/media-gfx/hydrus/hydrus-443.ebuild
20 index d51d23e32a5..3ea6657aaea 100644
21 --- a/media-gfx/hydrus/hydrus-443.ebuild
22 +++ b/media-gfx/hydrus/hydrus-443.ebuild
23 @@ -11,7 +11,7 @@ inherit python-single-r1 desktop optfeature
24 DESCRIPTION="A booru-like media organizer for the desktop"
25 HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ https://github.com/hydrusnetwork/hydrus"
26
27 -if [ "${PV}" == "9999" ]; then
28 +if [[ "${PV}" == "9999" ]]; then
29 inherit git-r3
30
31 EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git"
32
33 diff --git a/media-gfx/hydrus/hydrus-444.ebuild b/media-gfx/hydrus/hydrus-444.ebuild
34 index d51d23e32a5..3ea6657aaea 100644
35 --- a/media-gfx/hydrus/hydrus-444.ebuild
36 +++ b/media-gfx/hydrus/hydrus-444.ebuild
37 @@ -11,7 +11,7 @@ inherit python-single-r1 desktop optfeature
38 DESCRIPTION="A booru-like media organizer for the desktop"
39 HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ https://github.com/hydrusnetwork/hydrus"
40
41 -if [ "${PV}" == "9999" ]; then
42 +if [[ "${PV}" == "9999" ]]; then
43 inherit git-r3
44
45 EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git"
46
47 diff --git a/media-gfx/hydrus/hydrus-445.ebuild b/media-gfx/hydrus/hydrus-445.ebuild
48 index 7fa30dda42b..2c52c2dc47e 100644
49 --- a/media-gfx/hydrus/hydrus-445.ebuild
50 +++ b/media-gfx/hydrus/hydrus-445.ebuild
51 @@ -11,7 +11,7 @@ inherit python-single-r1 desktop optfeature
52 DESCRIPTION="A booru-like media organizer for the desktop"
53 HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ https://github.com/hydrusnetwork/hydrus"
54
55 -if [ "${PV}" == "9999" ]; then
56 +if [[ "${PV}" == "9999" ]]; then
57 inherit git-r3
58
59 EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git"
60
61 diff --git a/media-gfx/hydrus/hydrus-9999.ebuild b/media-gfx/hydrus/hydrus-9999.ebuild
62 index d51d23e32a5..3ea6657aaea 100644
63 --- a/media-gfx/hydrus/hydrus-9999.ebuild
64 +++ b/media-gfx/hydrus/hydrus-9999.ebuild
65 @@ -11,7 +11,7 @@ inherit python-single-r1 desktop optfeature
66 DESCRIPTION="A booru-like media organizer for the desktop"
67 HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ https://github.com/hydrusnetwork/hydrus"
68
69 -if [ "${PV}" == "9999" ]; then
70 +if [[ "${PV}" == "9999" ]]; then
71 inherit git-r3
72
73 EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git"