commit:     239f108ff9379f031c26bf1a1e77a6719f212f2c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 20:35:43 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 20:35:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=239f108f

net-misc/knemo: Import latest slot 4 from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/knemo/knemo-0.4.8.ebuild |  6 +++---
 net-misc/knemo/knemo-0.7.7.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 3 deletions(-)

diff --git a/net-misc/knemo/knemo-0.4.8.ebuild 
b/net-misc/knemo/knemo-0.4.8.ebuild
index 44a03ec..9892004 100644
--- a/net-misc/knemo/knemo-0.4.8.ebuild
+++ b/net-misc/knemo/knemo-0.4.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/knemo/knemo-0.4.8.ebuild,v 1.5 
2007/07/30 13:19:16 gustavoz Exp $
+# $Id$
 
 EAPI="1"
 
@@ -24,7 +24,7 @@ RDEPEND="kernel_linux? ( sys-apps/net-tools )
 need-kde 3.5
 
 src_unpack() {
-        kde_src_unpack
+       kde_src_unpack
        epatch "${FILESDIR}/${P}-KILO.patch"
 }
 

diff --git a/net-misc/knemo/knemo-0.7.7.ebuild 
b/net-misc/knemo/knemo-0.7.7.ebuild
new file mode 100644
index 0000000..4124c65
--- /dev/null
+++ b/net-misc/knemo/knemo-0.7.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="ar bg br bs cs cy da de el en_GB eo es et fi fr ga gl hr hu is it
+ja ka km lt ms nb nds nl pl pt pt_BR ro ru rw sk sl sr sv tr ug uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="The KDE Network Monitor"
+HOMEPAGE="http://kde-apps.org/content/show.php?content=12956";
+SRC_URI="http://www.kde-apps.org/CONTENT/content-files/12956-${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug wifi"
+
+DEPEND="
+       dev-libs/libnl:3
+       dev-qt/qtsql:4[sqlite]
+       kde-plasma/ksysguard:4
+       kde-plasma/systemsettings:4
+       sys-apps/net-tools
+       wifi? ( net-wireless/wireless-tools )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake-utils_use_no wifi WIRELESS_SUPPORT)
+       )
+
+       kde4-base_src_configure
+}

Reply via email to