summaryrefslogtreecommitdiffstats
path: root/x11-libs/tqscintilla
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
committerormorph <roma251078@mail.ru>2023-10-22 09:26:44 +0300
commite0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch)
tree93a2d9fa8086c9377f468ce6a0987b5ef40279bb /x11-libs/tqscintilla
parent1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff)
downloadtde-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 'x11-libs/tqscintilla')
-rw-r--r--x11-libs/tqscintilla/Manifest1
-rw-r--r--x11-libs/tqscintilla/tqscintilla-14.0.13.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/x11-libs/tqscintilla/Manifest b/x11-libs/tqscintilla/Manifest
index db25180e..1cdd518a 100644
--- a/x11-libs/tqscintilla/Manifest
+++ b/x11-libs/tqscintilla/Manifest
@@ -1,2 +1 @@
-DIST tqscintilla-trinity-14.0.13.tar.xz 654328 BLAKE2B 9e0ba9a459aeb17a35a8d237490a85ddd383b570427fddc66c2943649a064f564d1612c6b67abd41e99c2e2b293e77c18cc3d46a7fb6d07888cf078ae6353d55 SHA512 41bf8b6f3bb63b25100ce7cc8228dc4043e8a751fae33189ca4e9465ae09bd1020c6bd21e87e81330b986bef71ed188dd5b2c18f76e553035c4404632fe95ca5
DIST tqscintilla-trinity-14.1.0.tar.xz 653968 BLAKE2B a666c6fb2f199795e6569e646bb89a04bb85277d50b77d17becf56abae3b06a2cb64212772d80c41e79c2dc95e610bc394111a2d90ff8d5103f89a84750ca77b SHA512 3dda53d4901f54393d45ea186690c5b55ad403c9dcfb1585d119ef34b7aa101228af505e94ed8302c7486dfa3874962a85f00462fe03701093e0efaf30626b10
diff --git a/x11-libs/tqscintilla/tqscintilla-14.0.13.ebuild b/x11-libs/tqscintilla/tqscintilla-14.0.13.ebuild
deleted file mode 100644
index 679280b8..00000000
--- a/x11-libs/tqscintilla/tqscintilla-14.0.13.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_MODULE_TYPE="dependencies"
-TRINITY_MODULE_NAME="tqscintilla"
-
-inherit trinity-base-2
-
-DESCRIPTION="TQt source code editing component based on Scintilla"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DEPEND="~dev-tqt/tqtinterface-${PV}"
-RDEPEND="${DEPEND}"
-
-TQBASE="/usr/tqt3"
-
-src_configure() {
- local mycmakeargs
- mycmakeargs=(
- -DCMAKE_INSTALL_PREFIX="${EPREFIX}${TQBASE}"
- -DHTML_INSTALL_DIR="${TDEDIR}/share/doc/tde/HTML"
- -DBUILD_ALL=ON
- )
- trinity-base-2_src_configure
-}