From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 3EB7F1582EF for ; Sat, 08 Feb 2025 19:06:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1F89834106C for ; Sat, 08 Feb 2025 19:06:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 222531103CB; Sat, 08 Feb 2025 19:06:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 181CD1103CB for ; Sat, 08 Feb 2025 19:06:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EA2434106C for ; Sat, 08 Feb 2025 19:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3584170C for ; Sat, 08 Feb 2025 19:06:50 +0000 (UTC) From: "George Zenner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" Message-ID: <1739041578.a465e326810e86770e9743b5dc88850880e2e412.dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/qmodbus/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/qmodbus/Manifest net-misc/qmodbus/metadata.xml net-misc/qmodbus/qmodbus-0.3.0.ebuild X-VCS-Directories: net-misc/qmodbus/ X-VCS-Committer: dev X-VCS-Committer-Name: George Zenner X-VCS-Revision: a465e326810e86770e9743b5dc88850880e2e412 X-VCS-Branch: dev Date: Sat, 08 Feb 2025 19:06:50 +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: 5d2811c7-1f0c-40d0-85bc-6fbc53355918 X-Archives-Hash: b728d32f2280f97e1dfaf9db3a7f87df commit: a465e326810e86770e9743b5dc88850880e2e412 Author: Zen pyl onl> AuthorDate: Sat Feb 8 19:06:18 2025 +0000 Commit: George Zenner pyl onl> CommitDate: Sat Feb 8 19:06:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a465e326 net-misc/qmodbus: add qmodbus 0.3.0 Signed-off-by: Zen pyl.onl> net-misc/qmodbus/Manifest | 1 + net-misc/qmodbus/metadata.xml | 11 +++++++++++ net-misc/qmodbus/qmodbus-0.3.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/net-misc/qmodbus/Manifest b/net-misc/qmodbus/Manifest new file mode 100644 index 000000000..ae576093b --- /dev/null +++ b/net-misc/qmodbus/Manifest @@ -0,0 +1 @@ +DIST qmodbus-0.3.0.tar.gz 217064 BLAKE2B 6fd6c2219b1498312879295042fe2cc50546c1e4e26b30f73eca1d7f6aa629cbb055653a4237ea1500a2b8a908342faaa4c12f9917aa84e5ae66f99a9a8ed424 SHA512 fdb10f05ed8bd2f37d0fb14685891bf6a39f4ffea80a9f2fefca72f69fcd6045a0379caf2b58b166086e4be4ad1fb0ae37b4b1a7c38257e1d8e6097f8693a073 diff --git a/net-misc/qmodbus/metadata.xml b/net-misc/qmodbus/metadata.xml new file mode 100644 index 000000000..83ca7d09e --- /dev/null +++ b/net-misc/qmodbus/metadata.xml @@ -0,0 +1,11 @@ + + + + + dev@pyl.onl + Zen + + + ed-chemnitz/qmodbus + + diff --git a/net-misc/qmodbus/qmodbus-0.3.0.ebuild b/net-misc/qmodbus/qmodbus-0.3.0.ebuild new file mode 100644 index 000000000..5667343f8 --- /dev/null +++ b/net-misc/qmodbus/qmodbus-0.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qmake-utils + +DESCRIPTION="QT Modbus Master" +HOMEPAGE="https://github.com/ed-chemnitz/qmodbus" +SRC_URI="https://github.com/ed-chemnitz/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +src_configure() { + eqmake5 +} + +src_install() { + insinto /usr/bin + dobin qmodbus +}