From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE5B61384B4 for ; Thu, 31 Dec 2015 11:38:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A831621C02B; Thu, 31 Dec 2015 11:38:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B7A021C02B for ; Thu, 31 Dec 2015 11:38:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD3243408C5 for ; Thu, 31 Dec 2015 11:38:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE0D9CF4 for ; Thu, 31 Dec 2015 11:37:57 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1451561866.65634069c17453a0ec74665659d2c793dcee987e.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-applet-network-monitor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-applet-network-monitor/metadata.xml kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.2.ebuild kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild X-VCS-Directories: kde-misc/plasma-applet-network-monitor/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 65634069c17453a0ec74665659d2c793dcee987e X-VCS-Branch: master Date: Thu, 31 Dec 2015 11:37:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 74b626d6-2e53-492d-a9aa-790f7472401c X-Archives-Hash: 2c2a1525d193fa3e22c7d198043475ed commit: 65634069c17453a0ec74665659d2c793dcee987e Author: Manuel Rüger gentoo org> AuthorDate: Thu Dec 31 11:37:46 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Dec 31 11:37:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=65634069 kde-misc/plasma-applet-network-monitor: Initial version Package-Manager: portage-2.2.26 .../plasma-applet-network-monitor/metadata.xml | 5 ++++ .../plasma-applet-network-monitor-1.7.2.ebuild | 27 ++++++++++++++++++++++ .../plasma-applet-network-monitor-9999.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 59 insertions(+) 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 0000000..a23f444 --- /dev/null +++ b/kde-misc/plasma-applet-network-monitor/metadata.xml @@ -0,0 +1,5 @@ + + + + kde + diff --git a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.2.ebuild b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.2.ebuild new file mode 100644 index 0000000..0c49bea --- /dev/null +++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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 ) 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 new file mode 100644 index 0000000..006f960 --- /dev/null +++ b/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep plasma) +" +RDEPEND="${DEPEND}" + +DOCS=( README.md )