diff options
author | ormorph <roma251078@mail.ru> | 2023-04-16 16:23:47 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-16 16:23:47 +0300 |
commit | 3401abb615b656c425a85b933aa25335f6ddf156 (patch) | |
tree | e851daa136aa559fbd59f329d0212bead6ff9431 /trinity-base/tdepim-wizards | |
parent | 13736d9fa9ed50c2e28d16c86ac2fc5384a5e2ac (diff) | |
download | tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.tar.gz tde-packaging-gentoo-3401abb615b656c425a85b933aa25335f6ddf156.zip |
Removing ebuilds of version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdepim-wizards')
-rw-r--r-- | trinity-base/tdepim-wizards/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/tdepim-wizards/tdepim-wizards-14.0.12.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/trinity-base/tdepim-wizards/Manifest b/trinity-base/tdepim-wizards/Manifest index d90d2612..d692c710 100644 --- a/trinity-base/tdepim-wizards/Manifest +++ b/trinity-base/tdepim-wizards/Manifest @@ -1,2 +1 @@ -DIST tdepim-trinity-14.0.12.tar.xz 9389072 BLAKE2B 916a29be64cf0fbaef12962698909a947561d24d0c19d3527abce921e38460c084576d2b3fc36c0470607cba260b508443ac724f542bcc0c4e66190251fc6215 SHA512 09c7cd14e95c4e46ce2b46a35c2530a4e8f9ee72f623575b865929439045e3d37892b916df9c79d3750c162acea93357b3fcc9f5385470de59117b56b5c5ef07 DIST tdepim-trinity-14.0.13.tar.xz 9389556 BLAKE2B d53224bb76a8f3a5674ce864f20e311fcf17d826fe41fe6a1ac016c62a18c290ea0ea2ba31fee83642d79a15704f87d2a3732a06f186cb16bcc47cea0db8c75d SHA512 701be1d529cfb3c7405b59ea0f336381558fcf11c2883b6460bcfc21c32cd775f1f31a8e84569a7dedaeaa23c4f38ecf7da467ed4b3199e9218d6cac4cc944aa diff --git a/trinity-base/tdepim-wizards/tdepim-wizards-14.0.12.ebuild b/trinity-base/tdepim-wizards/tdepim-wizards-14.0.12.ebuild deleted file mode 100644 index f58fc346..00000000 --- a/trinity-base/tdepim-wizards/tdepim-wizards-14.0.12.ebuild +++ /dev/null @@ -1,37 +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="tdepim" -TRINITY_MODULE_TYPE="core" -TRINITY_SUBMODULE="wizards" - -inherit trinity-meta-2 - -DESCRIPTION="TDEPIM wizards" - -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -DEPEND="~trinity-base/knotes-${PV} - ~trinity-base/libkcal-${PV} - ~trinity-base/tdepim-tderesources-${PV}" -RDEPEND="${DEPEND}" - -TSM_EXTRACT_ALSO="libtdepim/ tderesources/ kmail/ libkpimidentities/ knotes/ libkcal/ \ - libemailfunctions/ translations/" - -src_configure() { - local mycmakeargs=( - -DCMAKE_CXX_FLAGS="-L${TDEDIR}/$(get_libdir)" - -DWITH_EGROUPWARE=ON - -DWITH_KOLAB=ON - -DWITH_SLOX=ON - -DWITH_GROUPWISE=ON - -DWITH_NEWEXCHANGE=ON - -DWITH_SCALIX=ON - ) - trinity-meta-2_src_configure -} |