summaryrefslogtreecommitdiff
path: root/dev-db/sqlitestudio
AgeCommit message (Collapse)Author
2025-04-26dev-db/sqlitestudio: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Part-of: https://github.com/gentoo/gentoo/pull/41760 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-04-17dev-db/sqlitestudio: drop 3.4.4-r1Andreas Sturmlechner
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-04-16dev-db/sqlitestudio: Revert back to -j1, it is still a problemAndreas Sturmlechner
See also: https://github.com/gentoo/gentoo/pull/40994 Bug: https://bugs.gentoo.org/902991 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-04-16dev-db/sqlitestudio: enable py3.13Andreas Sturmlechner
Closes: https://bugs.gentoo.org/952286 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-04-16dev-db/sqlitestudio: add 3.4.17Onkobu Tanaake
Signed-off-by: Onkobu Tanaake <onkobu@onkobutanaake.de> Closes: https://github.com/gentoo/gentoo/pull/40994 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2024-10-09dev-db/sqlitestudio: build with -j1Sam James
The build system is qmake so a pain to fix. Closes: https://bugs.gentoo.org/902991 Closes: https://bugs.gentoo.org/924672 Closes: https://bugs.gentoo.org/928736 Closes: https://bugs.gentoo.org/941074 Signed-off-by: Sam James <sam@gentoo.org>
2024-07-29dev-db/sqlitestudio: enable py3.12Pacho Ramos
Closes: https://bugs.gentoo.org/929389 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2023-10-21dev-db/sqlitestudio: drop 3.3.3, 3.4.3, 3.4.3-r1, 3.4.4Andreas Sturmlechner
Closes: https://bugs.gentoo.org/915786 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2023-10-21dev-db/sqlitestudio: Drop unused dev-qt/qtscript:5Andreas Sturmlechner
Bug: https://bugs.gentoo.org/915786 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2023-05-06dev-db/sqlitestudio: add 3.4.4Matthew White
Closes: https://bugs.gentoo.org/905787 Package-Manager: portage-3.0.44-r1 Signed-off-by: Matteo Bianco <mehw.is.me@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/30885 Signed-off-by: Sam James <sam@gentoo.org>
2023-05-06dev-db/sqlitestudio: enable compiling plugins with Python 3.11 for 3.4.3-r1Matthew White
Apply upstream patch to enable compiling the plugins with Python 3.11. Closes: https://bugs.gentoo.org/905786 Package-Manager: portage-3.0.44-r1 Signed-off-by: Matteo Bianco <mehw.is.me@inventati.org> Signed-off-by: Sam James <sam@gentoo.org>
2023-02-17dev-db/sqlitestudio: fix install with FEATURES=testViorel Munteanu
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2023-02-17dev-db/sqlitestudio: bump 3.4.3Onkobu Tanaake
- drop unnecessary sed invocation - introduce USE python - ncurses fix is not necessary anymore, dependency was removed/ unnecessary - drop 3.2.1, source could not be downloaded anymore - add patch to fix linking of python - update manifest - Copyright - sed expression must fix all paths - delete test artifacts/ avoid installation Signed-off-by: Onkobu Tanaake <onkobu@onkobutanaake.de> Reported-by: Onkobu Tanaake <onkobu@onkobutanaake.de> Closes: https://github.com/gentoo/gentoo/pull/28930 Closes: https://bugs.gentoo.org/889314 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2022-06-08dev-db/sqlitestudio: add 3.3.3Sam James
Closes: https://bugs.gentoo.org/850499 Closes: https://bugs.gentoo.org/773406 Closes: https://bugs.gentoo.org/838325 Signed-off-by: Sam James <sam@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-07-04dev-db/sqlitestudio: Update from l10n.eclass to plocale.eclassUlrich Müller
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-05-01dev-db/sqlitestudio: drop obsolete LibreSSL patchSam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-05-01dev-db/sqlitestudio: drop obsolete LibreSSL patchSam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-02-28dev-db/sqlitestudio: drop to m-nJoonas Niilola
Bug: https://bugs.gentoo.org/773406 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-06-26dev-db/sqlitestudio: EAPI-7 bump, add missing BDEPENDAndreas Sturmlechner
Ebuild itself was using lrelease without depending on dev-qt/linguist-tools:5. Closes: https://bugs.gentoo.org/727528 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-03-29dev-db/sqlitestudio: add patch to fix build with LibreSSLStefan Strogin
Closes: https://bugs.gentoo.org/681638 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11495 Signed-off-by: Aaron Bauman <bman@gentoo.org>
2019-02-14dev-db/sqlitestudio: Drop 3.1.1Andreas Sturmlechner
Closes: https://bugs.gentoo.org/674586 Closes: https://bugs.gentoo.org/632406 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-02-03dev-db/sqlitestudio: Drop 3.0.7Andreas Sturmlechner
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-02-03dev-db/sqlitestudio: eutils -> desktopAndreas Sturmlechner
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-02-03dev-db/sqlitestudio: version bump to 3.2.1reagentoo
Also fix build with USE test Closes: https://bugs.gentoo.org/663926 Closes: https://github.com/gentoo/gentoo/pull/10878 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2018-09-15dev-db/sqlitestudio: Fix build with Qt 5.11Andreas Sturmlechner
Doing it myself then. Closes: https://bugs.gentoo.org/662968 Package-Manager: Portage-2.3.49, Repoman-2.3.10
2017-12-09dev-db/*: Update Manifest hashesMichał Górny
2017-09-04dev-db/sqlitestudio: DEPEND+=dev-qt/qtconcurrent:5reagentoo
- Add missing build-time dependency dev-qt/qtconcurrent:5 Gentoo-Bug: 590028 Closes: https://github.com/gentoo/gentoo/pull/5613
2017-09-03dev-db/sqlitestudio: version bump to 3.1.1Dmitry
- Dropped kde5-functions eclass - Added l10n support - Migrated fdo-mime to xdg eclass - Improved overall ebuild quality. Gentoo-Bug: 629322 Closes: https://github.com/gentoo/gentoo/pull/5557
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-07-26dev-db/sqlitestudio: Remove QT_MINIMAL handled by eclassJohannes Huber
Package-Manager: portage-2.3.0
2016-07-07dev-db/sqlitestudio: add maintainer-neededAustin English
Package-Manager: portage-2.2.28
2016-05-29dev-db/sqlitestudio: Dropping to maintainer-neededKristian Fiskerstrand
Gentoo-Bug: 584246 Package-Manager: portage-2.3.0_rc1
2016-03-19dev-db/sqlitestudio: die on all `cd`sJan Chren
Closes: https://github.com/gentoo/gentoo/pull/1088
2016-03-19dev-db/sqlitestudio: new packageJan Chren
Closes: https://github.com/gentoo/gentoo/pull/1088