Skip to content

Commit

Permalink
kde-misc/plasma-applet-network-monitor: Switch to ecm.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 16, 2020
1 parent a42cd1e commit 42ccdc9
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 42ccdc9

Please sign in to comment.