* [gentoo-commits] repo/proj/guru:master commit in: kde-misc/plasma-applet-thermal-monitor/
@ 2020-03-13 17:45 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-03-13 17: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] 5+ 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 " Andrew Ammerlaan
@ 2020-04-12 16:39 ` Andrew Ammerlaan
0 siblings, 0 replies; 5+ 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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: kde-misc/plasma-applet-thermal-monitor/
@ 2020-04-12 16:39 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-04-12 16:39 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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: kde-misc/plasma-applet-thermal-monitor/
@ 2021-12-15 11:10 Andrew Ammerlaan
0 siblings, 0 replies; 5+ 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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: kde-misc/plasma-applet-thermal-monitor/
@ 2022-12-27 8:05 Viorel Munteanu
0 siblings, 0 replies; 5+ messages in thread
From: Viorel Munteanu @ 2022-12-27 8:05 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: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
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] 5+ messages in thread
end of thread, other threads:[~2022-12-27 8:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-27 8:05 [gentoo-commits] repo/proj/guru:master commit in: kde-misc/plasma-applet-thermal-monitor/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2021-12-15 11:10 Andrew Ammerlaan
2020-04-12 16:39 Andrew Ammerlaan
2020-04-12 15:00 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-12 16:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-13 17:45 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox