diff options
author | ormorph <[email protected]> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-10-22 18:59:09 +0200 |
commit | e8ab477a377e080da6e194f6701c9f54928f1ce7 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/wlassistant | |
parent | 6049aa3d3fae67d258ab11f9ac2865a4d4f0a737 (diff) | |
download | tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.tar.gz tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.zip |
Removing version 14.0.13
Signed-off-by: ormorph <[email protected]>
(cherry picked from commit e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3)
Diffstat (limited to 'trinity-apps/wlassistant')
-rw-r--r-- | trinity-apps/wlassistant/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/wlassistant/wlassistant-14.0.13.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/wlassistant/Manifest b/trinity-apps/wlassistant/Manifest index d48ecd46..25b16ebe 100644 --- a/trinity-apps/wlassistant/Manifest +++ b/trinity-apps/wlassistant/Manifest @@ -1,2 +1 @@ -DIST wlassistant-trinity-14.0.13.tar.xz 83420 BLAKE2B f7ffc38436112c9cf6870ac677491ba188bed3e737935af7d8218e318e6ce28166e2eed120fbfe03d377acf29b95ee678e3c4772ff7963571ce4b89c9b6f8737 SHA512 49aa6301094145ac9013cb8998bb8f964781091f60faece1057e3f8183586de953078f0951deba64d46bceb25e3a4bfd7abb02875399a6435306d293f9195b57 DIST wlassistant-trinity-14.1.0.tar.xz 80732 BLAKE2B 20e3a6450abfb4dba1b56b160c552ab0fbbc443361d79dfb4cb43747a89bc32ada504abd8e67b37c218fef4d14fc2d00db97638656755738ca322f883a63c187 SHA512 06badc2398c4886d7b9a364ac860f30003ebe1bb06de860d34ae80d53355d07ef1bb536bea12e1651ac4161d64ffa2f93c12a22dc7aa237e72d68f201724ac05 diff --git a/trinity-apps/wlassistant/wlassistant-14.0.13.ebuild b/trinity-apps/wlassistant/wlassistant-14.0.13.ebuild deleted file mode 100644 index d5dec653..00000000 --- a/trinity-apps/wlassistant/wlassistant-14.0.13.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Copyright 2022 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 - ) -" |