* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/qmodbus/
@ 2025-02-08 19:06 George Zenner
0 siblings, 0 replies; 2+ messages in thread
From: George Zenner @ 2025-02-08 19:06 UTC (permalink / raw
To: gentoo-commits
commit: a465e326810e86770e9743b5dc88850880e2e412
Author: Zen <z <AT> pyl <DOT> onl>
AuthorDate: Sat Feb 8 19:06:18 2025 +0000
Commit: George Zenner <dev <AT> pyl <DOT> 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 <z <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dev@pyl.onl</email>
+ <name>Zen</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ed-chemnitz/qmodbus</remote-id>
+ </upstream>
+</pkgmetadata>
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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/qmodbus/
@ 2025-02-08 23:31 George Zenner
0 siblings, 0 replies; 2+ messages in thread
From: George Zenner @ 2025-02-08 23:31 UTC (permalink / raw
To: gentoo-commits
commit: ce6bc280c895253b547e58d491d8821ae7052ff6
Author: Zen <z <AT> pyl <DOT> onl>
AuthorDate: Sat Feb 8 23:30:55 2025 +0000
Commit: George Zenner <dev <AT> pyl <DOT> onl>
CommitDate: Sat Feb 8 23:30:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce6bc280
Revert "net-misc/qmodbus: add qmodbus 0.3.0"
This reverts commit a465e326810e86770e9743b5dc88850880e2e412.
missing deps, qt5 package
Signed-off-by: Zen <z <AT> 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 deletions(-)
diff --git a/net-misc/qmodbus/Manifest b/net-misc/qmodbus/Manifest
deleted file mode 100644
index ae576093b..000000000
--- a/net-misc/qmodbus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 83ca7d09e..000000000
--- a/net-misc/qmodbus/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dev@pyl.onl</email>
- <name>Zen</name>
- </maintainer>
- <upstream>
- <remote-id type="github">ed-chemnitz/qmodbus</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-misc/qmodbus/qmodbus-0.3.0.ebuild b/net-misc/qmodbus/qmodbus-0.3.0.ebuild
deleted file mode 100644
index 5667343f8..000000000
--- a/net-misc/qmodbus/qmodbus-0.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-08 23:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-08 19:06 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/qmodbus/ George Zenner
-- strict thread matches above, loose matches on Subject: below --
2025-02-08 23:31 George Zenner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox