Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: net-misc/knemo/
Date: Tue, 03 Jan 2017 20:35:59
Message-Id: 1483475750.239f108ff9379f031c26bf1a1e77a6719f212f2c.johu@gentoo
1 commit: 239f108ff9379f031c26bf1a1e77a6719f212f2c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 20:35:43 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 20:35:50 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=239f108f
7
8 net-misc/knemo: Import latest slot 4 from gentoo main tree
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-misc/knemo/knemo-0.4.8.ebuild | 6 +++---
13 net-misc/knemo/knemo-0.7.7.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
14 2 files changed, 41 insertions(+), 3 deletions(-)
15
16 diff --git a/net-misc/knemo/knemo-0.4.8.ebuild b/net-misc/knemo/knemo-0.4.8.ebuild
17 index 44a03ec..9892004 100644
18 --- a/net-misc/knemo/knemo-0.4.8.ebuild
19 +++ b/net-misc/knemo/knemo-0.4.8.ebuild
20 @@ -1,6 +1,6 @@
21 -# Copyright 1999-2007 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knemo/knemo-0.4.8.ebuild,v 1.5 2007/07/30 13:19:16 gustavoz Exp $
25 +# $Id$
26
27 EAPI="1"
28
29 @@ -24,7 +24,7 @@ RDEPEND="kernel_linux? ( sys-apps/net-tools )
30 need-kde 3.5
31
32 src_unpack() {
33 - kde_src_unpack
34 + kde_src_unpack
35 epatch "${FILESDIR}/${P}-KILO.patch"
36 }
37
38
39 diff --git a/net-misc/knemo/knemo-0.7.7.ebuild b/net-misc/knemo/knemo-0.7.7.ebuild
40 new file mode 100644
41 index 0000000..4124c65
42 --- /dev/null
43 +++ b/net-misc/knemo/knemo-0.7.7.ebuild
44 @@ -0,0 +1,38 @@
45 +# Copyright 1999-2017 Gentoo Foundation
46 +# Distributed under the terms of the GNU General Public License v2
47 +# $Id$
48 +
49 +EAPI=5
50 +
51 +KDE_LINGUAS="ar bg br bs cs cy da de el en_GB eo es et fi fr ga gl hr hu is it
52 +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"
53 +inherit kde4-base
54 +
55 +DESCRIPTION="The KDE Network Monitor"
56 +HOMEPAGE="http://kde-apps.org/content/show.php?content=12956"
57 +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/12956-${P}.tar.xz"
58 +
59 +LICENSE="GPL-2"
60 +SLOT="4"
61 +KEYWORDS="~amd64 ~x86"
62 +IUSE="debug wifi"
63 +
64 +DEPEND="
65 + dev-libs/libnl:3
66 + dev-qt/qtsql:4[sqlite]
67 + kde-plasma/ksysguard:4
68 + kde-plasma/systemsettings:4
69 + sys-apps/net-tools
70 + wifi? ( net-wireless/wireless-tools )
71 +"
72 +RDEPEND="${DEPEND}"
73 +
74 +DOCS=( AUTHORS ChangeLog README )
75 +
76 +src_configure() {
77 + local mycmakeargs=(
78 + $(cmake-utils_use_no wifi WIRELESS_SUPPORT)
79 + )
80 +
81 + kde4-base_src_configure
82 +}