]> git.bzium.org - embe/overlay.git/commitdiff
app-misc/anki: bump to 2.1.16
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 24 May 2020 13:52:31 +0000 (15:52 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 24 May 2020 14:14:18 +0000 (16:14 +0200)
app-misc/anki/Manifest
app-misc/anki/anki-2.1.16.ebuild [moved from app-misc/anki/anki-2.1.13-r1.ebuild with 85% similarity]

index 953ce4da4d89e01262a34eefd02cf149dd26b620..dbb349cccad3a40195557b876def0dee85127034 100644 (file)
@@ -1 +1 @@
-DIST anki-2.1.13.tgz 4248906 BLAKE2B 82a2a9a556cbf3596af22a73a2865815561cdd408b249443fc7e144734fdc2b62317120db71475afd7b0d4027f19e53c47437132028ef78b158ec3624f54a33f SHA512 921ef48b16c0c8c83b85523aa0a5b828210b210cd51fa471f57e9aa6777a1aced30c7e24084ef0c2f14c9d846a19091923d13faaff7ed9075860fc23f8ba1cd3
+DIST anki-2.1.16.tgz 4211686 BLAKE2B 3c34b8bc4b21152813014533500f537d704d62e2dc563ef488c04d70f554e15292b155c2b8165c40b685e10bd83f9f8e7a0e6fc50ffcffcdb8a91569c6895823 SHA512 21a953d50f88e8699fc04fcbc619a0a7fce267e563b0726ce5fd5a3b55d0cb205cc008e320fec853f63061095f8c663ec85bb946d46f6b1611f7ea7971714c10
similarity index 85%
rename from app-misc/anki/anki-2.1.13-r1.ebuild
rename to app-misc/anki/anki-2.1.16.ebuild
index 4ae18f5d2d655e4bcf4eb71ef7addf89ae76b849..662291bda64fc26edbc39f95ab532956b763e0a4 100644 (file)
@@ -10,9 +10,7 @@ inherit eutils python-single-r1 xdg
 
 DESCRIPTION="A spaced-repetition memory training program (flash cards)"
 HOMEPAGE="https://apps.ankiweb.net"
-SRC_URI="https://apps.ankiweb.net/downloads/current/${P}-source.tgz -> ${P}.tgz"
-
-S="${WORKDIR}/${P}"
+SRC_URI="https://apps.ankiweb.net/downloads/archive/${P}-source.tgz -> ${P}.tgz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
@@ -23,14 +21,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        $(python_gen_cond_dep '
-               || (
-                       (
-                               >=dev-python/PyQt5-5.12[gui,svg,widgets,${PYTHON_MULTI_USEDEP}]
-                               dev-python/PyQtWebEngine[${PYTHON_MULTI_USEDEP}]
-                       )
-                       <dev-python/PyQt5-5.12[gui,svg,webengine,widgets,${PYTHON_MULTI_USEDEP}]
-               )
-               >=dev-python/httplib2-0.7.4[${PYTHON_MULTI_USEDEP}]
+               >=dev-python/PyQt5-5.12[gui,svg,widgets,${PYTHON_MULTI_USEDEP}]
+               dev-python/PyQtWebEngine[${PYTHON_MULTI_USEDEP}]
                dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
                dev-python/decorator[${PYTHON_MULTI_USEDEP}]
                dev-python/distro[${PYTHON_MULTI_USEDEP}]