From 1a3ce8bf5c322e7df2e542f0a6a8fc962c6923a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 9 Nov 2025 11:41:41 +0100 Subject: dev-db/qt5-sqlcipher: add 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Despite the package's name, the upstream package supports only Qt6. Bug: https://bugs.gentoo.org/955180 Signed-off-by: Ulrich Müller --- dev-db/qt5-sqlcipher/qt5-sqlcipher-1.1.0.ebuild | 46 +++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 dev-db/qt5-sqlcipher/qt5-sqlcipher-1.1.0.ebuild (limited to 'dev-db/qt5-sqlcipher/qt5-sqlcipher-1.1.0.ebuild') diff --git a/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.1.0.ebuild b/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.1.0.ebuild new file mode 100644 index 000000000000..9e805823115a --- /dev/null +++ b/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.1.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Qt SQL driver plugin for SQLCipher" +HOMEPAGE="https://github.com/blizzard4591/qt5-sqlcipher" +SRC_URI="https://github.com/blizzard4591/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" # version 2.1 only +SLOT="6" +KEYWORDS="~amd64" + +RDEPEND=">=dev-db/sqlcipher-4.6.1 + >=dev-qt/qtbase-6.9.3:6=[sql,sqlite]