Gentoo Archives: gentoo-commits

From: Shaoyu Tseng <shaoyu0209@××××.io>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/
Date: Sat, 31 Jul 2021 08:17:43
Message-Id: 1627719452.13e25b6425dec0cc05cfdb399ae70058844e5a42.shaoyu0209@gentoo
1 commit: 13e25b6425dec0cc05cfdb399ae70058844e5a42
2 Author: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
3 AuthorDate: Sat Jul 31 08:17:23 2021 +0000
4 Commit: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
5 CommitDate: Sat Jul 31 08:17:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13e25b64
7
8 app-misc/anki-bin: bump to 2.1.45
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Shaoyu Tseng <shaoyu0209 <AT> tuta.io>
12
13 app-misc/anki-bin/Manifest | 4 ++--
14 app-misc/anki-bin/{anki-bin-2.1.44.ebuild => anki-bin-2.1.45.ebuild} | 3 ++-
15 2 files changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/app-misc/anki-bin/Manifest b/app-misc/anki-bin/Manifest
18 index 589049b17..21c429148 100644
19 --- a/app-misc/anki-bin/Manifest
20 +++ b/app-misc/anki-bin/Manifest
21 @@ -1,3 +1,3 @@
22 -DIST anki-bin-2.1.44.zip 8421027 BLAKE2B 56ac58ac7a8a10487e28124512e31687cfda98899ba3ac23152155f8a478326be23974f1efe576c973096cbe063c8143129ac4a886265cb39545f67193d2cc37 SHA512 73a3bf5760830c622914d9da76f8c772ab4ef97bfd784d726b16cdbbfd1f0ed41724f6b9611bc365b44d656269d63c0254e062ad589b13261a9d9a0553211620
23 +DIST anki-bin-2.1.45.zip 9818734 BLAKE2B e57089b4349bb301b61422296f99ace07de3392e40ebac509065a461666687abcf032782ac710a0e4ca5f4580b6adfa74021e3097c7b1e58325827f5f7d05bca SHA512 61693584126c47594d4ce31fb66d0ee1a4a8b96e680cd73ed8332633215ea6b540d68670d90e675b971ee84b3c4466c2dd1755ccef2e62a0850e3a209ee712ff
24 DIST anki.png 34595 BLAKE2B 7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88 SHA512 c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
25 -DIST aqt-2.1.44.zip 1609295 BLAKE2B f0930dd6dc9d7e0ecbbda8d81b13cb6f4225e867826d30ae6662dbe9491fdd2b4824a184c95ea9ac7bdc26df0004e72e627a2fce8cc5bfcd2fc7f01d828aae46 SHA512 e6e967659043d02935ead51d51c4bba8346c0855c076863ed050761a5657b1f2e19a4fe0452cec8eba9460762b001d45add50ee4facb450d2a83355ce1fc1d25
26 +DIST aqt-2.1.45.zip 2180840 BLAKE2B 1c7e49e47ab5ea84402e22b420c744b255a533fc8d7fa53476f03aa290e079261b7c29d1d1ebf925549f48769362876ebf2cc9dc227aab0e6d870ac2789a6382 SHA512 bc731e62219e3031559b61e546ca9856bfc9c637bbe5b983dd29f95493f8d62f995760a0ede79eb0f153f3627a8a5531a832b096025f21f8ee23f68210f31d15
27
28 diff --git a/app-misc/anki-bin/anki-bin-2.1.44.ebuild b/app-misc/anki-bin/anki-bin-2.1.45.ebuild
29 similarity index 95%
30 rename from app-misc/anki-bin/anki-bin-2.1.44.ebuild
31 rename to app-misc/anki-bin/anki-bin-2.1.45.ebuild
32 index 4bf2c272b..5e7a73272 100644
33 --- a/app-misc/anki-bin/anki-bin-2.1.44.ebuild
34 +++ b/app-misc/anki-bin/anki-bin-2.1.45.ebuild
35 @@ -36,6 +36,7 @@ $(python_gen_cond_dep '
36 dev-python/flask-cors[${PYTHON_USEDEP}]
37 dev-python/PyQt5[${PYTHON_USEDEP}]
38 dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
39 + dev-python/stringcase[${PYTHON_USEDEP}]
40 ')
41 "
42 RDEPEND="${DEPEND}
43 @@ -52,7 +53,7 @@ src_unpack() {
44
45 src_install() {
46 python_domodule anki
47 - python_domodule anki-2.1.44.dist-info
48 + python_domodule anki-${PV}.dist-info
49 python_domodule aqt
50 python_domodule aqt-${PV}.dist-info
51 printf "#!/usr/bin/python3\nimport sys;from aqt import run;sys.exit(run())" > runanki