* [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/
@ 2017-01-02 9:59 Patrice Clement
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2017-01-02 9:59 UTC (permalink / raw
To: gentoo-commits
commit: 98319e06830ea708d7946b18a5d8f4888e74fb3e
Author: Alexander Lopatin <alopatindev <AT> gmail <DOT> com>
AuthorDate: Thu Dec 29 09:12:28 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 09:59:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98319e06
dev-util/qdevicemonitor: new package.
QDeviceMonitor is a crossplatform log viewer for Android, iOS and text files.
Written in C++ using the Qt5 framework.
Gentoo-Bug: https://bugs.gentoo.org/532898
Gentoo-Bug: https://bugs.gentoo.org/603810
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3272
dev-util/qdevicemonitor/Manifest | 1 +
dev-util/qdevicemonitor/metadata.xml | 16 ++++++++
.../qdevicemonitor/qdevicemonitor-1.0.1.ebuild | 47 ++++++++++++++++++++++
dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild | 47 ++++++++++++++++++++++
4 files changed, 111 insertions(+)
diff --git a/dev-util/qdevicemonitor/Manifest b/dev-util/qdevicemonitor/Manifest
new file mode 100644
index 00000000..da1af57
--- /dev/null
+++ b/dev-util/qdevicemonitor/Manifest
@@ -0,0 +1 @@
+DIST qdevicemonitor-1.0.1.tar.gz 955052 SHA256 33bd193dd6ad492973ec1fd0c6076bf3c3e9b90deb04f9c39c3f15095d98712b SHA512 c393d8e33aa6234c2b62af8c25e5fc2e6ccacf9734b77500a512fbd584ecde723b9d5717dbe268d65565d3d30801d297236b3546263ba2689ba246d2b13b8f55 WHIRLPOOL 0b1a1f24ea21897adcf24e5a3ff3dcb42244052c6cf28d6898791c50c250376f98b82496d680c5693bbc680eff8f826134de666e5226c1226ed2e8927d1b13ee
diff --git a/dev-util/qdevicemonitor/metadata.xml b/dev-util/qdevicemonitor/metadata.xml
new file mode 100644
index 00000000..5351b15
--- /dev/null
+++ b/dev-util/qdevicemonitor/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>alopatindev@gmail.com</email>
+ <name>Alexander Lopatin</name>
+ <description>Proxy maintainer</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">alopatindev/qdevicemonitor</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild
new file mode 100644
index 00000000..eb497b2
--- /dev/null
+++ b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="6"
+
+inherit eutils qmake-utils
+
+DESCRIPTION="Crossplatform log viewer for Android, iOS and text files"
+HOMEPAGE="https://github.com/alopatindev/qdevicemonitor"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="git://github.com/alopatindev/qdevicemonitor"
+else
+ SRC_URI="https://github.com/alopatindev/qdevicemonitor/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-util/android-tools
+ app-pda/usbmuxd"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ cd "${PN}" || die
+ export VERSION_WITH_BUILD_NUMBER="${PV}"
+ eqmake5
+}
+
+src_compile() {
+ cd "${PN}" || die
+ emake
+}
+
+src_install() {
+ dobin "${PN}/${PN}"
+ dodoc README.md
+ newicon -s scalable "icons/app_icon.svg" "${PN}.svg"
+ domenu "icons/${PN}.desktop"
+}
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild
new file mode 100644
index 00000000..eb497b2
--- /dev/null
+++ b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="6"
+
+inherit eutils qmake-utils
+
+DESCRIPTION="Crossplatform log viewer for Android, iOS and text files"
+HOMEPAGE="https://github.com/alopatindev/qdevicemonitor"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="git://github.com/alopatindev/qdevicemonitor"
+else
+ SRC_URI="https://github.com/alopatindev/qdevicemonitor/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-util/android-tools
+ app-pda/usbmuxd"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ cd "${PN}" || die
+ export VERSION_WITH_BUILD_NUMBER="${PV}"
+ eqmake5
+}
+
+src_compile() {
+ cd "${PN}" || die
+ emake
+}
+
+src_install() {
+ dobin "${PN}/${PN}"
+ dodoc README.md
+ newicon -s scalable "icons/app_icon.svg" "${PN}.svg"
+ domenu "icons/${PN}.desktop"
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/
@ 2018-02-11 10:53 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-02-11 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 9660b25a1e061f897aee0190431e7cdd37c9c08e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:47:00 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:52:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9660b25a
dev-util/qdevicemonitor: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
dev-util/qdevicemonitor/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-util/qdevicemonitor/metadata.xml b/dev-util/qdevicemonitor/metadata.xml
index 5351b1543c2..acda2b8dd0f 100644
--- a/dev-util/qdevicemonitor/metadata.xml
+++ b/dev-util/qdevicemonitor/metadata.xml
@@ -4,7 +4,6 @@
<maintainer type="person">
<email>alopatindev@gmail.com</email>
<name>Alexander Lopatin</name>
- <description>Proxy maintainer</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/
@ 2018-07-14 13:13 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-07-14 13:13 UTC (permalink / raw
To: gentoo-commits
commit: 1cf3eb3b8bc99495361fcfe4f74007ee297093e6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 13:09:22 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 13:13:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf3eb3b
dev-util/qdevicemonitor: Drop old
Package-Manager: Portage-2.3.41, Repoman-2.3.9
.../qdevicemonitor/qdevicemonitor-1.0.1.ebuild | 46 ----------------------
1 file changed, 46 deletions(-)
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild
deleted file mode 100644
index c055bb2fca9..00000000000
--- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils qmake-utils
-
-DESCRIPTION="Crossplatform log viewer for Android, iOS and text files"
-HOMEPAGE="https://github.com/alopatindev/qdevicemonitor"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/alopatindev/${PN}"
-else
- SRC_URI="https://github.com/alopatindev/qdevicemonitor/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-util/android-tools
- app-pda/usbmuxd"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- cd "${PN}" || die
- export VERSION_WITH_BUILD_NUMBER="${PV}"
- eqmake5
-}
-
-src_compile() {
- cd "${PN}" || die
- emake
-}
-
-src_install() {
- dobin "${PN}/${PN}"
- dodoc README.md
- newicon -s scalable "icons/app_icon.svg" "${PN}.svg"
- domenu "icons/${PN}.desktop"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/
@ 2018-07-14 13:13 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-07-14 13:13 UTC (permalink / raw
To: gentoo-commits
commit: 2fcf9b36e82590cec9fee8e30d2090067812d62b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 13:10:55 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 13:13:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcf9b36
dev-util/qdevicemonitor: eutils -> desktop
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r1.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r1.ebuild
index 8e27034f9ef..1b9b31c6c9d 100644
--- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r1.ebuild
+++ b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit eutils qmake-utils
+inherit desktop qmake-utils
DESCRIPTION="Crossplatform log viewer for Android, iOS and text files"
HOMEPAGE="https://github.com/alopatindev/qdevicemonitor"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/
@ 2020-01-18 17:16 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-01-18 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 280ead87c83c77f17a842244b4b9001c7fa27d95
Author: Alexander Lopatin <alopatindev <AT> gmail <DOT> com>
AuthorDate: Fri Jan 17 20:14:01 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 17:16:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280ead87
dev-util/qdevicemonitor: remove version 1.0.1-r1
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alexander Lopatin <alopatindev <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../qdevicemonitor/qdevicemonitor-1.0.1-r1.ebuild | 51 ----------------------
1 file changed, 51 deletions(-)
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r1.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r1.ebuild
deleted file mode 100644
index 1b9b31c6c9d..00000000000
--- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit desktop qmake-utils
-
-DESCRIPTION="Crossplatform log viewer for Android, iOS and text files"
-HOMEPAGE="https://github.com/alopatindev/qdevicemonitor"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/alopatindev/${PN}"
-else
- SRC_URI="https://github.com/alopatindev/qdevicemonitor/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-util/android-tools
- app-pda/usbmuxd"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-qt-5.11.patch
- "${FILESDIR}"/${P}-crash-after-fresh-install.patch
-)
-
-src_configure() {
- cd "${PN}" || die
- export VERSION_WITH_BUILD_NUMBER="${PV}"
- eqmake5
-}
-
-src_compile() {
- cd "${PN}" || die
- emake
-}
-
-src_install() {
- dobin "${PN}/${PN}"
- dodoc README.md
- newicon -s scalable "icons/app_icon.svg" "${PN}.svg"
- domenu "icons/${PN}.desktop"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/
@ 2020-07-18 13:09 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-07-18 13:09 UTC (permalink / raw
To: gentoo-commits
commit: f7236dad53db32617ce8bede4e6f835bf7f59acf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 11:06:14 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 13:09:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7236dad
dev-util/qdevicemonitor: EAPI-7 bump and sync live ebuild
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild | 8 ++++----
dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
index 9debed76181..0dbd37d4f29 100644
--- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
+++ b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
inherit desktop qmake-utils
DESCRIPTION="Crossplatform log viewer for Android, iOS and text files"
HOMEPAGE="https://github.com/alopatindev/qdevicemonitor"
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/alopatindev/${PN}"
else
@@ -21,10 +21,10 @@ SLOT="0"
IUSE=""
RDEPEND="
+ app-pda/usbmuxd
dev-qt/qtcore:5
dev-qt/qtgui:5
- dev-util/android-tools
- app-pda/usbmuxd"
+ dev-util/android-tools"
DEPEND="${RDEPEND}"
PATCHES=(
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild
index c055bb2fca9..0dd22c27ff4 100644
--- a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild
+++ b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
-inherit eutils qmake-utils
+inherit desktop qmake-utils
DESCRIPTION="Crossplatform log viewer for Android, iOS and text files"
HOMEPAGE="https://github.com/alopatindev/qdevicemonitor"
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/alopatindev/${PN}"
else
@@ -21,10 +21,10 @@ SLOT="0"
IUSE=""
RDEPEND="
+ app-pda/usbmuxd
dev-qt/qtcore:5
dev-qt/qtgui:5
- dev-util/android-tools
- app-pda/usbmuxd"
+ dev-util/android-tools"
DEPEND="${RDEPEND}"
src_configure() {
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/
@ 2020-10-26 14:13 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2020-10-26 14:13 UTC (permalink / raw
To: gentoo-commits
commit: a492ca3884a82aa85f02c8fa6aa86b068142877e
Author: Alexander Lopatin <alopatindev <AT> gmail <DOT> com>
AuthorDate: Tue Oct 20 18:30:37 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 14:13:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a492ca38
dev-util/qdevicemonitor: fix build
Closes: https://bugs.gentoo.org/749942
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexander Lopatin <alopatindev <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17981
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
index 0dbd37d4f29..29ec20c4ba0 100644
--- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
+++ b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
app-pda/usbmuxd
dev-qt/qtcore:5
dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
dev-util/android-tools"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/
@ 2024-04-07 7:26 Joonas Niilola
0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2024-04-07 7:26 UTC (permalink / raw
To: gentoo-commits
commit: 694863b045da567ce58edac6560d1dd48be35fda
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 07:25:53 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 07:26:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694863b0
dev-util/qdevicemonitor: update maintainers
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-util/qdevicemonitor/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/qdevicemonitor/metadata.xml b/dev-util/qdevicemonitor/metadata.xml
index 74ece2aa221a..288306f85218 100644
--- a/dev-util/qdevicemonitor/metadata.xml
+++ b/dev-util/qdevicemonitor/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
- <email>alopatindev@gmail.com</email>
+ <email>alopatindev@codonaft.com</email>
<name>Alexander Lopatin</name>
</maintainer>
<maintainer type="project" proxied="proxy">
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-04-07 7:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-07 7:26 [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2020-10-26 14:13 Joonas Niilola
2020-07-18 13:09 Andreas Sturmlechner
2020-01-18 17:16 Andreas Sturmlechner
2018-07-14 13:13 Andreas Sturmlechner
2018-07-14 13:13 Andreas Sturmlechner
2018-02-11 10:53 Michał Górny
2017-01-02 9:59 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox