From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13B8F15838C for ; Sat, 20 Jan 2024 12:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D804E29AD; Sat, 20 Jan 2024 12:23:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45D3CE29AD for ; Sat, 20 Jan 2024 12:23:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82F17343276 for ; Sat, 20 Jan 2024 12:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 168FA14B6 for ; Sat, 20 Jan 2024 12:23:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705753375.f0c715b72c40a0cce096ebcb98315de5cba1b59a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/sqlitebrowser/metadata.xml dev-db/sqlitebrowser/sqlitebrowser-3.12.2-r1.ebuild dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild X-VCS-Directories: dev-db/sqlitebrowser/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f0c715b72c40a0cce096ebcb98315de5cba1b59a X-VCS-Branch: master Date: Sat, 20 Jan 2024 12:23:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f02be42b-313c-4be8-bc31-fbc2954fa576 X-Archives-Hash: 119f9c2faf289dee2418c8485597ae04 commit: f0c715b72c40a0cce096ebcb98315de5cba1b59a Author: Mattéo Rossillol‑‑Laruelle protonmail com> AuthorDate: Fri Dec 22 13:02:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 20 12:22:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c715b7 dev-db/sqlitebrowser: revbump Closes: https://bugs.gentoo.org/855254 Closes: https://bugs.gentoo.org/913047 Signed-off-by: Mattéo Rossillol‑‑Laruelle protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34420 Signed-off-by: Sam James gentoo.org> dev-db/sqlitebrowser/metadata.xml | 6 ++++++ ...ebrowser-9999.ebuild => sqlitebrowser-3.12.2-r1.ebuild} | 14 ++++++++++---- dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild | 14 ++++++++++---- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/dev-db/sqlitebrowser/metadata.xml b/dev-db/sqlitebrowser/metadata.xml index ed00998feb6b..1347829179ac 100644 --- a/dev-db/sqlitebrowser/metadata.xml +++ b/dev-db/sqlitebrowser/metadata.xml @@ -26,6 +26,12 @@ d'un tableur, et, de ce fait, ne pas être contraint à apprendre des commandes SQL complexes. + + Allow to open and to edit databases encrypted using dev-db/sqlcipher + + + Permettre d'ouvrir et d'éditer des bases de données chiffrées en utilisant dev-db/sqlcipher + https://github.com/sqlitebrowser/sqlitebrowser/issues/ sqlitebrowser/sqlitebrowser diff --git a/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-3.12.2-r1.ebuild similarity index 83% copy from dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild copy to dev-db/sqlitebrowser/sqlitebrowser-3.12.2-r1.ebuild index d094723adf0a..cea98af250c9 100644 --- a/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild +++ b/dev-db/sqlitebrowser/sqlitebrowser-3.12.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake xdg +inherit cmake flag-o-matic xdg DESCRIPTION="A light GUI editor for SQLite databases" HOMEPAGE="https://sqlitebrowser.org/" @@ -18,7 +18,7 @@ fi LICENSE="GPL-3+ MPL-2.0" SLOT="0" -IUSE="test" +IUSE="sqlcipher test" RESTRICT="!test? ( test )" DEPEND=" @@ -33,6 +33,7 @@ DEPEND=" >=dev-qt/qtwidgets-5.5:5 >=dev-qt/qtxml-5.5:5 >=x11-libs/qscintilla-2.8.10:= + sqlcipher? ( dev-db/sqlcipher ) " BDEPEND=" @@ -61,7 +62,12 @@ src_configure() { -DENABLE_TESTING=$(usex test) -DFORCE_INTERNAL_QCUSTOMPLOT=OFF -DFORCE_INTERNAL_QHEXEDIT=OFF + -Dsqlcipher=$(usex sqlcipher) ) + # https://bugs.gentoo.org/855254 + append-flags -fno-strict-aliasing + filter-lto + cmake_src_configure } diff --git a/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild index d094723adf0a..cea98af250c9 100644 --- a/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild +++ b/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake xdg +inherit cmake flag-o-matic xdg DESCRIPTION="A light GUI editor for SQLite databases" HOMEPAGE="https://sqlitebrowser.org/" @@ -18,7 +18,7 @@ fi LICENSE="GPL-3+ MPL-2.0" SLOT="0" -IUSE="test" +IUSE="sqlcipher test" RESTRICT="!test? ( test )" DEPEND=" @@ -33,6 +33,7 @@ DEPEND=" >=dev-qt/qtwidgets-5.5:5 >=dev-qt/qtxml-5.5:5 >=x11-libs/qscintilla-2.8.10:= + sqlcipher? ( dev-db/sqlcipher ) " BDEPEND=" @@ -61,7 +62,12 @@ src_configure() { -DENABLE_TESTING=$(usex test) -DFORCE_INTERNAL_QCUSTOMPLOT=OFF -DFORCE_INTERNAL_QHEXEDIT=OFF + -Dsqlcipher=$(usex sqlcipher) ) + # https://bugs.gentoo.org/855254 + append-flags -fno-strict-aliasing + filter-lto + cmake_src_configure }