diff options
author | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
commit | 20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch) | |
tree | fc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/kcpuload | |
parent | 2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff) | |
download | tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip |
Version 14.0.8 removed
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kcpuload')
-rw-r--r-- | trinity-apps/kcpuload/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kcpuload/kcpuload-14.0.8.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/trinity-apps/kcpuload/Manifest b/trinity-apps/kcpuload/Manifest index e7606047..1d67ff7d 100644 --- a/trinity-apps/kcpuload/Manifest +++ b/trinity-apps/kcpuload/Manifest @@ -1,2 +1 @@ DIST kcpuload-trinity-14.0.11.tar.xz 34084 BLAKE2B 6e295c9986f8f662a64a50b2677c3b3c2f4e14be7761311c4c9ea06c8ce80a419e7bdc1865908787492e8eebf249155fbff3d1c890c8950c4cbc3f961876d43e SHA512 8b904808faff306eaaf4ce22ebeaed051a760041cd2eabbee5936cb7fad78cfc25266424fa0d603317aeef799f756a1c876bc30bf19d55e20e2899c2951ae109 -DIST kcpuload-trinity-14.0.8.tar.xz 55544 BLAKE2B f25fa3c933b884ec5b0f18faf564e6abe92bd44e6b589317572f6db2dba01fe3154c48928ec2e20a962af12d989cf4c2c43025a7e3ff5c8fb754f00f3d9fc2b4 SHA512 59fa8c13405c39008a6195122ec5d27673ff709df0a999e3b5fa7f7c4871b4a44681ff1df64f465bd0856bb9602f1235db00caea2adbbfc243970997d6c0f156 diff --git a/trinity-apps/kcpuload/kcpuload-14.0.8.ebuild b/trinity-apps/kcpuload/kcpuload-14.0.8.ebuild deleted file mode 100644 index d7708541..00000000 --- a/trinity-apps/kcpuload/kcpuload-14.0.8.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2020 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -TRINITY_MODULE_TYPE="applications" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="optional" - -TRINITY_LANGS="de" - -inherit trinity-base-2 - -DESCRIPTION="A small CPU meter for Kicker" -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" - -need-trinity - -SLOT="${TRINITY_VER}" - -src_configure() { - mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - trinity-base-2_src_configure -} |