diff options
author | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
commit | 20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch) | |
tree | fc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/wlassistant | |
parent | 2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff) | |
download | tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip |
Version 14.0.8 removed
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/wlassistant')
-rw-r--r-- | trinity-apps/wlassistant/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/wlassistant/wlassistant-14.0.8.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/trinity-apps/wlassistant/Manifest b/trinity-apps/wlassistant/Manifest index c074750a..1a2eefc2 100644 --- a/trinity-apps/wlassistant/Manifest +++ b/trinity-apps/wlassistant/Manifest @@ -1,2 +1 @@ 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.8.ebuild b/trinity-apps/wlassistant/wlassistant-14.0.8.ebuild deleted file mode 100644 index 4e5090b0..00000000 --- a/trinity-apps/wlassistant/wlassistant-14.0.8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2020 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -TRINITY_MODULE_TYPE="applications" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="optional" - -TRINITY_LANGS="ar ca de es fr nb pl pt_BR sv zh_CN zh_TW" - -inherit trinity-base-2 - -DESCRIPTION="User friendly TDE frontend for wireless network connection" -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" - -need-trinity - -SLOT="${TRINITY_VER}" - -RDEPEND+=" - net-wireless/wireless-tools - || ( net-misc/dhcp net-misc/dhcpcd ) -" |