public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/
Date: Sun, 24 Mar 2024 15:22:52 +0000 (UTC)	[thread overview]
Message-ID: <1711289093.3e1500a8ba1262d6a93c45fd0c5dea257ca10a6d.orbea@gentoo> (raw)

commit:     3e1500a8ba1262d6a93c45fd0c5dea257ca10a6d
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Mar 24 14:04:53 2024 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Sun Mar 24 14:04:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=3e1500a8

dev-qt/qtnetwork: add 5.15.13

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-qt/qtnetwork/Manifest                 |  2 +
 dev-qt/qtnetwork/qtnetwork-5.15.13.ebuild | 67 +++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/dev-qt/qtnetwork/Manifest b/dev-qt/qtnetwork/Manifest
index 5e79c73..b0f1807 100644
--- a/dev-qt/qtnetwork/Manifest
+++ b/dev-qt/qtnetwork/Manifest
@@ -1,3 +1,5 @@
 DIST qtbase-5.15-gentoo-patchset-5.tar.xz 9116 BLAKE2B b6318fc7c3ccdbfe85d56797ffaa3b275ce3f324731caca5efb497494837ca00c020494e9f811c0d5e9a460a4d70f16291c637409e7ad72325a36bc55e113c8c SHA512 f0343bf475a86f3f73b98b166ee48b1c5c9200aac9212ad977befe05679d0c351167618b16ae958e6403f33eecdc465b26a0df5d0b83d5d57a8c85ddb8a41c9b
 DIST qtbase-5.15.12-gentoo-kde-3.tar.xz 333328 BLAKE2B f4b281098c142aeff32349a207c312de6b40057768c7732533923ddfc7db393352739a9c8b7af6a562268d2fed0397c5d5eb96a85ad376c97e7b8e51a2b962cb SHA512 6d5a826569793ae7e49f6f789d138290346be94976d3aa2c5526be9ada5dd85ffaa789422f4bedaaa6a76178e87978937be425d5f75fcce41d45726d02912c7a
+DIST qtbase-5.15.13-gentoo-kde-1.tar.xz 331952 BLAKE2B 6fb7314f03e99d8d2f5e8486ea805164f7e42a14c29a46519bae200364ad3798d26fd09bbd9381030b816f0a68c45d98581a76b80ca3fff8ae4c0121c77fc6ae SHA512 2c049f451eaa4a5087bb39283a66e7bbef89b9e3235ae930c48a405aeaaa999e863857c5074de6ad282708c756b8acab40fbb68f2a4a8b45ef7ade72b12bb98d
 DIST qtbase-everywhere-opensource-src-5.15.12.tar.xz 50840192 BLAKE2B da758bdc13a63e8856486476733d6e9ed0bd22aa29d0d575f25a7d2ac90d0bae0d789875c747f9b16ec72941101fdf54abb64036c0fc2f0f467811bd32c7f8d9 SHA512 55ed3d73c2486a5f7cc62c0669b6344d1e4566be442bdac5849609f5ecd4fec7b74405952215e4dc018bc48a9dc2305ef50e31b61f3ace20408b5b64a2d5e888
+DIST qtbase-everywhere-opensource-src-5.15.13.tar.xz 50862768 BLAKE2B d96d4d6b11aae3c471d5f24ed1030004394dfb89d399d5cddc868f39d0a4851a75ed0d59fdc79ef354c21a354eae0f23df1cfb8c30290d5c080b5fad507ce29a SHA512 565632646b04eed525530a50f1228dd1aa3b8f1318485fa7cf6ad96eabdc2208ed1522b3fc174bd4797b7d51edff18ea1f91a82dd701379407b880f1dd0d16ef

diff --git a/dev-qt/qtnetwork/qtnetwork-5.15.13.ebuild b/dev-qt/qtnetwork/qtnetwork-5.15.13.ebuild
new file mode 100644
index 0000000..7be2128
--- /dev/null
+++ b/dev-qt/qtnetwork/qtnetwork-5.15.13.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} != *9999* ]]; then
+	QT5_KDEPATCHSET_REV=1
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+QT5_MODULE="qtbase"
+inherit qt5-build
+
+DESCRIPTION="Network abstraction library for the Qt5 framework"
+
+IUSE="gssapi libproxy sctp +ssl"
+
+DEPEND="
+	=dev-qt/qtcore-${QT5_PV}*:5=
+	sys-libs/zlib:=
+	gssapi? ( virtual/krb5 )
+	libproxy? ( net-libs/libproxy )
+	sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
+	ssl? ( >=dev-libs/openssl-1.1.1:0= )
+"
+RDEPEND="${DEPEND}"
+
+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.7-libressl.patch" #562050
+)
+
+src_configure() {
+	local myconf=(
+		$(qt_use gssapi feature-gssapi)
+		$(qt_use libproxy)
+		$(qt_use sctp)
+		$(usev ssl -openssl-linked)
+		-no-dtls # Required for libressl
+	)
+	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
+}


             reply	other threads:[~2024-03-24 15:22 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-24 15:22 orbea [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-22  4:44 [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/ 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-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
2022-04-02 20:30 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=1711289093.3e1500a8ba1262d6a93c45fd0c5dea257ca10a6d.orbea@gentoo \
    --to=orbea@riseup.net \
    --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