summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-25 20:53:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-25 20:53:46 +0100
commitbaa4eb5af5a19beadbf29bbf09e3e556d55ce656 (patch)
treef6548e70d8b5b90ad3303a2a69c2d1573b8ed065
parent93986386474fcd369768e79536223c6a28b2633d (diff)
downloadkde-baa4eb5af5a19beadbf29bbf09e3e556d55ce656.tar.gz
kde-baa4eb5af5a19beadbf29bbf09e3e556d55ce656.tar.bz2
kde-baa4eb5af5a19beadbf29bbf09e3e556d55ce656.zip
kde-misc/plasma-applet-network-monitor: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-misc/plasma-applet-network-monitor/metadata.xml11
-rw-r--r--kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild25
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-misc/plasma-applet-network-monitor/metadata.xml b/kde-misc/plasma-applet-network-monitor/metadata.xml
deleted file mode 100644
index aeca53f65d7..00000000000
--- a/kde-misc/plasma-applet-network-monitor/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="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-9999.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild
deleted file mode 100644
index 87ed7b8f00e..00000000000
--- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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"
-
-LICENSE="GPL-2+"
-SLOT="5"
-IUSE=""
-
-DEPEND="kde-plasma/libplasma:5"
-RDEPEND="${DEPEND}"