* [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-network-monitor/
@ 2016-11-02 21:49 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2016-11-02 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 2b1ab0ec05701fbc9699f86744d851cffefb06e7
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 21:49:09 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Nov 2 21:49:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1ab0ec
kde-misc/plasma-applet-network-monitor: New package
Import from kde overlay. Initial ebuild by Manuel Rüger <mrueg <AT> gentoo.org>.
Updates by several people.
Package-Manager: portage-2.3.2
kde-misc/plasma-applet-network-monitor/Manifest | 1 +
.../plasma-applet-network-monitor/metadata.xml | 11 +++++++++
.../plasma-applet-network-monitor-1.7.3.ebuild | 28 ++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/kde-misc/plasma-applet-network-monitor/Manifest b/kde-misc/plasma-applet-network-monitor/Manifest
new file mode 100644
index 00000000..d3130f2
--- /dev/null
+++ b/kde-misc/plasma-applet-network-monitor/Manifest
@@ -0,0 +1 @@
+DIST plasma-applet-network-monitor-1.7.3.tar.gz 40970 SHA256 dff78d58f04aea11c8083cf1897e3c4b62057a6829a6666402be7188c75e2be9 SHA512 61bd78e05c3557cfab4977a58db8c80f857d3c84627b794e10e003ceff7e3fd1e15d77761af90cb38ee02a45ed9404629a3c571776a43b7af07c07d8d120ed37 WHIRLPOOL e02b1e218c8e7cd74d93fb21be143a261869b423453b06b6caba054d644c211a91bf64dbf7d0ee0b64517e69e5d882194d5cb995bb5cdeb51ca9b1a884657b1a
diff --git a/kde-misc/plasma-applet-network-monitor/metadata.xml b/kde-misc/plasma-applet-network-monitor/metadata.xml
new file mode 100644
index 00000000..6dee03d
--- /dev/null
+++ b/kde-misc/plasma-applet-network-monitor/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">kotelnik/plasma-applet-network-monitor</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild
new file mode 100644
index 00000000..a7432e7
--- /dev/null
+++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Plasma 5 applet for monitoring active network connections"
+HOMEPAGE="http://kde-look.org/content/show.php/Network+Monitor?content=169377
+https://github.com/kotelnik/plasma-applet-network-monitor"
+
+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"
+fi
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep plasma)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-network-monitor/
@ 2018-03-04 10:06 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-03-04 10:06 UTC (permalink / raw
To: gentoo-commits
commit: e67b73245d67f7317a108d1b2b441ddf1c3ae4d7
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 3 21:28:49 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 09:32:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67b7324
kde-misc/plasma-applet-network-monitor: use HTTPS, avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/7345
.../plasma-applet-network-monitor-1.7.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild
index 3e82bd848f0..45af2a060ba 100644
--- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild
+++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit kde5
DESCRIPTION="Plasma 5 applet for monitoring active network connections"
-HOMEPAGE="http://kde-look.org/content/show.php/Network+Monitor?content=169377
+HOMEPAGE="https://store.kde.org/content/show.php/Network+Monitor?content=169377
https://github.com/kotelnik/plasma-applet-network-monitor"
if [[ ${KDE_BUILD_TYPE} = live ]] ; then
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-network-monitor/
@ 2019-03-24 21:33 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-03-24 21:33 UTC (permalink / raw
To: gentoo-commits
commit: ed505a2e68fd61938becd79ec4a94932352bd406
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 21:28:00 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 21:33:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed505a2e
kde-misc/plasma-applet-network-monitor: Drop 1.7.3 (r0)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-applet-network-monitor-1.7.3.ebuild | 27 ----------------------
1 file changed, 27 deletions(-)
diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild
deleted file mode 100644
index 45af2a060ba..00000000000
--- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Plasma 5 applet for monitoring active network connections"
-HOMEPAGE="https://store.kde.org/content/show.php/Network+Monitor?content=169377
-https://github.com/kotelnik/plasma-applet-network-monitor"
-
-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"
-fi
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep plasma)
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-network-monitor/
@ 2020-02-18 20:06 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-02-18 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 7b4a446bffd3fd860c444243abe2893c97cd685d
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 11:26:59 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 20:05:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4a446b
kde-misc/plasma-applet-network-monitor: added ~arm64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-applet-network-monitor-1.7.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
index 8c2d1ef1e5f..5abe0011e6c 100644
--- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
+++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ https://github.com/kotelnik/plasma-applet-network-monitor"
SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-network-monitor/
@ 2020-03-16 21:29 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-03-16 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 42ccdc900e887e60dd72485957e128237ba58969
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 21:20:04 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 21:28:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ccdc90
kde-misc/plasma-applet-network-monitor: Switch to ecm.eclass
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-applet-network-monitor-1.7.3-r1.ebuild | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
index 5abe0011e6c..be6fc2cc159 100644
--- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
+++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
@@ -3,19 +3,26 @@
EAPI=7
-inherit kde5
+inherit ecm
+
+if [[ ${PV} = *9999* ]] ; then
+ EGIT_REPO_URI="https://github.com/kotelnik/${PN}.git"
+ inherit git-r3
+else
+ SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64"
+fi
DESCRIPTION="Plasma 5 applet for monitoring active network connections"
HOMEPAGE="https://store.kde.org/p/998914/
https://github.com/kotelnik/plasma-applet-network-monitor"
-SRC_URI="https://github.com/kotelnik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm64"
+SLOT="5"
IUSE=""
DEPEND="
- $(add_frameworks_dep plasma)
+ >=kde-frameworks/plasma-5.60.0:5
"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-network-monitor/
@ 2022-12-25 22:17 Andreas Sturmlechner
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2022-12-25 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 2b44ac459a18ebe43b2b42323c3e3881f7e65469
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 21:45:05 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 22:17:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b44ac45
kde-misc/plasma-applet-network-monitor: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-applet-network-monitor-1.7.3-r1.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
index be6fc2cc159b..bab92d2c1630 100644
--- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
+++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit ecm
@@ -21,9 +21,7 @@ LICENSE="GPL-2+"
SLOT="5"
IUSE=""
-DEPEND="
- >=kde-frameworks/plasma-5.60.0:5
-"
+DEPEND=">=kde-frameworks/plasma-5.60.0:5"
RDEPEND="${DEPEND}"
PATCHES=(
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-12-25 22:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18 20:06 [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-applet-network-monitor/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2022-12-25 22:17 Andreas Sturmlechner
2020-03-16 21:29 Andreas Sturmlechner
2019-03-24 21:33 Andreas Sturmlechner
2018-03-04 10:06 Andreas Sturmlechner
2016-11-02 21:49 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox