summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/retext-9999: fix desktop file issuesPhilipp Rösner2024-03-181-8/+11
| | | | | | | | | | Fix desktop file issues as in commit 174d953a8935. The added patch is excluded in the 9999 ebuild, as upstream changed the particular line. Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35730 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-editors/retext: fix desktop file issuesPhilipp Rösner2024-03-182-0/+100
| | | | | | | | | | | Move desktop file installation from python_install() to src_install(). Also, patch __main__.py to use the name "retext" for the desktop file (improves desktop environment compatibility). Closes: https://bugs.gentoo.org/925726 Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-editors/retext: Stabilize 8.0.0 amd64, #905775Joonas Niilola2023-11-021-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Stabilize 8.0.1 amd64, #914855Sam James2023-10-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: pep517 support for live ebuildPhilipp Rösner2023-08-141-6/+13
| | | | | | | | | | Add support for PEP517 using the setuptools backend for the live ebuild of app-editors/retext. Bug: https://bugs.gentoo.org/909870 Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/32054 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: add 8.0.1 with pep517 supportPhilipp Rösner2023-08-142-0/+79
| | | | | | | | | | | Add an ebuild for app-editors/retext-8.0.1 with support for PEP517 using the setuptools backend. Create a new .desktop file because the setup.py script removes the .desktop file in case of a wheel build. Closes: https://bugs.gentoo.org/909870 Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Use pypi.eclass in 7.2.3Michał Górny2023-05-201-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/retext: Use pypi.eclassMichał Górny2023-03-252-12/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/retext: unkeyword 8.0.0 for ~riscv and ~x86Jimi Huotari2023-03-072-2/+2
| | | | | | In preparation for the qt6 unmasking, which currently only has ~amd64. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* app-editors/retext: enable py3.11 (9999)Philipp Rösner2023-03-041-1/+1
| | | | | | Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/29909 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: enable py3.11 (8.0.0)Philipp Rösner2023-03-041-1/+1
| | | | | | | | | I tested basic functionalities with a few markdown documents. ReText built with Python 3.11 seems to work well. Closes: https://bugs.gentoo.org/896530 Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: destabilize 7.2.3 for ~x86Andreas Sturmlechner2023-02-071-1/+1
| | | | | Bug: https://bugs.gentoo.org/893234 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-editors/retext: add myself as a maintainerPhilipp Rösner2023-01-281-1/+8
| | | | | | Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/29070 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: drop 7.2.2Philipp Rösner2023-01-282-71/+0
| | | | | Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: sync live ebuildPhilipp Rösner2023-01-281-4/+4
| | | | | Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: add 8.0.0Philipp Rösner2023-01-282-0/+75
| | | | | | | | | From version 8.0.0 ReText uses PyQt6 and optionally PyQt6-WebEngine, therefore mask >=app-editors/retext-8.0.0 since dev-python/PyQt6 is also masked. Signed-off-by: Philipp Rösner <rndxelement@protonmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-143-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-editors/retext: x86 stable wrt bug #865793Agostino Sarubbo2022-08-221-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/retext: Stabilize 7.2.3 amd64, #865793Sam James2022-08-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: add 7.2.3Sam James2022-06-033-11/+90
| | | | | Closes: https://bugs.gentoo.org/848999 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: drop 7.1.0, 7.2.1Sam James2022-02-203-140/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: Stabilize 7.2.2 x86, #833689Sam James2022-02-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: Stabilize 7.2.2 amd64, #833689Jakov Smolić2022-02-191-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/retext: add 7.2.2Sam James2022-01-023-10/+81
| | | | | Closes: https://bugs.gentoo.org/830419 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: keyword ~riscvYongxiang Liang2021-10-291-1/+1
| | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/retext: Move to maintainer-neededNils Freydank2021-07-191-8/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Stabilize 7.2.1 x86, #791355Sam James2021-07-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: Stabilize 7.2.1 amd64, #791355Sam James2021-07-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: Remove the old versionNils Freydank2021-03-212-71/+0
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19998 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Update the live ebuildNils Freydank2021-03-211-1/+1
| | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Bump to 7.2.1Nils Freydank2021-03-212-0/+71
| | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/retext: fix MisplacedEclassVarSam James2021-03-041-2/+2
| | | | | | | We should set variables before inheriting eclasses in case they take action at source-time. Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: fix WhitespaceFoundSam James2021-03-042-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/retext: Update live ebuildNils Freydank2021-02-251-3/+5
| | | | | | Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19629 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Depend optionally on qtwebengineNils Freydank2021-02-251-3/+5
| | | | | | | | | | | To avoid breakage for existing installations the deps are not made optional but moved into USE flags (bug 772197). Also there is added a missing dbus dep (bug 772197, too). Closes: https://bugs.gentoo.org/772197 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: remove D_U_S from 9999Joonas Niilola2021-02-241-1/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: remove D_U_S from 7.2.0Joonas Niilola2021-02-241-1/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Update the live ebuildNils Freydank2021-02-241-5/+6
| | | | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19440 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Bump to 7.2.0Nils Freydank2021-02-242-0/+70
| | | | | | | | | This bump does not support python 3.7 anymore, as python 3.8 is already stable. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Remove oldMichał Górny2020-09-182-75/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/retext: Inherit optfeature.eclassDavid Seifert2020-09-072-2/+2
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* app-editors/retext: x86 stable (bug #736740)Thomas Deutschmann2020-08-301-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-editors/retext: amd64 stable wrt bug #736740Agostino Sarubbo2020-08-251-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/retext: use D_U_S, optfeatureJoonas Niilola2020-07-152-17/+7
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Update live ebuildNils Freydank2020-07-151-6/+5
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Nils Freydank <holgersson@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/15964 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/retext: Bump to 7.1.0 and support python3_9Nils Freydank2020-07-152-0/+74
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Nils Freydank <holgersson@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>