summaryrefslogtreecommitdiff
path: root/dev-db/sqlitebrowser
AgeCommit message (Collapse)Author
2022-12-20dev-db/sqlitebrowser: drop 3.12.1Andreas Sturmlechner
Overshadowed by stable 3.12.2. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2021-07-15dev-db/sqlitebrowser: Stabilize 3.12.2 amd64, #799638Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-07-15dev-db/sqlitebrowser: Stabilize 3.12.2 x86, #799638Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-06-17dev-db/sqlitebrowser: version bump to 3.12.2Mattéo Rossillol‑‑Laruelle
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Package-Manager: Portage-3.0.18, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/20852 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2021-06-17dev-db/sqlitebrowser: remove oldMattéo Rossillol‑‑Laruelle
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2021-03-16*/*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny
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>
2021-03-16*/*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny
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>
2021-03-16*/*: Normalize metadata.xml filesMichał Górny
Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-02-17dev-db/sqlitebrowser: version bump and adoptionMattéo Rossillol‑‑Laruelle
- update the `metadata.xml` file - update dependencies: remove `dev-cpp/antlr-cpp:2`   (see https://github.com/sqlitebrowser/sqlitebrowser/commit/ce66c1da20d15e8211a14db13f63cd42c2ede770/),   update minimum required version of `x11-libs/qscintilla` - add the live version Closes: https://bugs.gentoo.org/735716 Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Package-Manager: Portage-3.0.13, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/19246 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-02-11*/*: Bump copyright on files touched this yearMichał Górny
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-02*/*: Switch m-n packages to cmake.eclassAndreas Sturmlechner
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-10-17dev-db/sqlitebrowser: Handling test dependency correctlyRodrigo Saboya
Changed in: https://github.com/sqlitebrowser/sqlitebrowser/pull/1419/files Closes: https://bugs.gentoo.org/683666 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Rodrigo Saboya <saboya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13064 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2019-09-11dev-db/sqlitebrowser: Drop oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-03-25dev-db/sqlitebrowser: add missing depRick Farina
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
2019-03-20dev-db/sqlitebrowser: bump and unbundleRick Farina
previous patch did most of the unbundling, but left qhexedit2 bundled which caused revdep-rebuild to want to rebuild all the time. semi related to bug #678628 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
2019-02-28dev-db/sqlitebrowser: add missing DEPENDRick Farina
sqlitebrowser directly links to /usr/lib64/libqhexedit.so Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
2019-02-15dev-db/sqlitebrowser: Drop 3.10.1Andreas Sturmlechner
Dropping stable keywords - package unmaintained, runtime was broken anyway. Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-02-15dev-db/sqlitebrowser: Fix RDEPENDs, gnome2-utils -> xdg, EAPI-7 bumpAndreas Sturmlechner
Closes: https://bugs.gentoo.org/664496 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2019-01-27dev-db/sqlitebrowser: Drop oldPacho Ramos
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2018-11-25*/*: reassign packages for xmw@g.oMichał Górny
Bug: https://bugs.gentoo.org/319525 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2018-04-11dev-db/sqlitebrowser: x86 stable (bug #652646)Thomas Deutschmann
Package-Manager: Portage-2.3.28, Repoman-2.3.9
2018-04-06dev-db/sqlitebrowser: amd64 stableAaron Bauman
Bug: https://bugs.gentoo.org/652646 Package-Manager: Portage-2.3.28, Repoman-2.3.9
2017-12-18dev-db/sqlitebrowser: Fix tests, thanks Jouni Kosonen.Michael Weber
Closes: https://bugs.gentoo.org/640862 Package-Manager: Portage-2.3.19, Repoman-2.3.6
2017-12-11dev-db/sqlitebrowser: Fix QA issues regarding .desktop and icon files.Michael Weber
Package-Manager: Portage-2.3.17, Repoman-2.3.6
2017-12-11dev-db/sqlitebrowser: Version bump, thanks @jok-ts, @a17r et al.Michael Weber
Reported-by: Anton Bolshakov <blshkv@pentoo.ch> Suggested-by: Jouni Kosonen <jouni.kosonen@tukesoft.com> Closes: https://bugs.gentoo.org/633412 Closes: https://github.com/gentoo/gentoo/pull/6322 Package-Manager: Portage-2.3.17, Repoman-2.3.6
2017-12-09dev-db/*: Update Manifest hashesMichał Górny
2017-09-23dev-db/sqlitebrowser: set USE default for dev-libs/qcustomplot[qt5]Michael Palimaka
Package-Manager: Portage-2.3.8, Repoman-2.3.3
2017-06-05dev-db/sqlitebrowser: Remove old version.Michael Weber
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-06-01dev-db/sqlitebrowser: x86 stable wrt bug #620038Agostino Sarubbo
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2017-06-01dev-db/sqlitebrowser: amd64 stable wrt bug #620038Agostino Sarubbo
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2017-01-04dev-db/sqlitebrowser: x86 stable wrt bug #571958Agostino Sarubbo
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-12-22dev-db/sqlitebrowser: Depend on x11-libs/qscintilla[qt4]David Seifert
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3188
2016-11-15dev-db/sqlitebrowser: Drop oldAndreas Sturmlechner
3.8.0 is already stable while 3.7.0 wasn't. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2793 Signed-off-by: David Seifert <soap@gentoo.org>
2016-11-15dev-db/sqlitebrowser: Eliminate qt4 vs. qt5 REQUIRED_USEAndreas Sturmlechner
Drop useless subslot operator. Minimal change. Package-Manager: portage-2.3.0 sqlitebrowser-3.8.0.ebuild Closes: https://github.com/gentoo/gentoo/pull/2793 Signed-off-by: David Seifert <soap@gentoo.org>
2016-11-15dev-db/sqlitebrowser: 3.9.1 version bumpAndreas Sturmlechner
Gentoo-bug: 596884 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2793 Signed-off-by: David Seifert <soap@gentoo.org>
2016-07-30dev-db/*: remove unused patches.Michael Mair-Keimberger (asterix)
Squash all commit messages into a single one. Closes: https://github.com/gentoo/gentoo/pull/1936 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2016-03-15dev-db/sqlitebrowser: amd64 stable wrt bug #571958Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2016-01-10dev-db/sqlitebrowser: Version bump (thanks Fabio Rossi, bug 571048).Michael Weber
Package-Manager: portage-2.2.26
2015-12-06dev-db/sqlitebrowser: Remove oldJames Le Cuirot
Package-Manager: portage-2.2.26
2015-12-06dev-db/sqlitebrowser: Use the new antlr-cpp package instead of antlrJames Le Cuirot
The non-Java parts of antlr have now been split out. The Java part isn't required in this case. Package-Manager: portage-2.2.26
2015-10-02dev-db/sqlitebrowser: dev-qt/linguist-tools is a build-time dependencyMichael Palimaka
Also, dev-qt/linguist is not used at all. Package-Manager: portage-2.2.20.1
2015-08-24Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
2015-08-24Use https by defaultJustin Lecher
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-11dev-db/sqlitebrowser: drop old version.Michael Weber
Package-Manager: portage-2.2.20
2015-08-11dev-db/sqlitebrowser: drop unused patch.Michael Weber
Package-Manager: portage-2.2.20
2015-08-11dev-db/sqlitebrowser: version bump (bug 554034).Michael Weber
Package-Manager: portage-2.2.20
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed