diff options
author | ormorph <roma251078@mail.ru> | 2023-04-16 16:23:47 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-16 16:23:47 +0300 |
commit | 3401abb615b656c425a85b933aa25335f6ddf156 (patch) | |
tree | e851daa136aa559fbd59f329d0212bead6ff9431 /trinity-apps/tdeio-locate | |
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 <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tdeio-locate')
-rw-r--r-- | trinity-apps/tdeio-locate/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdeio-locate/tdeio-locate-14.0.12.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest index b47a79ed..d27a2ffc 100644 --- a/trinity-apps/tdeio-locate/Manifest +++ b/trinity-apps/tdeio-locate/Manifest @@ -1,2 +1 @@ -DIST tdeio-locate-trinity-14.0.12.tar.xz 76396 BLAKE2B 4dd96a03b92ea5d3956726914d979a604c3cb36af5829d513c97495d3a1f8be2da0b83cd6bd8f0765b8570b41f22e7b4d5d381ce8f5a34bed6adeafc81d21236 SHA512 714df1b8d27e06439eefd7f1959e3b6f3b45ac63a5ef1aa16989cee26d67606183c42ae5e58ae0568297862e0966c58c1a7622b7607c33a4e5530975e07104dc DIST tdeio-locate-trinity-14.0.13.tar.xz 61384 BLAKE2B 9b5d9a8d51d140801e8bc12804c82c56ab74cd0dfaf7a65f41d235327afaa2c65a18e8e6010c993d4495922edec445ce4e65fd7872a0aaff2b1fb9ae4c01f68e SHA512 50172d43d0e34e48ddc286073cee0a13b33d73c67ce4532344297d2500a4a83abffc18715ce8534be83e456474538904941bcdb16b1c9928ae9a07f76434e43b diff --git a/trinity-apps/tdeio-locate/tdeio-locate-14.0.12.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-14.0.12.ebuild deleted file mode 100644 index 6b195a21..00000000 --- a/trinity-apps/tdeio-locate/tdeio-locate-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="de fr" - -TRINITY_MODULE_TYPE="applications/tdeio" -inherit trinity-base-2 - -DESCRIPTION="Locate TDEIO plugin" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -RDEPEND="sys-apps/mlocate" |