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.1.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/wlassistant/Manifest b/trinity-apps/wlassistant/Manifest
index ce3f9368..c20708e2 100644
--- a/trinity-apps/wlassistant/Manifest
+++ b/trinity-apps/wlassistant/Manifest
@@ -1,2 +1 @@
-DIST wlassistant-trinity-14.1.0.tar.xz 80732 BLAKE2B 20e3a6450abfb4dba1b56b160c552ab0fbbc443361d79dfb4cb43747a89bc32ada504abd8e67b37c218fef4d14fc2d00db97638656755738ca322f883a63c187 SHA512 06badc2398c4886d7b9a364ac860f30003ebe1bb06de860d34ae80d53355d07ef1bb536bea12e1651ac4161d64ffa2f93c12a22dc7aa237e72d68f201724ac05
DIST wlassistant-trinity-14.1.1.tar.xz 80124 BLAKE2B 15ead5bc7a5f2410ed360c879441679b9d7038c0dc1f9bea65909b155c28113e49a2a7dd95ce7b933bd6cc666077e8275baacc9b8b1a55188398291f7e7b64e4 SHA512 e5a0e282c57c63304abfd6cca1743097f8c12411d326232330a511dccca4ca5d1ad83f9d67045099d8ea57fb222f36b64fa3e37cf5bdf77123a53ec60f9fc13a
diff --git a/trinity-apps/wlassistant/wlassistant-14.1.0.ebuild b/trinity-apps/wlassistant/wlassistant-14.1.0.ebuild
deleted file mode 100644
index f036c554..00000000
--- a/trinity-apps/wlassistant/wlassistant-14.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Copyright 2020-2023 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-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 ~arm64 ~x86"
-fi
-
-RDEPEND="
- net-wireless/wireless-tools
- || (
- net-misc/dhcp
- net-misc/dhcpcd
- )
-"