public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitebrowser/
Date: Sat, 20 Jan 2024 12:23:29 +0000 (UTC)	[thread overview]
Message-ID: <1705753375.f0c715b72c40a0cce096ebcb98315de5cba1b59a.sam@gentoo> (raw)

commit:     f0c715b72c40a0cce096ebcb98315de5cba1b59a
Author:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Fri Dec 22 13:02:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <beatussum <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34420
Signed-off-by: Sam James <sam <AT> 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.
 	</longdescription>
+	<use>
+		<flag name="sqlcipher">Allow to open and to edit databases encrypted using <pkg>dev-db/sqlcipher</pkg></flag>
+	</use>
+	<use lang="fr">
+		<flag name="sqlcipher">Permettre d'ouvrir et d'éditer des bases de données chiffrées en utilisant <pkg>dev-db/sqlcipher</pkg></flag>
+	</use>
 	<upstream>
 		<bugs-to>https://github.com/sqlitebrowser/sqlitebrowser/issues/</bugs-to>
 		<remote-id type="github">sqlitebrowser/sqlitebrowser</remote-id>

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
 }


             reply	other threads:[~2024-01-20 12:23 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-20 12:23 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-27 23:22 [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitebrowser/ Andreas Sturmlechner
2025-01-23 20:32 Andreas Sturmlechner
2025-01-08 17:03 Andreas Sturmlechner
2025-01-06  1:37 Sam James
2025-01-06  1:37 Sam James
2024-12-01 12:04 Sam James
2024-09-04 20:30 Jakov Smolić
2024-09-04 20:30 Jakov Smolić
2024-08-04  7:03 Joonas Niilola
2024-04-16 16:30 Jimi Huotari
2024-03-07 10:54 Andreas Sturmlechner
2024-03-02 18:23 Arthur Zamarin
2024-03-02 18:23 Arthur Zamarin
2022-12-20 21:07 Andreas Sturmlechner
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-06-17  6:49 Joonas Niilola
2021-02-17 11:36 Joonas Niilola
2019-10-17  4:52 Joonas Niilola
2019-03-25 17:41 Rick Farina
2019-02-28 17:37 Rick Farina
2019-02-14 23:06 Andreas Sturmlechner
2019-02-14 23:06 Andreas Sturmlechner
2018-04-11 20:43 Thomas Deutschmann
2018-04-06 15:58 Aaron Bauman
2017-12-11  9:11 Michael Weber
2017-09-23  2:27 Michael Palimaka
2017-06-04 22:52 Michael Weber
2017-06-01  7:41 Agostino Sarubbo
2016-12-22 18:26 David Seifert
2016-11-15 22:29 David Seifert
2016-11-15 22:29 David Seifert
2016-03-15 11:26 Agostino Sarubbo
2016-01-10 18:41 Michael Weber
2015-12-06 21:50 James Le Cuirot
2015-12-06 21:50 James Le Cuirot
2015-10-01 14:21 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1705753375.f0c715b72c40a0cce096ebcb98315de5cba1b59a.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox