summaryrefslogtreecommitdiff
path: root/net-misc/nm-tray
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/nm-tray')
-rw-r--r--net-misc/nm-tray/Manifest1
-rw-r--r--net-misc/nm-tray/nm-tray-0.4.3.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/nm-tray/Manifest b/net-misc/nm-tray/Manifest
deleted file mode 100644
index c9f1d27c..00000000
--- a/net-misc/nm-tray/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nm-tray-0.4.3.tar.gz 44705 BLAKE2B 590e8b3a08e7543a1275d7e5e3264570fe78b6020435783b2b36d6acd1df36b0106f4537035d8b61c0d571451d27277874ec3ddc93cd6163c047666e7013ab2a SHA512 480511a6e5b075ff98b53e91b08f37b9344c81e89c0f580c74f4424b1657c156300c31cc85cc8f82478eec9efdf53589352c3757c16e386d6985828b9dfa819d
diff --git a/net-misc/nm-tray/nm-tray-0.4.3.ebuild b/net-misc/nm-tray/nm-tray-0.4.3.ebuild
deleted file mode 100644
index ed44642a..00000000
--- a/net-misc/nm-tray/nm-tray-0.4.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2016-2017 Redcore Linux Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Pure Qt NetworkManager front-end residing in panels"
-HOMEPAGE="https://github.com/palinek/nm-tray"
-SRC_URI="https://github.com/palinek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep networkmanager-qt)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep linguist-tools)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)"
-RDEPEND="${DEPEND}
- x11-terms/xterm"
-
-src_install() {
- cmake-utils_src_install
- mv ${D}/usr/etc ${D}/etc
-}