commit:     6bfd69e43c3dd03db4f7e06853fa2e11687f8e10
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 06:29:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 18:50:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfd69e4

app-i18n/tagainijisho: Revert "drop superfluous PROPERTIES="live""

* Add comment explaining need for PROPERTIES="live" given its rarity
* This reverts commit 5a2dbc07adb6a2dd0e9738c8855eea398331507a.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild | 6 +++++-
 .../tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild | 6 +++++-
 .../tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild | 4 ++++
 app-i18n/tagainijisho/tagainijisho-9999.ebuild                      | 4 ++++
 4 files changed, 18 insertions(+), 2 deletions(-)

diff --git 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
index e3719be1fcf..9ddc9a9aa0c 100644
--- 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
+++ 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2014-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -49,6 +49,10 @@ LICENSE="GPL-3+ public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+if [[ "${PV}" == 9999 ]]; then
+       # We wget dictionary files in addition to using git
+       PROPERTIES="live"
+fi
 
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND=">=dev-db/sqlite-3.12:3

diff --git 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
index e3719be1fcf..9ddc9a9aa0c 100644
--- 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
+++ 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2014-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -49,6 +49,10 @@ LICENSE="GPL-3+ public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+if [[ "${PV}" == 9999 ]]; then
+       # We wget dictionary files in addition to using git
+       PROPERTIES="live"
+fi
 
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND=">=dev-db/sqlite-3.12:3

diff --git 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
index 5a5121af5a2..0c1d1c997d0 100644
--- 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
+++ 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
@@ -49,6 +49,10 @@ LICENSE="GPL-3+ public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+if [[ "${PV}" == 9999 ]]; then
+       # We wget dictionary files in addition to using git
+       PROPERTIES="live"
+fi
 
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND=">=dev-db/sqlite-3.12:3

diff --git a/app-i18n/tagainijisho/tagainijisho-9999.ebuild 
b/app-i18n/tagainijisho/tagainijisho-9999.ebuild
index 20264ad5e36..f40dcd4a293 100644
--- a/app-i18n/tagainijisho/tagainijisho-9999.ebuild
+++ b/app-i18n/tagainijisho/tagainijisho-9999.ebuild
@@ -49,6 +49,10 @@ LICENSE="GPL-3+ public-domain"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
+if [[ "${PV}" == 9999 ]]; then
+       # We wget dictionary files in addition to using git
+       PROPERTIES="live"
+fi
 
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND=">=dev-db/sqlite-3.12:3

Reply via email to