From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA3481395E1 for ; Wed, 2 Nov 2016 21:50:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1205CE0AE6; Wed, 2 Nov 2016 21:50:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF0AAE0AE6 for ; Wed, 2 Nov 2016 21:50:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A52EB341649 for ; Wed, 2 Nov 2016 21:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3386C306 for ; Wed, 2 Nov 2016 21:50:27 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1478123401.3e7e179ffafc6e0a767b248201a43e1dfbfd209b.johu@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/plasma-applet-network-monitor-1.7.3.ebuild X-VCS-Directories: kde-misc/plasma-applet-network-monitor/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3e7e179ffafc6e0a767b248201a43e1dfbfd209b X-VCS-Branch: master Date: Wed, 2 Nov 2016 21:50:27 +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: 92e1725c-8189-44c5-8035-272f13dc6069 X-Archives-Hash: 7ec933925aaa09b1c824736bb2ba22bf commit: 3e7e179ffafc6e0a767b248201a43e1dfbfd209b Author: Johannes Huber gentoo org> AuthorDate: Wed Nov 2 21:50:01 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Nov 2 21:50:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e7e179f kde-misc/plasma-applet-network-monitor: Remove 1.7.3 Moved to gentoo main tree. Package-Manager: portage-2.3.2 .../plasma-applet-network-monitor-1.7.3.ebuild | 28 ---------------------- 1 file changed, 28 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 a7432e7..0000000 --- a/kde-misc/plasma-applet-network-monitor/plasma-applet-network-monitor-1.7.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 )