summaryrefslogtreecommitdiff
path: root/net-misc/knemo
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-misc/knemo
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-misc/knemo')
-rw-r--r--net-misc/knemo/Manifest1
-rw-r--r--net-misc/knemo/knemo-0.7.6-r1.ebuild38
-rw-r--r--net-misc/knemo/metadata.xml5
3 files changed, 44 insertions, 0 deletions
diff --git a/net-misc/knemo/Manifest b/net-misc/knemo/Manifest
new file mode 100644
index 00000000000..31b013cb0fc
--- /dev/null
+++ b/net-misc/knemo/Manifest
@@ -0,0 +1 @@
+DIST 12956-knemo-0.7.6.tar.bz2 667835 SHA256 0f7a92ec48842261507eb216f2ec38a604ce693405d505702836fa5a04dc218a SHA512 a200e01d75fd518bb5b3230d458919dd5e1aed2cb5dddccc8e7e38c44776bca375472a15e50ee1499c5df7b0b8fa30514755df7f8971952313a66679a0bab194 WHIRLPOOL beb09f5bc02ae778458e0c640a44fe47581c280e652d91138fa983d43837a2c357211302eaba4356356631ca264ea131bf4af71846d8c463a0ebb1f512bf60f4
diff --git a/net-misc/knemo/knemo-0.7.6-r1.ebuild b/net-misc/knemo/knemo-0.7.6-r1.ebuild
new file mode 100644
index 00000000000..9b8e8d3a163
--- /dev/null
+++ b/net-misc/knemo/knemo-0.7.6-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 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.bz2"
+
+SLOT="4"
+KEYWORDS="amd64 x86"
+LICENSE="GPL-2"
+IUSE="debug wifi"
+
+DEPEND="
+ $(add_kdebase_dep ksysguard)
+ $(add_kdebase_dep systemsettings)
+ dev-libs/libnl:3
+ sys-apps/net-tools
+ dev-qt/qtsql:4[sqlite]
+ wifi? ( net-wireless/wireless-tools )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_no wifi WIRELESS_SUPPORT)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/net-misc/knemo/metadata.xml b/net-misc/knemo/metadata.xml
new file mode 100644
index 00000000000..8d1e86a9cef
--- /dev/null
+++ b/net-misc/knemo/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>