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-apps/kima | |
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-apps/kima')
-rw-r--r-- | trinity-apps/kima/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kima/kima-14.0.13.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/trinity-apps/kima/Manifest b/trinity-apps/kima/Manifest index 8ad10be5..5c538d58 100644 --- a/trinity-apps/kima/Manifest +++ b/trinity-apps/kima/Manifest @@ -1,2 +1 @@ -DIST kima-trinity-14.0.13.tar.xz 44088 BLAKE2B e70f072456e983ac240a2d15e6c16c5d943ad8080b60b7fae6b613aa0c475f32d6714d1af1f9ca751a2c38a0b31d9597c1395f09975a9f2ae155ef38e60e64bb SHA512 b3f0fd3f135c8b8847a8458918bf2e52b182cf0b040247e10859624a12aa4267551a5a9b7bec9ded086deb5da1df1e49f9047025a87228a7ac02c1a536c88963 DIST kima-trinity-14.1.0.tar.xz 44300 BLAKE2B cc4204113367fea2539afea4531dbcddc9b04452a1c6713e1a129e0c3245c60160c860c003d32b1c1fa93f21e1e2821f32b6b44aae00459eeaffa69a43d27199 SHA512 f519b6828c22a8e817937205d139bb1ee1e0d2b2c0386d360a8271bfcea2f75a7ed8568665f5808ce16c4b74dad400bfc009883ec54be80b8fa5a3e1a9b87352 diff --git a/trinity-apps/kima/kima-14.0.13.ebuild b/trinity-apps/kima/kima-14.0.13.ebuild deleted file mode 100644 index be3d42f8..00000000 --- a/trinity-apps/kima/kima-14.0.13.ebuild +++ /dev/null @@ -1,34 +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_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="optional" - -TRINITY_LANGS="de es et hu id nl sv tr" -TRINITY_MODULE_TYPE="applications/settings" -inherit trinity-base-2 - -DESCRIPTION="A Kicker monitoring applet" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -# NVControl support needs the nvidia-settings package, -# which isn't in the Portage tree anymore. So if there -# is interest, it could be imported to the overlay maybe. - -src_configure() { - local mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - -DWITH_NVCONTROL=OFF - ) - - trinity-base-2_src_configure -} |