diff options
author | ormorph <roma251078@mail.ru> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-10-22 09:26:44 +0300 |
commit | e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-base/kghostview | |
parent | 1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff) | |
download | tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip |
Removing version 14.0.13
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.13.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/trinity-base/kghostview/Manifest b/trinity-base/kghostview/Manifest index 5cf26208..4ca1952c 100644 --- a/trinity-base/kghostview/Manifest +++ b/trinity-base/kghostview/Manifest @@ -1,2 +1 @@ -DIST tdegraphics-trinity-14.0.13.tar.xz 5808680 BLAKE2B 6f8dd49d6d446a32028e25ba51c6c7f18da838a0c2b9e3c82731acb1b284a2480e94ab70b71cbbc2e91b29530f1fd49f71847e79201290b9deedb18fea09e209 SHA512 3776dfa728e119ded0e07a2ca7f582e48decf53966b456a77af20b53692a9174215396752812104df1f619a1be00b2ffd18f28c96d24609738e98bce6f524955 DIST tdegraphics-trinity-14.1.0.tar.xz 5804644 BLAKE2B 3aafb8368a4d1add4f374832469b768287c4af03b5e06a7a821b3325f0e04661fe379b73831304b2e2f327873de3ce386ac7a6fb4f6460c4eae82fc540a63aef SHA512 ba0d4bbecbebaf9cb5c2932e6b514038f335d232e1d727d174e4aa84a94c7efe760747f043ea6e10e8d98e95c65b2e2af9882ee4a030eb4f6324ab74d6a37bb4 diff --git a/trinity-base/kghostview/kghostview-14.0.13.ebuild b/trinity-base/kghostview/kghostview-14.0.13.ebuild deleted file mode 100644 index be5a27e5..00000000 --- a/trinity-base/kghostview/kghostview-14.0.13.ebuild +++ /dev/null @@ -1,18 +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" -TRINITY_HANDBOOK="optional" -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}" |