From 3401abb615b656c425a85b933aa25335f6ddf156 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 16 Apr 2023 16:23:47 +0300 Subject: Removing ebuilds of version 14.0.12 Signed-off-by: ormorph --- trinity-base/tdegraphics-tdefile-plugins/Manifest | 1 - .../tdegraphics-tdefile-plugins-14.0.12.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) delete mode 100644 trinity-base/tdegraphics-tdefile-plugins/tdegraphics-tdefile-plugins-14.0.12.ebuild (limited to 'trinity-base/tdegraphics-tdefile-plugins') diff --git a/trinity-base/tdegraphics-tdefile-plugins/Manifest b/trinity-base/tdegraphics-tdefile-plugins/Manifest index 30794c59..39d3c01a 100644 --- a/trinity-base/tdegraphics-tdefile-plugins/Manifest +++ b/trinity-base/tdegraphics-tdefile-plugins/Manifest @@ -1,2 +1 @@ -DIST tdegraphics-trinity-14.0.12.tar.xz 5803536 BLAKE2B 0f923874a6b0f6ce4d92934a9a6ecfd695ff98707aa174fea986f4d513dc98723289315b06bca8842b5a3848136b0bda74765c50d3232099a95c2ce27a3e8607 SHA512 315b44af211f471b6aa604e0d0ae00965298e0f5032c2ce1b9693ce8c662fcbf966799530ba36758775e922784551547e08402357df692eafeb0568a2bd46d0e DIST tdegraphics-trinity-14.0.13.tar.xz 5808680 BLAKE2B 6f8dd49d6d446a32028e25ba51c6c7f18da838a0c2b9e3c82731acb1b284a2480e94ab70b71cbbc2e91b29530f1fd49f71847e79201290b9deedb18fea09e209 SHA512 3776dfa728e119ded0e07a2ca7f582e48decf53966b456a77af20b53692a9174215396752812104df1f619a1be00b2ffd18f28c96d24609738e98bce6f524955 diff --git a/trinity-base/tdegraphics-tdefile-plugins/tdegraphics-tdefile-plugins-14.0.12.ebuild b/trinity-base/tdegraphics-tdefile-plugins/tdegraphics-tdefile-plugins-14.0.12.ebuild deleted file mode 100644 index c1bde3d7..00000000 --- a/trinity-base/tdegraphics-tdefile-plugins/tdegraphics-tdefile-plugins-14.0.12.ebuild +++ /dev/null @@ -1,32 +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_MODULE_NAME="tdegraphics" -TRINITY_MODULE_TYPE="core" -TSM_EXTRACT_ALSO="kghostview/dscparse/" -inherit trinity-meta-2 - -DESCRIPTION="tdefile plugins from tdegraphics" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi -IUSE="tiff openexr pdf" - -DEPEND=" - tiff? ( media-libs/tiff:= ) - openexr? ( media-libs/openexr ) - pdf? ( app-text/poppler )" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_TIFF="$(usex tiff)" - -DWITH_OPENEXR="$(usex openexr)" - -DWITH_PDF="$(usex pdf)" - ) - - trinity-meta-2_src_configure -} -- cgit v1.2.1