From: "Quentin Retornaz" <gentoo@retornaz.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/
Date: Sat, 2 Apr 2022 20:30:53 +0000 (UTC) [thread overview]
Message-ID: <1648931418.cf76769e42626a6e4f6544e4deb3de11cb42c154.quentin@gentoo> (raw)
commit: cf76769e42626a6e4f6544e4deb3de11cb42c154
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Fri Apr 1 18:12:24 2022 +0000
Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Sat Apr 2 20:30:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=cf76769e
dev-qt/qtnetwork: Version bump for 5.15.3
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/libressl/pull/393
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
dev-qt/qtnetwork/Manifest | 2 +
dev-qt/qtnetwork/qtnetwork-5.15.3.ebuild | 80 ++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/dev-qt/qtnetwork/Manifest b/dev-qt/qtnetwork/Manifest
index bb0067a..277834e 100644
--- a/dev-qt/qtnetwork/Manifest
+++ b/dev-qt/qtnetwork/Manifest
@@ -1,3 +1,5 @@
DIST qtbase-5.15.2-38ad2f39.tar.gz 67969272 BLAKE2B 9071c96e8162d8141676f63aab82ca61ba29039e79066939fb74501187ae95cca34c924f1105827411f021efca2f40a62b7acde845d0d463604b234a3a8f8370 SHA512 df4f2dce732f62c797f77c266e268097f32a5d7605b3464c9a76d323d8ec069c902994df6afa28823d3c03f5d4ca0295cac47e28773b25e2f9387e3475f52f82
DIST qtbase-5.15.2-7c6c0030.tar.gz 67967537 BLAKE2B 623b99942e9df9bc8ac436a21503060845f9e3532aa0e02ccd927762382be26091878fbe092e80c0ac68bead51d09647e40e0cf61361d62ad226ed46b221132b SHA512 eb88b21764591246c5f04f63405dbfcd39afb737e96bb29c7721644b9aba3ea95df24ed9699acfd03a8c088ee72efec1fb0267aef8d665d5ec72ee75fc08ecdc
DIST qtbase-5.15.2-a4f9e569.tar.gz 67964648 BLAKE2B 2be7351221c46846ef37308a0238aa4a39369da63fe5c3be5e142ff700c80e125821c06b43c9e4e949bd9f285222a60888303aef956c9b427a9a6c8ee3bc6b1a SHA512 b4be8132a1d7119fd9728f7bf2d72cdd27d2092e7f178a1f15707204f5ffade7ce505c897fd658bb19274bdd6238b2eb16f7fcfedff2567877dc3458b4091388
+DIST qtbase-5.15.3-gentoo-kde-1.tar.xz 337032 BLAKE2B a5a3ff6c6002e386d15dd3122faec8e09fba19df12db59a6cdff1f04b7cc9919cf5cc30f4ae936ee3cb29cf110e714bb727929330ced292b699472367adfef4c SHA512 042743816f3c08dc3313be76da31e206c37dd7dc5b2604b36ef4be18ad66a89d9d29a61f9cccaa169665f742f7fbfb60822189e8cab0d23f3d4efe293a79f78c
+DIST qtbase-everywhere-opensource-src-5.15.3.tar.xz 50204364 BLAKE2B 9c011e8d6033e340a1d7be6bd9100a05d55638cfd53f647752853382574b6c444668eae36bf88cfedde0e7c0e00ecb1f91d025fc59c23be5438ba0ef91a5246c SHA512 01723eff5116a1d7d136fa32d2aee2691b227a241dbc160953ee72a8c0f3bc7ab771c17434629cabef419983ef43bb38aa6956ddcc09c9a82e116a50073b0079
diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.3.ebuild b/dev-qt/qtnetwork/qtnetwork-5.15.3.ebuild
new file mode 100644
index 0000000..a6062ff
--- /dev/null
+++ b/dev-qt/qtnetwork/qtnetwork-5.15.3.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QT5_KDEPATCHSET_REV=1
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="Network abstraction library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+IUSE="connman dtls gssapi libproxy networkmanager sctp +ssl"
+REQUIRED_USE="!dtls"
+
+DEPEND="
+ =dev-qt/qtcore-${QT5_PV}*:5=
+ sys-libs/zlib:=
+ connman? ( =dev-qt/qtdbus-${QT5_PV}* )
+ gssapi? ( virtual/krb5 )
+ libproxy? ( net-libs/libproxy )
+ networkmanager? ( =dev-qt/qtdbus-${QT5_PV}* )
+ sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
+ ssl? ( >=dev-libs/openssl-1.1.1:0= )
+"
+RDEPEND="${DEPEND}
+ connman? ( net-misc/connman )
+ networkmanager? ( net-misc/networkmanager )
+"
+
+QT5_TARGET_SUBDIRS=(
+ src/network
+ src/plugins/bearer/generic
+)
+
+QT5_GENTOO_CONFIG=(
+ libproxy:libproxy:
+ ssl::SSL
+ ssl::OPENSSL
+ ssl:openssl-linked:LINKED_OPENSSL
+)
+
+QT5_GENTOO_PRIVATE_CONFIG=(
+ :network
+)
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-5.15.2-r14-libressl.patch # Bug 562050, not upstreamable
+)
+
+pkg_setup() {
+ use connman && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/connman)
+ use networkmanager && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/networkmanager)
+}
+
+src_configure() {
+ local myconf=(
+ $(usev connman -dbus-linked)
+ $(qt_use gssapi feature-gssapi)
+ $(qt_use libproxy)
+ $(usev networkmanager -dbus-linked)
+ $(qt_use sctp)
+ $(qt_use dtls)
+ $(usev ssl -openssl-linked)
+ )
+ qt5-build_src_configure
+}
+
+src_install() {
+ qt5-build_src_install
+
+ # workaround for bug 652650
+ if use ssl; then
+ sed -e "/^#define QT_LINKED_OPENSSL/s/$/ true/" \
+ -i "${D}${QT5_HEADERDIR}"/Gentoo/${PN}-qconfig.h || die
+ fi
+}
next reply other threads:[~2022-04-02 20:30 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-02 20:30 Quentin Retornaz [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-29 14:50 [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/ orbea
2024-11-23 4:22 orbea
2024-07-22 4:44 orbea
2024-07-22 4:44 orbea
2024-06-28 21:14 orbea
2024-06-02 13:12 orbea
2024-05-31 0:59 orbea
2024-04-05 17:24 orbea
2024-04-04 20:22 orbea
2024-04-04 3:50 orbea
2024-03-24 15:22 orbea
2024-02-15 20:47 orbea
2024-02-15 20:47 orbea
2024-01-31 0:07 orbea
2024-01-05 14:33 orbea
2024-01-05 14:33 orbea
2023-11-07 14:36 orbea
2023-11-07 14:36 orbea
2023-10-09 14:00 orbea
2023-08-18 0:22 orbea
2023-08-18 0:22 orbea
2023-08-11 5:30 orbea
2023-08-06 21:40 orbea
2023-07-14 19:29 orbea
2023-06-25 2:55 orbea
2023-06-14 3:12 orbea
2023-05-10 21:14 orbea
2023-05-10 21:14 orbea
2023-04-15 17:02 orbea
2023-04-12 2:16 orbea
2023-04-12 2:16 orbea
2023-01-14 23:23 Quentin Retornaz
2022-10-07 21:11 Quentin Retornaz
2022-06-26 2:24 Quentin Retornaz
2022-06-26 2:24 Quentin Retornaz
2022-05-21 22:58 Quentin Retornaz
2022-05-01 0:19 Quentin Retornaz
2021-12-25 23:59 Quentin Retornaz
2021-10-02 22:09 Quentin Retornaz
2021-06-19 11:50 Quentin Retornaz
2021-06-19 11:24 Quentin Retornaz
2021-05-01 15:52 Quentin Retornaz
2021-01-27 22:34 Quentin Retornaz
2020-06-02 2:14 Stefan Strogin
2020-06-02 2:14 Stefan Strogin
2020-04-11 5:04 Stefan Strogin
2020-04-11 5:04 Stefan Strogin
2020-03-19 16:38 Stefan Strogin
2020-01-28 23:35 Stefan Strogin
2019-12-19 23:41 Stefan Strogin
2019-11-03 4:54 Stefan Strogin
2019-11-03 4:54 Stefan Strogin
2019-09-13 7:31 Stefan Strogin
2019-04-22 18:19 Stefan Strogin
2019-04-22 18:19 Stefan Strogin
2019-03-25 7:01 Stefan Strogin
2019-03-17 18:46 Stefan Strogin
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=1648931418.cf76769e42626a6e4f6544e4deb3de11cb42c154.quentin@gentoo \
--to=gentoo@retornaz.com \
--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