public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/qt5-sqlcipher/
Date: Wed,  4 Jul 2018 23:54:15 +0000 (UTC)	[thread overview]
Message-ID: <1530748224.e13be0dd1a6f17248dd58b5c9e343d951bc0c002.ulm@gentoo> (raw)

commit:     e13be0dd1a6f17248dd58b5c9e343d951bc0c002
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  4 23:49:29 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  4 23:50:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13be0dd

dev-db/qt5-sqlcipher: Support Qt 5.11.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-db/qt5-sqlcipher/Manifest                                  |  1 +
 ...sqlcipher-1.0.1-r2.ebuild => qt5-sqlcipher-1.0.1-r3.ebuild} | 10 ++++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-db/qt5-sqlcipher/Manifest b/dev-db/qt5-sqlcipher/Manifest
index af8ee994141..9f9e0011246 100644
--- a/dev-db/qt5-sqlcipher/Manifest
+++ b/dev-db/qt5-sqlcipher/Manifest
@@ -1 +1,2 @@
+DIST qt5-sqlcipher-1.0.1-qt-5.11.1.tar.xz 8528 BLAKE2B 981565882399943c6ab47b09968c27fa9f53cade5baee66259e416d749905a6bf7a9c1c27ed8165d7b6fc0a72fee85d51bb9ac0c3819b9dab5e89e741e880b13 SHA512 9d64b12990cd81ad1e81b941ff970388c8e7f34fd446ecd4ce2ed58e3f8e50acc06fe88fc0f6693e48b19422e70372516bc36b5c71908e18096e092f261c9eff
 DIST qt5-sqlcipher-1.0.1.tar.gz 56994 BLAKE2B 9de780126bc7ba99e23b529e6e45d629e9b20d52dfb4d91fcb7c8a6b77b8a8bc17bedaa40a288c4af32e40cc563631e164428be0f8c5a81ffa6143acc58b2e55 SHA512 ba83ba1d98b7764c7ad4bf776b1f39baff44ff6189e51cbc2131150e5a4c2962a21134d21d5ed41f171629395c721fce11ee911d080d304566033d53c552642a

diff --git a/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r2.ebuild b/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r3.ebuild
similarity index 82%
rename from dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r2.ebuild
rename to dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r3.ebuild
index 952ae0ab2e7..2a2bd7f67a3 100644
--- a/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r2.ebuild
+++ b/dev-db/qt5-sqlcipher/qt5-sqlcipher-1.0.1-r3.ebuild
@@ -7,16 +7,17 @@ inherit cmake-utils eapi7-ver
 
 DESCRIPTION="Qt SQL driver plugin for SQLCipher"
 HOMEPAGE="https://github.com/blizzard4591/qt5-sqlcipher"
-SRC_URI="https://github.com/blizzard4591/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/blizzard4591/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+	https://dev.gentoo.org/~ulm/distfiles/${P}-qt-5.11.1.tar.xz"
 
 LICENSE="LGPL-2.1" # version 2.1 only
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=">=dev-db/sqlcipher-3.4.1
+RDEPEND=">=dev-db/sqlcipher-3.4.1
 	>=dev-qt/qtcore-5.7.1:5=
-	>=dev-qt/qtsql-5.7.1:5=[sqlite]	<dev-qt/qtsql-5.10:5=[sqlite]"
-RDEPEND="${DEPEND}"
+	>=dev-qt/qtsql-5.7.1:5=[sqlite]	<dev-qt/qtsql-5.12:5=[sqlite]"
+DEPEND="${RDEPEND}"
 
 DOCS=(README.md)
 
@@ -32,6 +33,7 @@ src_prepare() {
 		case $(ver_cut 1-2 ${v}) in
 			5.7) vc=5.7.1 ;;
 			5.9) vc=5.9.3 ;;
+			5.11) vc=5.11.1 ;;
 			*) die "qtsql-${v} not supported" ;;
 		esac
 		elog "qtsql-${v} not in cache, using ${vc} instead"


             reply	other threads:[~2018-07-04 23:54 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-04 23:54 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-04 18:47 [gentoo-commits] repo/gentoo:master commit in: dev-db/qt5-sqlcipher/ Ulrich Müller
2022-03-02  6:41 Ulrich Müller
2022-02-27 10:01 Ulrich Müller
2020-05-31 10:00 Ulrich Müller
2020-05-31 10:00 Ulrich Müller
2020-05-27 13:19 Ulrich Müller
2020-05-27 13:19 Ulrich Müller
2019-12-21  9:22 Ulrich Müller
2019-11-09 11:51 Ulrich Müller
2019-06-05  8:37 Ulrich Müller
2019-03-18 18:12 Ulrich Müller
2018-04-14 19:43 Ulrich Müller
2018-04-14 12:14 Ulrich Müller
2018-04-14 12:14 Ulrich Müller
2018-02-17 20:39 Ulrich Müller
2018-02-17 20:39 Ulrich Müller
2018-02-14 21:00 Ulrich Müller
2017-12-03  9:41 Ulrich Müller

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=1530748224.e13be0dd1a6f17248dd58b5c9e343d951bc0c002.ulm@gentoo \
    --to=ulm@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