From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82A77158090 for ; Fri, 20 May 2022 19:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD052E09B8; Fri, 20 May 2022 19:43:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9492BE0874 for ; Fri, 20 May 2022 19:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8A2C3414E6 for ; Fri, 20 May 2022 19:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE40448C for ; Fri, 20 May 2022 19:43:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1653075756.49ae2435d4e1b2adc200751fd65d136fb7fff126.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtserialport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtserialport/Manifest dev-qt/qtserialport/qtserialport-5.15.4.ebuild X-VCS-Directories: dev-qt/qtserialport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 49ae2435d4e1b2adc200751fd65d136fb7fff126 X-VCS-Branch: master Date: Fri, 20 May 2022 19:43:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e56f0f8-1931-4d14-a731-fd136adcc088 X-Archives-Hash: 11641437c76a9278dc9b5ab3c3533060 commit: 49ae2435d4e1b2adc200751fd65d136fb7fff126 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 20 19:35:38 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 20 19:42:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ae2435 dev-qt/qtserialport: 5.15.4 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtserialport/Manifest | 1 + dev-qt/qtserialport/qtserialport-5.15.4.ebuild | 28 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-qt/qtserialport/Manifest b/dev-qt/qtserialport/Manifest index 4ac2f6058cb5..ea4134e5961d 100644 --- a/dev-qt/qtserialport/Manifest +++ b/dev-qt/qtserialport/Manifest @@ -1 +1,2 @@ DIST qtserialport-everywhere-opensource-src-5.15.3.tar.xz 321572 BLAKE2B 1ddfdb27afda4486b6ffc137076055a20eebae5ab099c22512c94a1a735730b13632961ea27defbda48b333f0867f16b93dfdfea7382f32022c7456e4bb836d0 SHA512 1fb4dbb5d41c3280b07119d625030489566be29a1b8a7c555f9d484a7dd8c812a7e831147a8017d9026a77fdd57d48985a96f4e6c7887d90342005cf496b7b3a +DIST qtserialport-everywhere-opensource-src-5.15.4.tar.xz 323248 BLAKE2B 3c48bf1a9ad927c69f7e0b6bc425b8aa2182b2dac3e0a5f8cb2a434a815865d24da4237eabf3d3bf6276b3901015da2827063849223a9f845a6a3535eea10131 SHA512 d8bc3d0b89bb4fc05bfe27a4c76bc3732ef5f8ba889400c8116f18c2ed58db7a3b99c4bda1cd60d1e8051121d31a4b55b95d20e89578a6e523d527e6182262ba diff --git a/dev-qt/qtserialport/qtserialport-5.15.4.ebuild b/dev-qt/qtserialport/qtserialport-5.15.4.ebuild new file mode 100644 index 000000000000..c00d38717472 --- /dev/null +++ b/dev-qt/qtserialport/qtserialport-5.15.4.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt5-build + +DESCRIPTION="Serial port abstraction library for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +fi + +IUSE="" + +DEPEND=" + =dev-qt/qtcore-${QT5_PV}* + virtual/libudev:= +" +RDEPEND="${DEPEND}" + +src_prepare() { + # make sure we link against libudev + sed -i -e 's/:qtConfig(libudev)//' \ + src/serialport/serialport-lib.pri || die + + qt5-build_src_prepare +}