diff options
author | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
commit | d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch) | |
tree | db683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-base/kghostview | |
parent | f6f1346c2bc2531895b27077add6f0f3adea8d04 (diff) | |
download | tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip |
Removing version 14.0.11
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/kghostview')
-rw-r--r-- | trinity-base/kghostview/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/kghostview/kghostview-14.0.11.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/trinity-base/kghostview/Manifest b/trinity-base/kghostview/Manifest index 6dbba257..6289bdce 100644 --- a/trinity-base/kghostview/Manifest +++ b/trinity-base/kghostview/Manifest @@ -1,2 +1 @@ -DIST tdegraphics-trinity-14.0.11.tar.xz 5806172 BLAKE2B 74de0c533bb95fe61b0575b5cf0ddf1f0050e8e22c69e116b0371b9c89109f856cd2e35e5c7256ad6d8f5ec3bd3b6c30aa038fdc8e2af63322dbf5969bbaaec9 SHA512 1a55a9b2968151af0c3c0982b766fe82e589dcceca6795947a01d30c878613a00614f54a1bbd1d5daa921012e6a1d952da7d52e77c7eb12b640ee69874f6c6ff DIST tdegraphics-trinity-14.0.12.tar.xz 5803536 BLAKE2B 0f923874a6b0f6ce4d92934a9a6ecfd695ff98707aa174fea986f4d513dc98723289315b06bca8842b5a3848136b0bda74765c50d3232099a95c2ce27a3e8607 SHA512 315b44af211f471b6aa604e0d0ae00965298e0f5032c2ce1b9693ce8c662fcbf966799530ba36758775e922784551547e08402357df692eafeb0568a2bd46d0e diff --git a/trinity-base/kghostview/kghostview-14.0.11.ebuild b/trinity-base/kghostview/kghostview-14.0.11.ebuild deleted file mode 100644 index 4c9958bf..00000000 --- a/trinity-base/kghostview/kghostview-14.0.11.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -TRINITY_MODULE_NAME="tdegraphics" -TRINITY_MODULE_TYPE="core" -inherit trinity-meta-2 - -DESCRIPTION="A Trinity Viewer for PostScript (.ps, .eps) and PDF (.pdf) files" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -DEPEND="x11-libs/libXft" -RDEPEND="${DEPEND}" |