summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdevelop
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 /trinity-base/tdevelop
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 'trinity-base/tdevelop')
-rw-r--r--trinity-base/tdevelop/Manifest1
-rw-r--r--trinity-base/tdevelop/tdevelop-14.0.13.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/trinity-base/tdevelop/Manifest b/trinity-base/tdevelop/Manifest
index 518a9600..59192ccc 100644
--- a/trinity-base/tdevelop/Manifest
+++ b/trinity-base/tdevelop/Manifest
@@ -1,2 +1 @@
-DIST tdevelop-trinity-14.0.13.tar.xz 6463204 BLAKE2B 8d9653860b74bbbbb8cb8aa874f37a932cfd6e045042ccf2013376a8602e587fa23094a0814c995164aa6f8afa5b32da8448a2c1c61dc446cf3eac71b93244f8 SHA512 617265e124588b23d268fdbb730b7af7471de584df2a8530af0ac5bd35c901a3dd495a934b86ad0dd43aeeb3a1082d6e499b02a3f46ca559359e0742e18afd86
DIST tdevelop-trinity-14.1.0.tar.xz 6463536 BLAKE2B 5ec22aca514e6c99563ce064a6543c32708772d7feac92bc019882f0bc45a091c6ab52369f4d6c36dcac9b1745539d8754ac4fec4603d993cd18822045833036 SHA512 f111522eacff9a6a65e7af1a81e51180bd9b19b629fe4fe3bc6cf5f8bb28ddc391ad9686c44cd1e2a7bd8879f2e65b3a44967303399b5ef70bae601174f07d97
diff --git a/trinity-base/tdevelop/tdevelop-14.0.13.ebuild b/trinity-base/tdevelop/tdevelop-14.0.13.ebuild
deleted file mode 100644
index c2ece252..00000000
--- a/trinity-base/tdevelop/tdevelop-14.0.13.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-TRINITY_HANDBOOK="optional"
-
-TRINITY_MODULE_TYPE="core"
-inherit trinity-base-2
-
-DESCRIPTION="The TDevelop Integrated Development Environment"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DEPEND="dev-lang/perl
- net-dns/libidn
- sys-libs/db
- virtual/acl"
-
-RDEPEND="$DEPEND"
-
-src_prepare() {
- pushd "${S}/parts/appwizard/common/" || die
- trinity-admin-prepare
- popd
- trinity-base-2_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_LANGUAGE_ALL=ON
- -DWITH_BUILDTOOL_ALL=ON
- -DBUILD_ALL=ON
- )
-
- trinity-base-2_src_configure
-}