* [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/
2020-03-13 17:45 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-03-13 12:45 ` Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-03-13 12:45 UTC (permalink / raw
To: gentoo-commits
commit: 0298f917c2e140905fc296a54fe6e560ba927a1d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 13 12:45:33 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 13 12:45:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0298f917
kde-misc/plasma-applet-thermal-monitor: no need to set DOCS
README is already in the default DOCS
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../plasma-applet-thermal-monitor-1.2.9.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
index 3a4aca4..ab2b96b 100644
--- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
+++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
@@ -7,7 +7,7 @@ inherit kde5 cmake-utils
DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors"
HOMEPAGE="https://store.kde.org/p/998915/
-https://github.com/kotelnik/plasma-applet-thermal-monitor"
+ https://github.com/kotelnik/plasma-applet-thermal-monitor"
if [[ ${KDE_BUILD_TYPE} = live ]] ; then
EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
@@ -18,15 +18,12 @@ fi
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="
$(add_frameworks_dep plasma)
"
RDEPEND="${DEPEND}"
-DOCS=( README.md )
-
src_prepare() {
local PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")
cmake-utils_src_prepare
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/
@ 2020-04-12 15:00 Andrew Ammerlaan
2020-04-12 16:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-04-12 15:00 UTC (permalink / raw
To: gentoo-commits
commit: 86e6374dbf51fd22c4b68283e6818014d0e77d42
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Apr 12 15:00:34 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 12 15:00:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86e6374d
kde-misc/plasma-applet-thermal-monitor: kde5 eclass being removed soon
the other plasma-applet packages use inherit ecm, and are in slot 5
so I changed it to that here too
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../plasma-applet-thermal-monitor-1.2.9.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
index ab2b96b..f09d6bf 100644
--- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
+++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit kde5 cmake-utils
+inherit ecm
DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors"
HOMEPAGE="https://store.kde.org/p/998915/
@@ -13,18 +13,15 @@ if [[ ${KDE_BUILD_TYPE} = live ]] ; then
EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
else
SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
+SLOT="5"
DEPEND="
- $(add_frameworks_dep plasma)
+ >=kde-frameworks/plasma-5.60.0:5
"
RDEPEND="${DEPEND}"
-src_prepare() {
- local PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")
- cmake-utils_src_prepare
-}
+PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/
2020-04-12 16:39 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-04-12 16:22 ` Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-04-12 16:22 UTC (permalink / raw
To: gentoo-commits
commit: aa9e4898f72ffe7fd53c36731d739b2f006b8d88
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Apr 12 16:22:23 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 12 16:22:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa9e4898
kde-misc/plasma-applet-thermal-monitor: block slot 0 of self
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../plasma-applet-thermal-monitor-1.2.9.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
index f09d6bf..647e3ee 100644
--- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
+++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
@@ -19,7 +19,9 @@ fi
LICENSE="GPL-2+"
SLOT="5"
+# block against slot 0 of self, to prevent file collision
DEPEND="
+ !kde-misc/plasma-applet-thermal-monitor:0
>=kde-frameworks/plasma-5.60.0:5
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: kde-misc/plasma-applet-thermal-monitor/
2020-04-12 15:00 [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/ Andrew Ammerlaan
@ 2020-04-12 16:39 ` Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2020-04-12 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 86e6374dbf51fd22c4b68283e6818014d0e77d42
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Apr 12 15:00:34 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 12 15:00:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86e6374d
kde-misc/plasma-applet-thermal-monitor: kde5 eclass being removed soon
the other plasma-applet packages use inherit ecm, and are in slot 5
so I changed it to that here too
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../plasma-applet-thermal-monitor-1.2.9.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
index ab2b96b..f09d6bf 100644
--- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
+++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.2.9.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit kde5 cmake-utils
+inherit ecm
DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors"
HOMEPAGE="https://store.kde.org/p/998915/
@@ -13,18 +13,15 @@ if [[ ${KDE_BUILD_TYPE} = live ]] ; then
EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
else
SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
+SLOT="5"
DEPEND="
- $(add_frameworks_dep plasma)
+ >=kde-frameworks/plasma-5.60.0:5
"
RDEPEND="${DEPEND}"
-src_prepare() {
- local PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")
- cmake-utils_src_prepare
-}
+PATCHES=("${FILESDIR}/01-set-correct-qml-type.patch")
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/
@ 2020-04-25 20:07 Alessandro Barbieri
0 siblings, 0 replies; 9+ messages in thread
From: Alessandro Barbieri @ 2020-04-25 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 568cb269b23a61c99a17c709bc4c70b68d8755cd
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 25 20:05:02 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 25 20:05:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=568cb269
kde-misc/plasma-applet-thermal-monitor: longdescription too short
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
kde-misc/plasma-applet-thermal-monitor/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kde-misc/plasma-applet-thermal-monitor/metadata.xml b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
index 355f07f..5c878ff 100644
--- a/kde-misc/plasma-applet-thermal-monitor/metadata.xml
+++ b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
@@ -5,9 +5,6 @@
<email>michael.egger@tsn.at</email>
<name>Michael Egger</name>
</maintainer>
- <longdescription>
- Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.
- </longdescription>
<upstream>
<bugs-to>https://github.com/kotelnik/plasma-applet-thermal-monitor/issues</bugs-to>
<doc>https://github.com/kotelnik/plasma-applet-thermal-monitor/blob/master/README.md</doc>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/
@ 2021-03-28 10:17 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 98da514757c600e20cea97faac9546cd4062cd99
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:08:57 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:17:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98da5147
kde-misc/plasma-applet-thermal-monitor: remove RedundantUriRename
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
.../plasma-applet-thermal-monitor-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
index d889c9027..3ea3f05b5 100644
--- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
+++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://store.kde.org/p/998915/
if [[ ${KDE_BUILD_TYPE} = live ]] ; then
EGIT_REPO_URI="https://gitlab.com/agurenko/${PN}.git"
else
- SRC_URI="https://gitlab.com/agurenko/${PN}/-/archive/${PV}/${P}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://gitlab.com/agurenko/${PN}/-/archive/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/
@ 2021-07-15 19:16 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2021-07-15 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 3d9c3fd8a81c774ba14e4e2bc435389c50cfabab
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 15 13:11:52 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jul 15 19:15:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d9c3fd8
kde-misc/plasma-applet-thermal-monitor: fix deps
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
.../plasma-applet-thermal-monitor-1.3.0.ebuild | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
index 3ea3f05b5..2090272e0 100644
--- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
+++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit ecm
+inherit ecm optfeature
DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors"
HOMEPAGE="https://store.kde.org/p/998915/
@@ -19,9 +19,12 @@ fi
LICENSE="GPL-2+"
SLOT="5"
-# block against slot 0 of self, to prevent file collision
-DEPEND="
- !kde-misc/plasma-applet-thermal-monitor:0
- >=kde-frameworks/plasma-5.60.0:5
+DEPEND="kde-frameworks/plasma:5"
+RDEPEND="${DEPEND}
+ kde-plasma/ksysguard:5[lm-sensors]
"
-RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+ ecm_pkg_postinst
+ optfeature "monitor temperature of NVMe drives" sys-apps/nvme-cli
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/
2021-12-15 11:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-12-15 11:10 ` Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 11:10 UTC (permalink / raw
To: gentoo-commits
commit: a4ed20dd3d6c0a83c093ff4e551436f15f2515cd
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 11:05:08 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 11:05:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4ed20dd
kde-misc/plasma-applet-thermal-monitor: fix MissingInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../plasma-applet-thermal-monitor-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
index 2090272e0..7a931173c 100644
--- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
+++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit ecm optfeature
+inherit ecm kde.org optfeature
DESCRIPTION="Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors"
HOMEPAGE="https://store.kde.org/p/998915/
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/
@ 2022-12-26 17:39 Yuan Liao
0 siblings, 0 replies; 9+ messages in thread
From: Yuan Liao @ 2022-12-26 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 114a1c592abfbdaf7c74013b307733087107ac38
Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Mon Dec 26 17:23:40 2022 +0000
Commit: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
CommitDate: Mon Dec 26 17:32:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=114a1c59
kde-misc/plasma-applet-thermal-monitor: Update EAPI 7 -> 8 and metadata
Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
kde-misc/plasma-applet-thermal-monitor/metadata.xml | 5 +++--
.../plasma-applet-thermal-monitor-1.3.0.ebuild | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/kde-misc/plasma-applet-thermal-monitor/metadata.xml b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
index d4b7dd0fd..b200dd1d6 100644
--- a/kde-misc/plasma-applet-thermal-monitor/metadata.xml
+++ b/kde-misc/plasma-applet-thermal-monitor/metadata.xml
@@ -6,7 +6,8 @@
<name>Michael Egger</name>
</maintainer>
<upstream>
- <bugs-to>https://github.com/kotelnik/plasma-applet-thermal-monitor/issues</bugs-to>
- <doc>https://github.com/kotelnik/plasma-applet-thermal-monitor/blob/master/README.md</doc>
+ <remote-id type="gitlab">agurenko/plasma-applet-thermal-monitor</remote-id>
+ <bugs-to>https://gitlab.com/agurenko/plasma-applet-thermal-monitor/-/issues</bugs-to>
+ <doc>https://gitlab.com/agurenko/plasma-applet-thermal-monitor/-/blob/master/README.md</doc>
</upstream>
</pkgmetadata>
diff --git a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
index 7a931173c..1da77d580 100644
--- a/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
+++ b/kde-misc/plasma-applet-thermal-monitor/plasma-applet-thermal-monitor-1.3.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit ecm kde.org optfeature
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-12-26 17:39 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-12 15:00 [gentoo-commits] repo/proj/guru:dev commit in: kde-misc/plasma-applet-thermal-monitor/ Andrew Ammerlaan
2020-04-12 16:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2022-12-26 17:39 [gentoo-commits] repo/proj/guru:dev " Yuan Liao
2021-12-15 11:10 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:10 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-15 19:16 Anna Vyalkova
2021-03-28 10:17 Andrew Ammerlaan
2020-04-25 20:07 Alessandro Barbieri
2020-04-12 16:39 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-12 16:22 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-13 17:45 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-13 12:45 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox