summaryrefslogtreecommitdiffstats
path: root/trinity-base/tdevelop
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
committerormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
commit4b3f0a054757e31efd942db76c6f28e4c26433dd (patch)
tree742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-base/tdevelop
parent2769940be476aca58d96f626ecab898409ad8b48 (diff)
downloadtde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.tar.gz
tde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.zip
Removing version TDE-14.1.0
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.1.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/trinity-base/tdevelop/Manifest b/trinity-base/tdevelop/Manifest
index 15769e56..c5dd2714 100644
--- a/trinity-base/tdevelop/Manifest
+++ b/trinity-base/tdevelop/Manifest
@@ -1,2 +1 @@
-DIST tdevelop-trinity-14.1.0.tar.xz 6463536 BLAKE2B 5ec22aca514e6c99563ce064a6543c32708772d7feac92bc019882f0bc45a091c6ab52369f4d6c36dcac9b1745539d8754ac4fec4603d993cd18822045833036 SHA512 f111522eacff9a6a65e7af1a81e51180bd9b19b629fe4fe3bc6cf5f8bb28ddc391ad9686c44cd1e2a7bd8879f2e65b3a44967303399b5ef70bae601174f07d97
DIST tdevelop-trinity-14.1.1.tar.xz 6409920 BLAKE2B 8dfc8778b2ee3e049e863da6daac7b95ee0e035095e2dd431695a2ddfca86376642d7962b079f6e5b8c7461820599316c2c1727eaf297ec7e5b58e85c2a5f9a8 SHA512 60cedc5ad70cfa7d810975be7ae8e5ef379ebd6f2c64e3d94c1716c9147801487e1d607eac1672d4cfdeba34a5da176fa4edfab7d7d715737042986fcc5c24ca
diff --git a/trinity-base/tdevelop/tdevelop-14.1.0.ebuild b/trinity-base/tdevelop/tdevelop-14.1.0.ebuild
deleted file mode 100644
index 2ca68c66..00000000
--- a/trinity-base/tdevelop/tdevelop-14.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2021-2023 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
-}