From: "Stefan Strogin" <steils@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-qt/qtnetwork/
Date: Tue, 2 Jun 2020 02:14:37 +0000 (UTC) [thread overview]
Message-ID: <1591063692.da1e90a474c81ada492744556ca4a826a57d3af5.steils@gentoo> (raw)
commit: da1e90a474c81ada492744556ca4a826a57d3af5
Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 2 02:08:12 2020 +0000
Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Tue Jun 2 02:08:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=da1e90a4
dev-qt/qtnetwork: drop old 5.14.1
dev-qtnetwork-5.15.0 is fixed in gentoo.git, but not 5.14.2.
So drop just the old version, not the entire package yet, as some users
may want to use 5.14.2 on stable systems.
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
dev-qt/qtnetwork/Manifest | 1 -
dev-qt/qtnetwork/qtnetwork-5.14.1.ebuild | 68 --------------------------------
2 files changed, 69 deletions(-)
diff --git a/dev-qt/qtnetwork/Manifest b/dev-qt/qtnetwork/Manifest
index 4905e98..f458c94 100644
--- a/dev-qt/qtnetwork/Manifest
+++ b/dev-qt/qtnetwork/Manifest
@@ -1,3 +1,2 @@
-DIST qtbase-everywhere-src-5.14.1.tar.xz 49828188 BLAKE2B d5641df96a90ec4f3f85e47444c151b2090161330df9684703883865ddc84bed507295b67953c0a8cad9c104a10727ac9fb26d7f3ec4bf2052294c843f108491 SHA512 964777323d0e3f9d355218c3493bb3b61d2750d9cb5ba71fce72cae3cd362acce88e39360f1fac0011f1b74d529a23621a7281191c622cc034ce78a77afa296b
DIST qtbase-everywhere-src-5.14.2.tar.xz 49865752 BLAKE2B ed8eb18dfc79e9983248655eb62e8305ef8b79f96c7880c88533250fef8f0d187cf576082d41df08314711b4c007b94686486abd77bf9bc201336caa02ced300 SHA512 8c83e06d58b56e9f288e83d6c3dd4ad6cc9f1eb1a32c7b44fb912fda34ed7255766fd9fa60cd740ee001df7d6172f25df05f1f95e986c3e793fbcd9bf4f18de9
DIST qtbase-everywhere-src-5.15.0.tar.xz 49931940 BLAKE2B f6675ddb8c6fcfe4d12f92b0c93d09ec160e65bb214694550c82c1ba1acea41c86064910cf76267815bd860b071a322bbbad19e994be52f0bf1450a73d09a1bf SHA512 c584d69e49f4959d9b8541f820f5ff1e6d1599697ad16976b47cbaaa902fc83e1ca4ae57d56d13574e42e5f602d4420245ad7fcfc13e224e10d4bbad6a537d1a
diff --git a/dev-qt/qtnetwork/qtnetwork-5.14.1.ebuild b/dev-qt/qtnetwork/qtnetwork-5.14.1.ebuild
deleted file mode 100644
index 31d151f..0000000
--- a/dev-qt/qtnetwork/qtnetwork-5.14.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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 ~sparc ~x86"
-fi
-
-IUSE="bindist connman libproxy libressl networkmanager sctp +ssl"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- sys-libs/zlib:=
- connman? ( ~dev-qt/qtdbus-${PV} )
- libproxy? ( net-libs/libproxy )
- networkmanager? ( ~dev-qt/qtdbus-${PV} )
- sctp? ( kernel_linux? ( net-misc/lksctp-tools ) )
- ssl? (
- !libressl? ( dev-libs/openssl:0=[bindist=] )
- libressl? ( dev-libs/libressl:0= )
- )
-"
-RDEPEND="${DEPEND}
- connman? ( net-misc/connman )
- networkmanager? ( net-misc/networkmanager )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-5.12.1-libressl.patch
- "${FILESDIR}"/${PN}-5.12.4-libressl.patch
-)
-
-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
-)
-
-pkg_setup() {
- use connman && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/connman)
- use networkmanager && QT5_TARGET_SUBDIRS+=(src/plugins/bearer/networkmanager)
-}
-
-src_configure() {
- local myconf=(
- $(usex connman -dbus-linked '')
- $(qt_use libproxy)
- $(usex networkmanager -dbus-linked '')
- $(qt_use sctp)
- $(usex ssl -openssl-linked '')
- )
- qt5-build_src_configure
-}
next reply other threads:[~2020-06-02 2:14 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-02 2:14 Stefan Strogin [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
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-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=1591063692.da1e90a474c81ada492744556ca4a826a57d3af5.steils@gentoo \
--to=steils@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