summaryrefslogtreecommitdiffstats
path: root/trinity-base/kfax
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
committerormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
commit4b3f0a054757e31efd942db76c6f28e4c26433dd (patch)
tree742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-base/kfax
parent2769940be476aca58d96f626ecab898409ad8b48 (diff)
downloadtde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.tar.gz
tde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.zip
Removing version TDE-14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kfax')
-rw-r--r--trinity-base/kfax/Manifest1
-rw-r--r--trinity-base/kfax/kfax-14.1.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/trinity-base/kfax/Manifest b/trinity-base/kfax/Manifest
index 2e703ccb..d3ae616e 100644
--- a/trinity-base/kfax/Manifest
+++ b/trinity-base/kfax/Manifest
@@ -1,2 +1 @@
-DIST tdegraphics-trinity-14.1.0.tar.xz 5804644 BLAKE2B 3aafb8368a4d1add4f374832469b768287c4af03b5e06a7a821b3325f0e04661fe379b73831304b2e2f327873de3ce386ac7a6fb4f6460c4eae82fc540a63aef SHA512 ba0d4bbecbebaf9cb5c2932e6b514038f335d232e1d727d174e4aa84a94c7efe760747f043ea6e10e8d98e95c65b2e2af9882ee4a030eb4f6324ab74d6a37bb4
DIST tdegraphics-trinity-14.1.1.tar.xz 5804428 BLAKE2B 1424521dfed9f1eef5e0e1d4491ae6559a2c3916bdd794a31619e8823191fbf8c25d373cdd95d464fd95ee3749b47d26050989f133656af6e94e163bfe910f7e SHA512 28f5da7f56403864700398838640adb9d054f22a47b81ba22b4f158e441da9d7204b45be90bc7378c002cd69491c96bba6d0abdb9f72a6f6b9885599e027197d
diff --git a/trinity-base/kfax/kfax-14.1.0.ebuild b/trinity-base/kfax/kfax-14.1.0.ebuild
deleted file mode 100644
index b6f7f080..00000000
--- a/trinity-base/kfax/kfax-14.1.0.ebuild
+++ /dev/null
@@ -1,25 +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_MODULE_NAME="tdegraphics"
-TRINITY_MODULE_TYPE="core"
-TRINITY_SUBMODULE="kfax kfaxview"
-TRINITY_HANDBOOK="optional"
-TSM_EXTRACT_ALSO="kviewshell"
-inherit trinity-meta-2
-
-DESCRIPTION="Trinity G3/G4 fax viewer"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DEPEND="~trinity-base/kviewshell-${PV}"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
- sed -i "s/BUILD_KVIEWSHELL OR BUILD_KDVI OR BUILD_KFAX/BUILD_KVIEWSHELL/" "${S}/doc/man/CMakeLists.txt" || die
- trinity-meta-2_src_prepare
-}