summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/sqlitebrowser: drop 3.12.2-r2Mattéo Rossillol‑‑Laruelle2024-10-063-91/+0
| | | | | | Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/38848 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-db/sqlitebrowser: Stabilize 3.13.0 amd64, #939050Jakov Smolić2024-09-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlitebrowser: Stabilize 3.13.0 x86, #939050Jakov Smolić2024-09-041-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-db/sqlitebrowser: add 3.13.0Mattéo Rossillol‑‑Laruelle2024-08-043-16/+130
| | | | | | Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37698 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/sqlitebrowser: add patch to fix conflict that str macro brings inDenis Pronin2024-05-282-0/+17
| | | | | | | | | | | | | sometimes expanding str() gives an error because it conflicts with str() method of, for example, std::ostringstream::str() This patch is dedicated to fixing this circumstance Closes https://bugs.gentoo.org/932577 Signed-off-by: Denis Pronin <dannftk@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/35909 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlitebrowser: fix qscintilla dep #916232José P. R. N. Assis2024-04-162-2/+2
| | | | | | | | | | Adding [qt5(+)] to the qscintilla dependency in preparation to supporting Qt5/Qt6 QScintilla multibuild. Revision 3.12.2-r1 bumped to r2. No other changes for plain 3.12.2 and -9999. Bug: https://bugs.gentoo.org/916232 Signed-off-by: José P. R. N. Assis <espinafre@gmail.com> Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* dev-db/sqlitebrowser: drop old 3.12.2Mattéo Rossillol‑‑Laruelle2024-03-072-69/+2
| | | | | | Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35603 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/sqlitebrowser: Stabilize 3.12.2-r1 amd64, #926038Arthur Zamarin2024-03-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlitebrowser: Stabilize 3.12.2-r1 x86, #926038Arthur Zamarin2024-03-021-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/sqlitebrowser: revbumpMattéo Rossillol‑‑Laruelle2024-01-203-4/+89
| | | | | | | | Closes: https://bugs.gentoo.org/855254 Closes: https://bugs.gentoo.org/913047 Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34420 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlitebrowser: drop 3.12.1Andreas Sturmlechner2022-12-202-68/+0
| | | | | | Overshadowed by stable 3.12.2. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/sqlitebrowser: Stabilize 3.12.2 amd64, #799638Sam James2021-07-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlitebrowser: Stabilize 3.12.2 x86, #799638Sam James2021-07-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/sqlitebrowser: version bump to 3.12.2Mattéo Rossillol‑‑Laruelle2021-06-172-0/+68
| | | | | | | 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>
* dev-db/sqlitebrowser: remove oldMattéo Rossillol‑‑Laruelle2021-06-173-153/+0
| | | | | | 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>
* */*: 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>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+0
| | | | | | | | | | | 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>
* dev-db/sqlitebrowser: version bump and adoptionMattéo Rossillol‑‑Laruelle2021-02-174-12/+166
| | | | | | | | | | | | | | - 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>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | 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>
* */*: Switch m-n packages to cmake.eclassAndreas Sturmlechner2020-01-021-4/+4
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* dev-db/sqlitebrowser: Handling test dependency correctlyRodrigo Saboya2019-10-171-1/+2
| | | | | | | | | | 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>
* dev-db/sqlitebrowser: Drop oldMichał Górny2019-09-113-165/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-db/sqlitebrowser: add missing depRick Farina2019-03-251-0/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* dev-db/sqlitebrowser: bump and unbundleRick Farina2019-03-203-0/+150
| | | | | | | | | | 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>
* dev-db/sqlitebrowser: add missing DEPENDRick Farina2019-02-281-1/+1
| | | | | | | 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>
* dev-db/sqlitebrowser: Drop 3.10.1Andreas Sturmlechner2019-02-151-68/+0
| | | | | | | 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>
* dev-db/sqlitebrowser: Fix RDEPENDs, gnome2-utils -> xdg, EAPI-7 bumpAndreas Sturmlechner2019-02-151-0/+59
| | | | | | Closes: https://bugs.gentoo.org/664496 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/sqlitebrowser: Drop oldPacho Ramos2019-01-274-114/+0
| | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* */*: reassign packages for xmw@g.oMichał Górny2018-11-251-4/+1
| | | | | Bug: https://bugs.gentoo.org/319525 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-db/sqlitebrowser: x86 stable (bug #652646)Thomas Deutschmann2018-04-111-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-db/sqlitebrowser: amd64 stableAaron Bauman2018-04-061-2/+2
| | | | | Bug: https://bugs.gentoo.org/652646 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-db/sqlitebrowser: Fix tests, thanks Jouni Kosonen.Michael Weber2017-12-182-2/+47
| | | | | Closes: https://bugs.gentoo.org/640862 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-db/sqlitebrowser: Fix QA issues regarding .desktop and icon files.Michael Weber2017-12-112-1/+22
| | | | Package-Manager: Portage-2.3.17, Repoman-2.3.6
* dev-db/sqlitebrowser: Version bump, thanks @jok-ts, @a17r et al.Michael Weber2017-12-113-0/+119
| | | | | | | | 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
* dev-db/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-db/sqlitebrowser: set USE default for dev-libs/qcustomplot[qt5]Michael Palimaka2017-09-231-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-db/sqlitebrowser: Remove old version.Michael Weber2017-06-052-58/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-db/sqlitebrowser: x86 stable wrt bug #620038Agostino Sarubbo2017-06-011-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/sqlitebrowser: amd64 stable wrt bug #620038Agostino Sarubbo2017-06-011-2/+2
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-db/sqlitebrowser: x86 stable wrt bug #571958Agostino Sarubbo2017-01-041-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/sqlitebrowser: Depend on x11-libs/qscintilla[qt4]David Seifert2016-12-222-2/+2
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3188
* dev-db/sqlitebrowser: Drop oldAndreas Sturmlechner2016-11-152-61/+0
| | | | | | | | | 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>
* dev-db/sqlitebrowser: Eliminate qt4 vs. qt5 REQUIRED_USEAndreas Sturmlechner2016-11-151-6/+4
| | | | | | | | | | | 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>
* dev-db/sqlitebrowser: 3.9.1 version bumpAndreas Sturmlechner2016-11-153-0/+86
| | | | | | | | | 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>
* dev-db/*: remove unused patches.Michael Mair-Keimberger (asterix)2016-07-302-132/+0
| | | | | | | Squash all commit messages into a single one. Closes: https://github.com/gentoo/gentoo/pull/1936 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* dev-db/sqlitebrowser: amd64 stable wrt bug #571958Agostino Sarubbo2016-03-151-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|