{"bugs":[{"bugid":944953,"firstseen":"2025-07-11T02:48:40.189262","severity":"normal","status":"UNCONFIRMED","summary":"app-misc\/anki: require sys-apps\/yarn, which conflict with net-libs\/nodejs[corepack]"},{"bugid":956636,"firstseen":"2025-07-11T02:48:40.189262","severity":"normal","status":"UNCONFIRMED","summary":"dev-libs\/protobuf-30.2: generated protoc have higher runtime requirements for bindings (was: app-misc\/anki-25.02.5 has an issue with dev-python\/protobuf.)"},{"bugid":965257,"firstseen":"2025-11-12T20:50:12.266059","severity":"normal","status":"CONFIRMED","summary":"sys-apps\/yarn attempts to create \/usr\/local\/bin (app-misc\/anki-25.09.2 installs into \/usr\/local\/bin)"}],"categories":[{"categoryid":449,"name":"app-arch","summary":"The app-arch category contains tools for archiving, compressing and uncompressing files or groups of files."},{"categoryid":422,"name":"app-misc","summary":"The app-misc category contains various miscellaneous application packages which don't belong anywhere else."},{"categoryid":452,"name":"dev-db","summary":"The dev-db category contains libraries and utilities for database related programming."},{"categoryid":450,"name":"dev-lang","summary":"The dev-lang category contains various programming language implementations and related tools."},{"categoryid":336,"name":"dev-python","summary":"The dev-python category contains packages whose primary purpose is to provide Python modules, extensions and bindings, as well as tools and utilities useful for development in the Python programming language."},{"categoryid":472,"name":"dev-qt","summary":"The dev-qt category contains packages for the Qt framework modules and directly related libraries and development applications from the upstream Qt Project. Do not add other packages to this category."}],"changelog":[{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"237e9c10956c4e7e1dcb22d487b041da8094449b","committime":"2025-12-21T18:15:52","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"6e9278e24593c166c864f3fdbb06e2c7a7d83f35","committime":"2025-12-21T18:01:16","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Remove py3.11"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"51e09550d116da087a46ab8d7a957bd2b7ef0355","committime":"2025-10-14T20:18:35","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/43914\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/43914\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"f6e5e020c3b63c3301411d61ad68dc1fa22fdf9a","committime":"2025-09-22T15:33:34","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 25.09"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"The node_modules tarball now includes the corresponding yarn lockfile.\nYou can use it to reproduce the prebuilt node_modules folder, provided\nyou trust the aforementioned lockfile [1]:\n\n$ ebuild anki-25.09.2.ebuild clean unpack\n$ pushd \"${S}\"\n$ mv \"${WORKDIR}\"\/yarn.lock .\n$ sed -e '\/\"type\": \"module\"\/s\/,\/\/' -e '\/packageManager\/d' -i package.json\n$ yarn install --frozen-lockfile --ignore-platform\n$ popd\n\nFinally, compare node_modules with its prebuilt counterpart\n\"${WORKDIR}\"\/node_modules.\n\n[1]: The yarn.lock file shipped in the node_modules tarball gets\ngenerated when building node_modules for distribution and it is not the\nsame as the upstream file. Upstream uses Yarn 4, whose lockfile format\nis incompatible with sys-apps\/yarn-1*. Yarn 4 is not packaged yet.\n\nBug: https:\/\/bugs.gentoo.org\/754651\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/43914\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"d6ed58bbe9e583f3c6a18fbe6436761ef2796433","committime":"2025-09-22T15:16:50","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 25.09.2"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"473331694f31153edd6050ae916394c5a4a4e61b","committime":"2025-09-11T03:34:32","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/43425\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/43425\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"d4a2830f3609037b1aea4ca72344fba4244fdfd2","committime":"2025-09-10T14:04:01","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 25.07.3"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Closes: https:\/\/bugs.gentoo.org\/961732\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/43425\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"454aa91a8bbaa5684c72b63cb026fc180070afd7","committime":"2025-08-12T12:59:27","packageid":43642,"repoid":1,"summary":"app-misc\/anki: fix build w\/ dev-lang\/rust:1.89.0"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"* Enable py3_14\n* Make xdg eclass deps conditional on USE=gui\n* Require GUI when compiling docs\n\n  Since the doc USE flag adds documentation for the Python modules used\n  in the GUI, providing it for USE=\"doc,-gui\" makes no sense.\n  Previously, this just pulled in unused dependencies without generating\n  any output.\n\nFixes: 3b9198bdf25bfcdf1dd878e39c202ecae74c6ed2\nFixes: e6b81091d520c123d552d521073088a19748ee78\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/43425\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"4fd61264a1b55e199dcb98c46f922592219b1fbf","committime":"2025-07-23T13:17:44","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 25.09"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"a598103e8ea06e27f056a44408e5292c0ad0b241","committime":"2025-07-23T02:52:25","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/43089\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/43089\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"294b4d715e6090bc75c78fdfc4fc5d89eb5c9f81","committime":"2025-07-21T09:29:20","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 25.07.1"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"We never invoke the uv frontend and we can no longer easily sed it out\nof the build system requirements, so set it to \/bin\/true.\n\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/43089\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"cb5a940dd99b3e59892a7210ce11245695d1a7fa","committime":"2025-07-09T07:34:08","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 25.07.3"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"06050d5bc6c367ede23e8839ac7612b4d7eaeb99","committime":"2025-07-08T20:37:20","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"* This was the last version with support for x86, so I removed all\n  references to it in profiles\/arch\/x86.\n\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/42917\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/42917\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"7080699971ea611bdd3dd9d6744fbd2c5daecabc","committime":"2025-07-07T12:22:56","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 25.02.6"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"* Upstream now generates the wheels using the hatchling backend and uv\n  as frontend. Since the disutils-r1 eclass calls the backend directly\n  using dev-python\/gpep517, we can remove all references to the frontend\n  and omit the dependency.\n\n* Follow up on 0d7c8f89 and drop the x86 keyword.\n* Disable pytest plugin autoload.\n* Extract Python-specific code into the appropriate sub-phases.\n* Invoke cargo-nextest with common options found across ::gentoo.\n* Use edo where it's sensible.\n\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/42917\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"794a949f0391b5c4fbfed8a4d603e47a6b3d1b3f","committime":"2025-07-06T07:47:06","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 25.07.1"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"This ebuild uses distutils_wheel_install but sets DISTUTILS_PEP517=no\nwhich means we need to add the build-time dependency ourselves.\n\nFixes: e6b81091d520c123d552d521073088a19748ee78\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/42917\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"e2be7d474cfecfa7e5c59a7a6f43def6d68231cc","committime":"2025-06-07T20:12:23","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add missing bdep dev-python\/gpep517"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0b8b4a87e38ee07645e32889c0985c799d3a9189","committime":"2025-06-02T21:54:43","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/42384\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"7aa2e46b691ea76899041c63abd6d7625c98caae","committime":"2025-06-01T10:55:37","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 25.02.5"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/42384\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"681940692d64106e98ff5ec73ec13de4f9706daf","committime":"2025-06-01T10:54:48","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 25.02.6"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"02dddfdb160c2739600cb097c9626f5824a008a0","committime":"2025-05-21T21:24:10","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/42135\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/42135\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"f5d47c287288c0dd68308f3b1817acad21a6402f","committime":"2025-05-15T13:21:50","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 25.02.4"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/42135\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"32f5552f1eb4870ec5935c59341b1365aa627daa","committime":"2025-05-15T13:17:32","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 25.02.5"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b07cc65ccefbbda7695be5614331dd86a5113319","committime":"2025-05-04T06:24:34","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"* Switch to greadme.eclass for customizability based on gui USE flag\n* Drop forced printing of README since I believe all users should have\n  switched to a version >24.06.3-r1 by now.\n\nCloses: https:\/\/bugs.gentoo.org\/955110\nFixes: e6b81091 (add 25.02)\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/41898\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/41898\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"32312bfa1873318a4c15ae14e7dc7a6a1e3b6a14","committime":"2025-05-03T08:46:37","packageid":43642,"repoid":1,"summary":"app-misc\/anki: create README.gentoo before attempting to install it"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Closes: https:\/\/bugs.gentoo.org\/953565 (obsolete)\nBug: https:\/\/bugs.gentoo.org\/954770\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/41898\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"a82fffe3bf6c9fc44b8c54102eaf5f0eed385e39","committime":"2025-05-03T08:45:40","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 25.02"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5a855269c47977b5076ab716b9500072c9a8b442","committime":"2025-04-29T20:05:16","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Bug: https:\/\/bugs.gentoo.org\/953565\nBug: https:\/\/bugs.gentoo.org\/954770\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/41783\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/41783\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"ca324d3ed46adadd49324b2b751f3ad9f7f265df","committime":"2025-04-27T00:38:03","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 25.02.4"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5b87040fed8a723aed240c7e375f78d98b168933","committime":"2025-03-10T04:03:16","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/40870\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"5cd7947a1b92e982e6bc96aa3019d8ccf532bd3d","committime":"2025-03-03T16:31:02","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 24.11"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"The switch from python-single-r1 to distutils-r1 allows for some\nimprovements:\n- Run the Python tests in a venv against the freshly compiled wheels\n  using distutils_enable_tests.\n- Compile extra documentation using distutils_enable_sphinx.\nAnother improvement over 24.11:\n- Don't use the build system runner to run tests and to build the wheels\n  so that we can drop the corresponding patches in favor of calling the\n  test runners and eninja directly.\n\nCloses: https:\/\/bugs.gentoo.org\/950119\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"e6b81091d520c123d552d521073088a19748ee78","committime":"2025-03-03T14:11:50","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 25.02"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"760115d4d09778a626fcb1dbccbc62b92ae74466","committime":"2025-02-19T20:33:27","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"57cb7848f7799c8032a7a866ad7673b99db707b1","committime":"2025-02-19T20:11:29","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Remove py3.10 (per sphinx-8.2)"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"d39b8098a668af87163998b64174788cbdb126cc","committime":"2025-02-15T09:34:13","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"ulm@gentoo.org","authorname":"Ulrich Müller","body":"Signed-off-by: Ulrich Müller <ulm@gentoo.org>","commitid":"a0e8107e640ff6ac6c5861eeadd9e7cde2b57b73","committime":"2025-02-14T16:16:35","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Fix incorrect REPLACING_VERSIONS usage"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"8eb336e31cfde077da1d5792cb9cf024e11cd55f","committime":"2024-12-27T12:18:12","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"479f7b40d4fdb1c5553127fe17b41f1bd1af63e7","committime":"2024-12-15T21:52:51","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 24.06.3-r2"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"9293b123b92df12272a279d433eb3ab433a70afe","committime":"2024-12-01T07:03:32","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"In older versions, protoc was always installed.\n\nBug: https:\/\/bugs.gentoo.org\/945400\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"30a176c362ba1f38a4b8d641a24f54235ae796d9","committime":"2024-12-01T06:46:51","packageid":43642,"repoid":1,"summary":"app-misc\/anki: fix MissingUseDepDefault"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"80b6aa478237ee8321e3b4aebb2d457d01cb96de","committime":"2024-11-30T22:27:46","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 24.11"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"The build system expects \/usr\/bin\/protoc to be available.\n\nCloses: https:\/\/bugs.gentoo.org\/945400\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"fc9e04399eb60213083628e79372f04555ad946e","committime":"2024-11-30T21:39:53","packageid":43642,"repoid":1,"summary":"app-misc\/anki: ensure that dependencies provide the protoc binary"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"9336d33e7454cea61f6b39124a13d470c9c3f084","committime":"2024-11-23T11:51:05","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"3d133ef5cbde1a3f1529cf7b864f2db01f87dd65","committime":"2024-11-23T11:33:38","packageid":43642,"repoid":1,"summary":"Rename dev-python\/{PyQt6 → pyqt6}"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"276b77bc358d6243670abab8a9eecfd60ea75d2f","committime":"2024-11-23T11:30:12","packageid":43642,"repoid":1,"summary":"Rename dev-python\/{PyQt6-sip → pyqt6-sip}"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"cbda4a69cbd3577d34fa8e57210ffbbf834b6da9","committime":"2024-11-23T11:29:11","packageid":43642,"repoid":1,"summary":"Rename dev-python\/{PyQt6-WebEngine → pyqt6-webengine}"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"4b910b9d428402231475a85dcf152e9f0e12883e","committime":"2024-11-13T20:48:22","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"3eefb831a4e63a9c8c75c6e64ae2894d6478973e","committime":"2024-11-13T20:30:40","packageid":43642,"repoid":1,"summary":"Rename dev-python\/{protobuf-python → protobuf}"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"672a57f8ebbf9443e883e6caad81a0a5e51a833a","committime":"2024-11-09T06:33:29","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"kangie@gentoo.org","authorname":"Matt Jolly","body":"Tidyups:\n\n- $(cargo_crate_uris)\n- Rust BDEPENDS come from the eclass except in very rare\n  circumstances (RUST_OPTIONAL=1)\n- RUST_M{AX,IN}_VER where required.\n- Suboptimal crate separator (`-` -> `@`)\n\nSigned-off-by: Matt Jolly <kangie@gentoo.org>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/39218\nSigned-off-by: Matt Jolly <kangie@gentoo.org>","commitid":"01ba4dc61965ef7658a24728841c04c9a1ce4871","committime":"2024-11-04T07:24:14","packageid":43642,"repoid":1,"summary":"*\/*: update for slotted Rust"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"2ab5403fe13a3f0fc54ed7303fc2543e39171e69","committime":"2024-10-25T12:03:17","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Adapt package to conform to new policy\nhttps:\/\/wiki.gentoo.org\/index.php?title=Project:Qt\/Policies&diff=prev&oldid=1310293\n\nFix dependency order\n\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/38373\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"bfff041257322178edb2abc36538b398b265a66a","committime":"2024-09-01T19:59:56","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop support for Qt5 GUI in favor of Qt6"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b7aaac39dfd9a4d7164f48e71ecee3a0d765e300","committime":"2024-08-19T19:18:53","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"juippis@gentoo.org","authorname":"Joonas Niilola","body":"Signed-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"ecbac01bd0f72890ca1c23b46d3990be814495f7","committime":"2024-08-19T18:59:28","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 24.04.1"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"c937c2dbceb318f3a4323d9964d7d7237832c8c6","committime":"2024-08-07T14:59:22","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 24.06.3"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"bed9d8dfd8d6286fcb3cd78800ceb5c534202979","committime":"2024-05-15T10:03:48","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Florian Schmaus <flow@gentoo.org>","commitid":"00f7173cf0460ddfbf9244e0c4a435d6c27b1f14","committime":"2024-04-29T11:46:50","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 24.04.1"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Florian Schmaus <flow@gentoo.org>","commitid":"6aff767270ceda6285866fb631c054c8e868a9b2","committime":"2024-04-29T11:25:11","packageid":43642,"repoid":1,"summary":"app-misc\/anki: fix variable order"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/36102\nSigned-off-by: Florian Schmaus <flow@gentoo.org>","commitid":"771e1e1a9baf2795152e4473c6f2322691c88c55","committime":"2024-04-25T15:44:03","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 23.12.1"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Florian Schmaus <flow@gentoo.org>","commitid":"ccc2702f8f7ddd56b7fe69e65e5b84a4ad32489d","committime":"2024-04-04T16:42:28","packageid":43642,"repoid":1,"summary":"app-misc\/anki: unbundle Rust dependency for build system runner"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Deduplicate license expression\nRemove redundant licensing comments\n\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Florian Schmaus <flow@gentoo.org>","commitid":"d9693ad88495e10541680350421c614089809ffd","committime":"2024-03-25T20:44:42","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add missing Unicode-3.0 license for tinystr crate"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"06f2f368244c7bf4a60b1ccbf7f1f3ef79072e4e","committime":"2024-03-21T03:04:04","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/35552\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"390386cda93757e3081e710ef8c884a0bd5308ef","committime":"2024-02-28T11:34:56","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add openssl license for ring crate"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0353b5ba094235d6ae740071133370a6b05c0d72","committime":"2024-02-28T04:18:51","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Closes: https:\/\/bugs.gentoo.org\/878689\nCloses: https:\/\/bugs.gentoo.org\/762922\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"d0ee350a1b37c26651f2a8642b4b95b417e9b963","committime":"2024-02-27T15:54:21","packageid":43642,"repoid":1,"summary":"app-misc\/anki: drop 2.1.15-r1, 2.1.15-r2"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"e272a7066027e5d0cc85381b1529f3c0436b5cb8","committime":"2024-01-21T10:18:07","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/31122\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"136ca362535da7f89893b8549e3afe9c27e30f00","committime":"2024-01-09T23:06:32","packageid":43642,"repoid":1,"summary":"app-misc\/anki: build the build system runner with release profile"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"0d686c653b1eb6df7bcc597728ad7ed8d6566a08","committime":"2024-01-09T05:43:42","packageid":43642,"repoid":1,"summary":"app-misc\/anki: unbundle sqlite correctly"},{"authoremail":"watermanpaint@posteo.net","authorname":"Lucio Sauer","body":"Closes: https:\/\/bugs.gentoo.org\/914774\nCloses: https:\/\/bugs.gentoo.org\/911923\nCloses: https:\/\/bugs.gentoo.org\/782373\nSigned-off-by: Lucio Sauer <watermanpaint@posteo.net>\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"3b9198bdf25bfcdf1dd878e39c202ecae74c6ed2","committime":"2024-01-09T03:36:14","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 23.12.1"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ccdb716bfa898b23536217e547304cca2bced49b","committime":"2023-06-13T21:31:49","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Thanks to WGH for the backport of the pref fix.\n\nCloses: https:\/\/bugs.gentoo.org\/869917\nCloses: https:\/\/bugs.gentoo.org\/896566\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"5bd2f4e45cae5ffb8cdab1f2942312b49497e24a","committime":"2023-06-13T21:28:53","packageid":43642,"repoid":1,"summary":"app-misc\/anki: update EAPI 7 -> 8, enable py3.11, fix prefs"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"8d0ebee607de5c63d747980fbeb0806c193a29c9","committime":"2023-01-14T13:02:17","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"soap@gentoo.org","authorname":"David Seifert","body":"Signed-off-by: David Seifert <soap@gentoo.org>","commitid":"ed468028e725c9580a7b2ee02d6b7b9375f7a0b2","committime":"2023-01-14T12:51:19","packageid":43642,"repoid":1,"summary":"*\/*: remove py3.8 from PYTHON_COMPAT"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"a080e64f78f5d932f4fb74e5a5a945f0870b3650","committime":"2022-06-02T08:03:07","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Closes: https:\/\/bugs.gentoo.org\/845480\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"93c9c735272b790ec2e4515dcd0d7336cf8d409b","committime":"2022-06-02T07:10:41","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Enable py3.10"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"1b354b5ab6c746fda12c964aa87ce43988dbb65b","committime":"2021-09-08T11:21:20","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5","committime":"2021-09-08T10:54:48","packageid":43642,"repoid":1,"summary":"Rename dev-python\/{beautifulsoup → beautifulsoup4}"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"81ea93ee3abaa45450db8d93c33d45bd29ad4053","committime":"2021-07-17T18:36:25","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"soap@gentoo.org","authorname":"David Seifert","body":"Signed-off-by: David Seifert <soap@gentoo.org>","commitid":"79b08430ff37225202a152b8484e4a984c84fa81","committime":"2021-07-17T18:15:01","packageid":43642,"repoid":1,"summary":"app-misc\/anki: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"2fe98f7f8ac63934aaeb3a8691bfb8e931ac66f4","committime":"2021-06-12T09:35:09","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"austin@austinray.io","authorname":"Austin Ray","body":"This commit modifies the existing anki-2.1.15 ebuild with a patch to\nreplace a deprecated, undocumented method available in Python 3.8[0] but\nremoved in Python 3.9[1]. Without the patch, anki throws a runtime error\n(see bug for more details) as anki 2.1.15 pre-dates Python 3.9.\n\n[0] https:\/\/github.com\/python\/cpython\/blob\/4844abdd700120120fc76c29d911bcb547700baf\/Lib\/html\/parser.py#L466\n[1] https:\/\/bugs.python.org\/issue37328\n\nCloses: https:\/\/bugs.gentoo.org\/795309\n\nSigned-off-by: Austin Ray <austin@austinray.io>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/21200\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"267c5a6cdfd2d0e3839118d49598e92ac074d7b0","committime":"2021-06-11T15:10:22","packageid":43642,"repoid":1,"summary":"app-misc\/anki: patch Python 3.9 incompatibility"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"7b14c0e3ee88230cbec2bd6bae20764b04138b05","committime":"2021-06-01T00:19:47","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"chris.burroughs@gmail.com","authorname":"Chris Burroughs","body":"Closes: https:\/\/bugs.gentoo.org\/791799\n\nSigned-off-by: Chris Burroughs <chris.burroughs@gmail.com>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/21028\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"94d82f3a13de312d8aa1afbd328c0a2838307a37","committime":"2021-05-28T20:24:36","packageid":43642,"repoid":1,"summary":"app-misc\/anki: bump python to 3.9"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"c68c580a07c1314fc1165fdadab3c21fe6aa0cb6","committime":"2021-04-12T23:05:08","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"24738e8a4c56ed831bfffc5d1e74cf2da46182a3","committime":"2021-04-10T06:02:04","packageid":43642,"repoid":1,"summary":"app-misc\/anki: fix EROOT in src_test (VariableScope)"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"aa67bd5a8293c3b1e716e5ff7e98bced43b8f8d9","committime":"2021-01-01T01:05:09","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"6c9e5e8acc36790009fa589de371c9404863cc3a","committime":"2021-01-01T00:42:41","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Remove old (py3.6)"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"15782ffadcce915251f35041db20af185c78c6fd","committime":"2020-09-07T09:05:19","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"soap@gentoo.org","authorname":"David Seifert","body":"Package-Manager: Portage-3.0.5, Repoman-3.0.1\nSigned-off-by: David Seifert <soap@gentoo.org>","commitid":"f26b3dce7332e3eaa819fe9594f45afdb2604e17","committime":"2020-09-07T08:50:33","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Inherit optfeature.eclass"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"05b1bc6cac77d2c08f26f68ac43febd6075f3ce2","committime":"2020-06-12T07:05:06","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"4d1e319c762e90b99cdc3ef9f53891f01f6acda2","committime":"2020-02-16T22:36:38","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"No keywords anyway, whereas newer versions are keyworded.\n\nCloses: https:\/\/bugs.gentoo.org\/641966\nPackage-Manager: Portage-2.3.89, Repoman-2.3.20\nSigned-off-by: Andreas Sturmlechner <asturm@gentoo.org>","commitid":"936b4104874bb166a30785aa8e3b145c7a0d4508","committime":"2020-02-16T22:12:21","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Drop 2.1.0_beta25 with wrong dependency on qtwebkit"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"cd9a2588980e700bc6db769343f9fa73e2a68166","committime":"2020-02-09T16:29:46","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"5ef378748982f61d00bb60172d661be41ddc5f1c","committime":"2020-02-07T09:38:56","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Switch to PYTHON_MULTI_USEDEP API"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"fef742528aacdd4ffa4e59ea0354106ca161650e","committime":"2019-12-10T23:48:11","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"The result was achieved via the following pipeline:\n\n    pkgcheck scan -c RestrictTestCheck -R FormatReporter \\\n      --format '{category}\/{package}\/{package}-{version}.ebuild' |\n    xargs -n32 grep -L RESTRICT |\n    xargs -n32 sed -i -e '\/^IUSE=.*test\/aRESTRICT=\"!test? ( test )\"'\n\nThe resulting metadata was compared before and after the change.\nFew Go ebuilds had to be fixed manually due to implicit RESTRICT=strip\nadded by the eclass.  Two ebuilds have to be fixed because of multiline\nIUSE.\n\nSuggested-by: Robin H. Johnson <robbat2@gentoo.org>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/13942\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"064af661d0c9a31cecdf348632bc5603333a9149","committime":"2019-12-10T22:02:54","packageid":43642,"repoid":1,"summary":"*\/*: [QA] Fix trivial cases of MissingTestRestrict"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"4399d7e257c1c76c725de539f3b275c9b4c80f62","committime":"2019-11-17T19:05:49","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"pesa@gentoo.org","authorname":"Davide Pesavento","body":"Bug: https:\/\/bugs.gentoo.org\/699306\nPackage-Manager: Portage-2.3.79, Repoman-2.3.18\nSigned-off-by: Davide Pesavento <pesa@gentoo.org>","commitid":"41fc05a8d3ea6aee49bcff68ddce01151dec6a62","committime":"2019-11-17T18:50:53","packageid":43642,"repoid":1,"summary":"app-misc\/anki: be compatible with split PyQtWebEngine"},{"authoremail":"chris.burroughs@gmail.com","authorname":"Chris Burroughs","body":"- claiming maintainer timeout to update version and fix bugs, --juippis\n\n * Bump to EAPI 7\n * Enable python 3.{7,8} support\n * Fix missing test dependencies\n * Add missing jsonschema dependency\n * Backport argument fix to allow mpv versions > 0.31 to be used by anki\n * Correct and expand LICENSE\n * Resolve NonexistentDeps DEPEND warning (leftover from PyQtWebEngine split,\n   but no version of PyQt5 with a webengine use flag is still in the tree.)\n * Use default pkg_setup from eclass and rely on default value for S variable\n * Clarify optional runtime dependencies needed (mpv OR mplayer)\n * Move optional runtime dependencies to optfeature\n * Adjust SRC_URL after upstream re-arranging\n\nNOTE: The upstream LICENSE includes \"Qt's bundled translations: LGPL3\", but\nsince we are building from source that is not directly included.  More recent\nupstream versions have clarified this in the LICENSE file.\n\nBug: https:\/\/bugs.gentoo.org\/625894\nBug: https:\/\/bugs.gentoo.org\/645314\nBug: https:\/\/bugs.gentoo.org\/651472\nBug: https:\/\/bugs.gentoo.org\/688798\nCloses: https:\/\/bugs.gentoo.org\/700010\nCloses: https:\/\/bugs.gentoo.org\/715624\nBug: https:\/\/bugs.gentoo.org\/722502\nBug: https:\/\/bugs.gentoo.org\/724482\nBug: https:\/\/bugs.gentoo.org\/724990\nCloses: https:\/\/bugs.gentoo.org\/726522\n\nSigned-off-by: Chris Burroughs <chris.burroughs@gmail.com>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/16054\nSigned-off-by: Joonas Niilola <juippis@gentoo.org>","commitid":"bbf4348280a355c7def871019405fc563730ed7c","committime":"2019-11-08T02:37:38","packageid":43642,"repoid":1,"summary":"app-misc\/anki: bump to 2.1.15 and modernize ebuild"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"088c772355df265952365dd2df7cde8749fd3d7a","committime":"2019-06-20T13:44:07","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"patrick@gentoo.org","authorname":"Patrick Lauer","body":"Fix #652000\n\nPackage-Manager: Portage-2.3.67, Repoman-2.3.15\nSigned-off-by: Patrick Lauer <patrick@gentoo.org>","commitid":"993ef0de780a19cc7f973407032ada2054b38108","committime":"2019-06-20T13:17:45","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Bump"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"eff590d84c10495f7470944f852026019179a581","committime":"2018-03-01T13:06:15","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"marcan@marcan.st","authorname":"Hector Martin","body":"Bug: https:\/\/bugs.gentoo.org\/641966\nPackage-Manager: Portage-2.3.24, Repoman-2.3.6\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/7127","commitid":"382eed81673cfd58b185b662a3f7ccc6816765f6","committime":"2018-02-08T18:32:33","packageid":43642,"repoid":1,"summary":"app-misc\/anki: depends on dev-python\/PyQt5[webengine,widgets]"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"511c2b98c7b08f845f3900d25c65126f0a8a8670","committime":"2017-12-19T00:25:44","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"843b54bd69cabeea61a3e42f40897ca2299a71f2","committime":"2017-12-18T12:45:44","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"xmw@gentoo.org","authorname":"Michael Weber","body":"Package-Manager: Portage-2.3.19, Repoman-2.3.6","commitid":"ad529e3c9365ea33c83d1d6812a235b97475c2ee","committime":"2017-12-18T12:37:38","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Version bump, rekeyword adm64 and x86."},{"authoremail":"xmw@gentoo.org","authorname":"Michael Weber","body":"Package-Manager: Portage-2.3.19, Repoman-2.3.6","commitid":"d37027cb86c73ba98658e5e6142a1e044692cd2d","committime":"2017-12-18T12:33:27","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Enable tests."},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"d3860238efcb4add003c5172e128720bb604ff6b","committime":"2017-12-18T12:26:00","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"xmw@gentoo.org","authorname":"Michael Weber","body":"Thanks thanks Michael Mounteney and Dennis New.\nEAPI=6,\nremove unneeded overrides of src_configure and src_compile.\n\nCloses: https:\/\/bugs.gentoo.org\/639354\nPackage-Manager: Portage-2.3.19, Repoman-2.3.6","commitid":"f847d777f140a6e6c66d330f1061b068b25b947f","committime":"2017-12-18T12:05:37","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Fix dependencies."},{"authoremail":"asturm@gentoo.org","authorname":"Andreas Sturmlechner","body":"Closes: https:\/\/bugs.gentoo.org\/639354\nPackage-Manager: Portage-2.3.19, Repoman-2.3.6","commitid":"c256849563d19e023385ef4cf9f55a550815359a","committime":"2017-12-18T02:17:07","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Drop last-rited versions"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"8d5dadcc1768f1a5261876073d662c77dae5a01c","committime":"2017-12-14T15:43:49","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"xmw@gentoo.org","authorname":"Michael Weber","body":"Package-Manager: Portage-2.3.18, Repoman-2.3.6","commitid":"f40a35f158c192103ac359163c9a617fae89ede6","committime":"2017-12-14T15:31:05","packageid":43642,"repoid":1,"summary":"app-misc\/anki: add 3.5 and 3.6 to PYTHON_COMPAT (non-maint commit)."},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"ac5c6b58456a323616922459ca8cb72ca49fef18","committime":"2017-11-18T14:45:38","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"patrick@gentoo.org","authorname":"Patrick Lauer","body":"Requires python 3.6, untested and thus without keywords, for now.\n\nPackage-Manager: Portage-2.3.14, Repoman-2.3.6","commitid":"18e445dada057fe50a902fe6c9d4e7075fd4a595","committime":"2017-11-18T14:01:22","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Bump to 2.1.0_beta"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"2055b7ee50b22fb06704504353b1e92592b296a6","committime":"2017-09-23T06:43:30","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"patrick@gentoo.org","authorname":"Patrick Lauer","body":"Package-Manager: Portage-2.3.10, Repoman-2.3.3","commitid":"8fa88ce86b6f9ea3a0180b6ffb5a7226c2dbeaeb","committime":"2017-09-23T06:31:31","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Bump"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"0c029e39fca025165df6dde6c3f5c6070d59a8ad","committime":"2017-04-22T14:01:56","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","commitid":"c68354ccfa87f4aaf5ff7a688ceb55a36f94ccda","committime":"2017-04-22T10:32:41","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Add missing PYTHON_USEDEPs"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"6f0aa27587697801707005bb3e35465e5e16a27c","committime":"2017-04-20T08:01:58","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"soap@gentoo.org","authorname":"David Seifert","body":"Package-Manager: Portage-2.3.5, Repoman-2.3.2","commitid":"c32145210cb54af755dbe6bd3d9615fcd67fe6f7","committime":"2017-04-20T07:20:33","packageid":43642,"repoid":1,"summary":"app-misc\/anki: [QA] Add missing python metadata variables"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"ebe9850bfacf116f97dfbea8b27c29bc2f87bc72","committime":"2017-03-08T01:42:16","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"vapier@gentoo.org","authorname":"Mike Frysinger","commitid":"ec755a8904c018bf0d7d24e69efaf8dfbfe6d8b2","committime":"2017-03-08T01:22:44","packageid":43642,"repoid":1,"summary":"app-misc\/anki: version bump to 2.0.43"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"25093d6359f778b8d1052f66ba9e26fc29ded21a","committime":"2017-02-28T20:35:29","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"robbat2@gentoo.org","authorname":"Robin H. Johnson","body":"Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>","commitid":"61b861acd7b49083dab687e133f30f3331cb7480","committime":"2017-02-28T19:47:27","packageid":43642,"repoid":1,"summary":"Drop $Id$ per council decision in bug #611234."},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"9269e7c01cf78336567eccf9a9425c671fc6b4f9","committime":"2017-01-29T17:22:08","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"patrick@gentoo.org","authorname":"Patrick Lauer","body":"Package-Manager: Portage-2.3.3, Repoman-2.3.1","commitid":"a036a8295506782fe53d5f9974f4480745f01389","committime":"2017-01-29T17:06:50","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Bump"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"f0d2216832a0026344829deddb72dc18a499cd19","committime":"2016-04-19T10:22:20","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"patrick@gentoo.org","authorname":"Patrick Lauer","body":"Package-Manager: portage-2.2.28","commitid":"164c16093372711ea62e24566dbf6de798480834","committime":"2016-04-19T10:06:34","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Bump"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"de2b26bf8ddac3a89c3ec387be44d022ea1a8d5c","committime":"2016-04-11T10:22:04","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"patrick@gentoo.org","authorname":"Patrick Lauer","body":"Package-Manager: portage-2.2.28","commitid":"3fa5e768337f518355e89ddbc89bab8ebb9cd67f","committime":"2016-04-11T10:12:56","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Bump"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"6532afe533c03743572465589756f2bf5a4bef2b","committime":"2016-03-31T06:25:43","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"patrick@gentoo.org","authorname":"Patrick Lauer","body":"Package-Manager: portage-2.2.28","commitid":"32fce5ee2f24bbf008c2856436ea23a187490a3a","committime":"2016-03-31T06:18:06","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Bump"},{"authoremail":"idella4@gentoo.org","authorname":"Ian Delaney","body":"Pull request: https:\/\/github.com\/gentoo\/gentoo\/pull\/612","commitid":"f44edcd5abda38a70eff21c6cf6b09cfc3f68a43","committime":"2016-01-06T18:00:15","packageid":43642,"repoid":1,"summary":"Merge remote-tracking branch 'remotes\/Coacher\/flacon-remove-old'"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"77eb59b91be86a6d73c1a2ea077bdded1bbd1d64","committime":"2016-01-06T13:42:00","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"ago@gentoo.org","authorname":"Agostino Sarubbo","body":"Package-Manager: portage-2.2.26\nRepoMan-Options: --include-arches=\"x86\"\nSigned-off-by: Agostino Sarubbo <ago@gentoo.org>","commitid":"bbbbf847837cb75525a6e0e93f00f78e9595cc72","committime":"2016-01-06T13:28:51","packageid":43642,"repoid":1,"summary":"app-misc\/anki: x86 stable wrt bug #567958"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"dcdc2da43e151133f2f2060b7d371067eb87742d","committime":"2016-01-02T19:01:44","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"ago@gentoo.org","authorname":"Agostino Sarubbo","body":"Package-Manager: portage-2.2.26\nRepoMan-Options: --include-arches=\"amd64\"\nSigned-off-by: Agostino Sarubbo <ago@gentoo.org>","commitid":"c6a4e383202d357c5385b6beed062a7c1381cc25","committime":"2016-01-02T18:52:36","packageid":43642,"repoid":1,"summary":"app-misc\/anki: amd64 stable wrt bug #567958"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"92555a9a8472244ba1506e0091bc798281f2a3c9","committime":"2015-12-12T05:33:31","packageid":43642,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"tomka@gentoo.org","authorname":"Thomas Kahle","body":"Package-Manager: portage-2.2.24","commitid":"d1d80d8a1b789d81b46ea763b9dc531b73754f9f","committime":"2015-12-12T05:14:42","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Remove old ebuilds"},{"authoremail":"tomka@gentoo.org","authorname":"Thomas Kahle","body":"Fixes bug 567958.\n\nPackage-Manager: portage-2.2.24","commitid":"7980335cc8c2ec31e4775a1e328b70367c3be0ed","committime":"2015-12-12T05:14:03","packageid":43642,"repoid":1,"summary":"app-misc\/anki: Bump to 2.0.33"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"945f0d2a26da4f944fd06ad6a874f69d37ce1e06","committime":"2015-08-09T09:26:46","packageid":43642,"repoid":1,"summary":"2015-08-09 09:26:21 UTC"},{"authoremail":"robbat2@gentoo.org","authorname":"Robin H. Johnson","body":"This commit represents a new era for Gentoo:\nStoring the gentoo-x86 tree in Git, as converted from CVS.\n\nThis commit is the start of the NEW history.\nAny historical data is intended to be grafted onto this point.\n\nCreation process:\n1. Take final CVS checkout snapshot\n2. Remove ALL ChangeLog* files\n3. Transform all Manifests to thin\n4. Remove empty Manifests\n5. Convert all stale $Header$\/$Id$ CVS keywords to non-expanded Git $Id$\n5.1. Do not touch files with -kb\/-ko keyword flags.\n\nSigned-off-by: Robin H. Johnson <robbat2@gentoo.org>\nX-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests\nX-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project\nX-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration\nX-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn\nX-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts\nX-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration\nX-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging\nX-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed","commitid":"56bd759df1d0c750a065b8c845e93d5dfa6b549d","committime":"2015-08-08T20:49:04","packageid":43642,"repoid":1,"summary":"proj\/gentoo: Initial commit"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"a637bd65b7fef8e2be4e7fc6e9097479372e0e2e","committime":"2015-06-19T16:38:33","packageid":43642,"repoid":1,"summary":"2015-06-19 16:35:30 UTC"}],"dependencies":[{"block":false,"categoryid":452,"description":"SQL database engine","ebuildids":[879067],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"arfrever.fta@gmail.com","maintainername":"Arfrever Frehtes Taifersar Arahesis","name":"sqlite","packageid":50388},{"block":false,"categoryid":449,"description":"zstd fast compression library","ebuildids":[879067],"firstseen":"2016-09-05T13:36:19.823374","name":"zstd","packageid":65778}],"depending":[],"ebuilds":[{"archs":["~amd64"],"ebuildid":879067,"firstseen":"2025-10-14T21:25:53.242493","license":"AGPL-3+ BSD public-domain gui? ( CC0-1.0 CC-BY-4.0 ) Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 Unlicense ZLIB openssl","moddate":"2026-03-31T06:53:53","packageid":43642,"repoid":1,"slot":"0","uses":["debug","doc","gui","python_single_target_python3_12","python_single_target_python3_13","python_single_target_python3_14","test"],"version":"25.09.2"}],"masks":[],"package":{"categoryid":422,"description":"Smart spaced repetition flashcard program","firstseen":"2010-05-04T00:54:45.661860","maintainer":"tomka@gentoo.org","maintainername":"Thomas Kahle","name":"anki","packageid":43642,"summary":"Anki is a program designed to help you remember facts (such as words and phrases in a foreign language) as quickly, easily and efficiently as possible."},"rdependencies":[{"block":false,"categoryid":450,"description":"An interpreted, interactive, object-oriented programming language","ebuildids":[879067,879067,879067],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"python@gentoo.org","maintainername":"Python","name":"python","packageid":43095},{"block":false,"categoryid":336,"description":"Simplifies the usage of decorators for the average programmer","ebuildids":[879067,879067,879067],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"python@gentoo.org","maintainername":"Python","name":"decorator","packageid":44842,"summary":"The aim of the decorator python module is to simplify the usage of decorators for the average programmer and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc."},{"block":false,"categoryid":422,"description":"Common CA Certificates PEM files","ebuildids":[879067],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"ca-certificates","packageid":45113},{"block":false,"categoryid":452,"description":"SQL database engine","ebuildids":[879067],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"arfrever.fta@gmail.com","maintainername":"Arfrever Frehtes Taifersar Arahesis","name":"sqlite","packageid":50388},{"block":false,"categoryid":336,"description":"Python implementation of the markdown markup language","ebuildids":[879067,879067,879067],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"python@gentoo.org","maintainername":"Python","name":"markdown","packageid":55177},{"block":false,"categoryid":336,"description":"A microframework based on Werkzeug, Jinja2 and good intentions","ebuildids":[879067,879067,879067],"firstseen":"2010-05-30T14:35:12.455217","maintainer":"python@gentoo.org","maintainername":"Python","name":"flask","packageid":55831},{"block":false,"categoryid":336,"description":"HTTP library for human beings","ebuildids":[879067,879067,879067],"firstseen":"2012-01-02T14:37:42.991671","maintainer":"python@gentoo.org","maintainername":"Python","name":"requests","packageid":58639,"summary":"Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s built-in urllib2 module provides most of the HTTP capabilities you should need, but the API is thoroughly broken. This library is designed to make HTTP requests easy for developers."},{"block":false,"categoryid":336,"description":"An implementation of JSON-Schema validation for Python","ebuildids":[879067,879067,879067],"firstseen":"2012-11-09T14:38:46.169990","maintainer":"chutzpah@gentoo.org","maintainername":"Patrick McLean","name":"jsonschema","packageid":59978,"summary":"jsonschema is an implementation of JSON Schema (currently in Draft 3) for Python (supporting 2.6+ including Python 3)."},{"block":false,"categoryid":472,"description":"SVG rendering library for the Qt6 framework","ebuildids":[879067],"firstseen":"2013-03-03T14:38:59.202869","maintainer":"qt@gentoo.org","maintainername":"Gentoo Qt Project","name":"qtsvg","packageid":60446},{"block":false,"categoryid":336,"description":"A pure-Python WSGI server","ebuildids":[879067,879067,879067],"firstseen":"2013-03-20T14:35:49.321039","maintainer":"python@gentoo.org","maintainername":"Python","name":"waitress","packageid":60563},{"block":false,"categoryid":336,"description":"Sends files to the Trash (or Recycle Bin)","ebuildids":[879067,879067,879067],"firstseen":"2013-06-15T13:36:40.213878","maintainer":"python@gentoo.org","maintainername":"Python","name":"send2trash","packageid":60851},{"block":false,"categoryid":336,"description":"A Flask extension for Cross Origin Resource Sharing (CORS)","ebuildids":[879067,879067,879067],"firstseen":"2014-09-09T13:37:52.120431","maintainer":"wking@tremily.us","maintainername":"W. Trevor King","name":"flask-cors","packageid":62509},{"block":false,"categoryid":449,"description":"zstd fast compression library","ebuildids":[879067],"firstseen":"2016-09-05T13:36:19.823374","name":"zstd","packageid":65778},{"block":false,"categoryid":336,"description":"Reliable machine-readable Linux distribution information for Python","ebuildids":[879067,879067,879067],"firstseen":"2017-02-17T14:37:00.971661","name":"distro","packageid":66536,"summary":"distro (for: Linux Distribution) provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information. It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality which isn't necessarily Python bound like a command-line interface."},{"block":false,"categoryid":336,"description":"Pythonic idioms for iterating, searching, and modifying an HTML\/XML parse tree","ebuildids":[879067,879067,879067],"firstseen":"2021-09-08T12:25:57.264536","name":"beautifulsoup4","packageid":73317,"summary":"Beautiful Soup is a Python HTML\/XML parser designed for quick turnaround projects like screen-scraping. Two features make it powerful: it won't choke if you give it bad markup and it provides a few simple methods and Pythonic idioms for navigating and searching a parse tree: a toolkit for dissecting a document and extracting what you need."},{"block":false,"categoryid":336,"description":"Google's Protocol Buffers - Python bindings","ebuildids":[879067,879067,879067],"firstseen":"2024-11-13T20:51:18.759556","name":"protobuf","packageid":77857},{"block":false,"categoryid":336,"description":"Python bindings for QtWebEngine","ebuildids":[879067,879067,879067],"firstseen":"2024-11-23T12:03:54.084016","name":"pyqt6-webengine","packageid":77911},{"block":false,"categoryid":336,"description":"sip module support for PyQt6","ebuildids":[879067,879067,879067],"firstseen":"2024-11-23T12:03:54.084016","name":"pyqt6-sip","packageid":77912},{"block":false,"categoryid":336,"description":"Python bindings for the Qt framework","ebuildids":[879067,879067,879067],"firstseen":"2024-11-23T12:03:54.084016","name":"pyqt6","packageid":77916}],"repos":[{"branch":"master","lastcommit":"52197549fd3431fa256b8edbafdcd3702dd0e134","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/apps.ankiweb.net\/"],"uses":[{"description":"Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https:\/\/wiki.gentoo.org\/wiki\/Project:Quality_Assurance\/Backtraces","isdefault":false,"use":"debug"},{"description":"Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally","isdefault":false,"use":"doc"},{"defaultflag":true,"description":"Enable support for a graphical user interface. Disable for standalone sync server.","isdefault":true,"packageid":43642,"use":"gui"},{"description":"Enable dependencies and\/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)","isdefault":false,"use":"test"},{"description":"Build for Python 3.12 only","group":"python_single_target","isdefault":false,"use":"python3_12"},{"description":"Build for Python 3.13 only","group":"python_single_target","isdefault":false,"use":"python3_13"},{"description":"Build for Python 3.14 only","group":"python_single_target","isdefault":false,"use":"python3_14"}]}