dev-db / sqlitebrowser

A light GUI editor for SQLite databases

Official package sites : https://sqlitebrowser.org/ ·

DB Browser for SQLite (DB4S) is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands.

v9999 :: 0 :: gentoo

Modified
License
GPL-3+ MPL-2.0
USE flags
test

v3.12.2 :: 0 :: gentoo

Modified
License
GPL-3+ MPL-2.0
Keywords
amd64 x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

app-editors / qhexedit2 : Hex editor library, Qt application written in C++ with Python bindings

dev-db / sqlite : SQL database engine

dev-libs / qcustomplot : Qt C++ widget for plotting and data visualization

dev-qt / qtconcurrent : Multi-threading concurrence support library for the Qt5 framework

dev-qt / qtcore : Cross-platform application development framework

dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework

dev-qt / qtnetwork : Network abstraction library for the Qt5 framework

dev-qt / qtprintsupport : Printing support library for the Qt5 framework

dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework

dev-qt / qtxml : Implementation of SAX and DOM for the Qt5 framework

dev-util / desktop-file-utils : Command line utilities to work with desktop menu entries

x11-libs / qscintilla : Qt port of Neil Hodgson's Scintilla C++ editor control

x11-misc / shared-mime-info : The Shared MIME-info Database specification

app-editors / qhexedit2 : Hex editor library, Qt application written in C++ with Python bindings

dev-db / sqlite : SQL database engine

dev-libs / qcustomplot : Qt C++ widget for plotting and data visualization

dev-qt / qtconcurrent : Multi-threading concurrence support library for the Qt5 framework

dev-qt / qtcore : Cross-platform application development framework

dev-qt / qtgui : The GUI module and platform plugins for the Qt5 framework

dev-qt / qtnetwork : Network abstraction library for the Qt5 framework

dev-qt / qtprintsupport : Printing support library for the Qt5 framework

dev-qt / qtsvg : SVG rendering library for the Qt6 framework

dev-qt / qtwidgets : Set of components for creating classic desktop-style UIs for the Qt5 framework

dev-qt / qtxml : Implementation of SAX and DOM for the Qt5 framework

x11-libs / qscintilla : Qt port of Neil Hodgson's Scintilla C++ editor control

678628
revdep-rebuild wants to rebuild dev-db/sqlitebrowser but not revdep-rebuild.sh
681552
dev-db/sqlitebrowser-3.11.1 : Could not find a package configuration file provided by Qt5Concurrent
732296
dev-db/sqlitebrowser-3.12 version bump.
855254
dev-db/sqlitebrowser-3.12.2 fails to compile (lto): ParserDriver.h:19:7: error: type struct ParserDriver violates the C++ One Definition Rule [-Werror=odr]
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
dev-db/sqlitebrowser: drop 3.12.1
Overshadowed by stable 3.12.2. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-db/sqlitebrowser: Stabilize 3.12.2 amd64, #799638
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
dev-db/sqlitebrowser: Stabilize 3.12.2 x86, #799638
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mattéo Rossillol‑‑Laruelle · gentoo
dev-db/sqlitebrowser: version bump to 3.12.2
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>
Mattéo Rossillol‑‑Laruelle · gentoo
dev-db/sqlitebrowser: remove old
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>
Repository mirror & CI · gentoo
Merge updates from master
Mattéo Rossillol‑‑Laruelle · gentoo
dev-db/sqlitebrowser: version bump and adoption
- 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>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Bump copyright on files touched this year
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>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
*/*: Switch m-n packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
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>
Repository mirror & CI · gentoo
Merge updates from master
Rodrigo Saboya · gentoo
dev-db/sqlitebrowser: Handling test dependency correctly
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>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-db/sqlitebrowser: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rick Farina · gentoo
dev-db/sqlitebrowser: add missing dep
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rick Farina · gentoo
dev-db/sqlitebrowser: bump and unbundle
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>
Repository mirror & CI · gentoo
Merge updates from master
Rick Farina · gentoo
dev-db/sqlitebrowser: add missing DEPEND
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>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
dev-db/sqlitebrowser: Drop 3.10.1
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>
Andreas Sturmlechner · gentoo
dev-db/sqlitebrowser: Fix RDEPENDs, gnome2-utils -> xdg, EAPI-7 bump
Closes: https://bugs.gentoo.org/664496 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Pacho Ramos · gentoo
dev-db/sqlitebrowser: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Thomas Deutschmann · gentoo
dev-db/sqlitebrowser: x86 stable (bug #652646)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Aaron Bauman · gentoo
dev-db/sqlitebrowser: amd64 stable
Bug: https://bugs.gentoo.org/652646 Package-Manager: Portage-2.3.28, Repoman-2.3.9
Michael Weber · gentoo
dev-db/sqlitebrowser: Fix tests, thanks Jouni Kosonen.
Closes: https://bugs.gentoo.org/640862 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Michael Weber · gentoo
dev-db/sqlitebrowser: Fix QA issues regarding .desktop and icon files.
Package-Manager: Portage-2.3.17, Repoman-2.3.6
Michael Weber · gentoo
dev-db/sqlitebrowser: Version bump, thanks @jok-ts, @a17r et al.
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
Michael Palimaka · gentoo
dev-db/sqlitebrowser: set USE default for dev-libs/qcustomplot[qt5]
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Weber · gentoo
dev-db/sqlitebrowser: Remove old version.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Agostino Sarubbo · gentoo
dev-db/sqlitebrowser: x86 stable wrt bug #620038
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
dev-db/sqlitebrowser: amd64 stable wrt bug #620038
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Agostino Sarubbo · gentoo
dev-db/sqlitebrowser: x86 stable wrt bug #571958
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
David Seifert · gentoo
dev-db/sqlitebrowser: Depend on x11-libs/qscintilla[qt4]
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3188
Andreas Sturmlechner · gentoo
dev-db/sqlitebrowser: Drop old
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>
Andreas Sturmlechner · gentoo
dev-db/sqlitebrowser: Eliminate qt4 vs. qt5 REQUIRED_USE
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>
Andreas Sturmlechner · gentoo
dev-db/sqlitebrowser: 3.9.1 version bump
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>
Agostino Sarubbo · gentoo
dev-db/sqlitebrowser: amd64 stable wrt bug #571958
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Michael Weber · gentoo
dev-db/sqlitebrowser: Version bump (thanks Fabio Rossi, bug 571048).
Package-Manager: portage-2.2.26
James Le Cuirot · gentoo
dev-db/sqlitebrowser: Remove old
Package-Manager: portage-2.2.26
James Le Cuirot · gentoo
dev-db/sqlitebrowser: Use the new antlr-cpp package instead of antlr
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
Michael Palimaka · gentoo
dev-db/sqlitebrowser: dev-qt/linguist-tools is a build-time dependency
Also, dev-qt/linguist is not used at all. Package-Manager: portage-2.2.20.1
Michael Weber · gentoo
dev-db/sqlitebrowser: drop old version.
Package-Manager: portage-2.2.20
Michael Weber · gentoo
dev-db/sqlitebrowser: version bump (bug 554034).
Package-Manager: portage-2.2.20
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
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