summaryrefslogtreecommitdiffstats
path: root/trinity-apps/wlassistant
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/wlassistant')
-rw-r--r--trinity-apps/wlassistant/Manifest1
-rw-r--r--trinity-apps/wlassistant/wlassistant-14.0.11.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/wlassistant/Manifest b/trinity-apps/wlassistant/Manifest
index e4d04772..c074750a 100644
--- a/trinity-apps/wlassistant/Manifest
+++ b/trinity-apps/wlassistant/Manifest
@@ -1 +1,2 @@
+DIST wlassistant-trinity-14.0.11.tar.xz 78648 BLAKE2B ed754f08c120f779f42ae6c0de3900ead20448742ba6f86ccc7f7b3a028cb4caba460b621ff7e2e87b06eb3445d6a9411947ab9e670ffbce00cfb1faa89641b1 SHA512 eb7850a39b5e15609bbfd9266e6b1ef2bcc6945b665f260ccb1000f278699f92772d3cd4f14fe1c73eaa3f90523cedafd5a27ae9b508752dacca75c8465178ea
DIST wlassistant-trinity-14.0.8.tar.xz 321280 BLAKE2B 542f40105c440fbf59f120ade6dba7ce2b46736838d83983c2afa6a262f1844042d6286d29f6f6b358689833e2fbb1f13196da76cdb0fa13ab81b98dc1e4557b SHA512 62d5e6d6bb8abb8be52db6683547bcc5784c612689d038fe5f4bdb225ea146b8281e0c32658a10698df40d85d19c58eeb420bb364bb927e738effb2f1f52d341
diff --git a/trinity-apps/wlassistant/wlassistant-14.0.11.ebuild b/trinity-apps/wlassistant/wlassistant-14.0.11.ebuild
new file mode 100644
index 00000000..75e8161e
--- /dev/null
+++ b/trinity-apps/wlassistant/wlassistant-14.0.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Copyright 2021 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="ar ca de es fr nb pl pt_BR sv zh_CN zh_TW"
+TRINITY_MODULE_TYPE="applications/settings"
+inherit trinity-base-2
+
+DESCRIPTION="User friendly TDE frontend for wireless network connection"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~x86"
+fi
+
+RDEPEND="
+ net-wireless/wireless-tools
+ || (
+ net-misc/dhcp
+ net-misc/dhcpcd
+ )
+"