diff options
author | ormorph <[email protected]> | 2023-04-16 16:23:47 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-04-16 16:23:47 +0300 |
commit | 3401abb615b656c425a85b933aa25335f6ddf156 (patch) | |
tree | e851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/tdeio-gopher | |
parent | 13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff) | |
download | tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip |
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/tdeio-gopher')
-rw-r--r-- | trinity-apps/tdeio-gopher/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdeio-gopher/tdeio-gopher-14.0.12.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/trinity-apps/tdeio-gopher/Manifest b/trinity-apps/tdeio-gopher/Manifest index 8114d430..ea8120f4 100644 --- a/trinity-apps/tdeio-gopher/Manifest +++ b/trinity-apps/tdeio-gopher/Manifest @@ -1,2 +1 @@ -DIST tdeio-gopher-trinity-14.0.12.tar.xz 33928 BLAKE2B bf4d0a2ab379239ccc67b744f6c9bb9d2fa46a5c97cbbfe45258dc647ae7f297add2b888b5dac552041e6ec1903ca15a30e3f72a38a243bfe2aba396c267228b SHA512 fd83367737a1bd37454af9502990f3dc48061d1b8f79bb693e3498d789e0aaf49d9cbc56d374178337e4021b7eb30edbf9c92da3e0ec8ab78ecd9bcd5e352f71 DIST tdeio-gopher-trinity-14.0.13.tar.xz 33928 BLAKE2B 5ce821aa114ed4969bab4b3ebfce643c08894abd3d28ced02abff829d28911c7eacc86682bdf8e7e6bb0e0ea0e283110a1e19132ec9175ecf54b03568c4d7d8d SHA512 2a5f5e49194ed581bbabefcc94927008c167ba995701b1110c1d0236e5e1e46885837bb44c33c641de96d9caaf9c66c758b42c3cedfd60cb0ca19885f4f6015e diff --git a/trinity-apps/tdeio-gopher/tdeio-gopher-14.0.12.ebuild b/trinity-apps/tdeio-gopher/tdeio-gopher-14.0.12.ebuild deleted file mode 100644 index c61ad1e4..00000000 --- a/trinity-apps/tdeio-gopher/tdeio-gopher-14.0.12.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 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 bg br bs ca ca@valencia cs cy da de el en_GB eo - es et fi fr ga gl hr hu is it ja ka km lt lv ms nb nds nl nn - pa pl pt pt_BR ro ru rw sk sv ta tr ug uk zh_CN zh_TW" - -TRINITY_MODULE_TYPE="applications/tdeio" -inherit trinity-base-2 - -DESCRIPTION="TDEIO slave for gopher protocol" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi |