From 3401abb615b656c425a85b933aa25335f6ddf156 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sun, 16 Apr 2023 16:23:47 +0300 Subject: Removing ebuilds of version 14.0.12 Signed-off-by: ormorph --- trinity-apps/kima/Manifest | 1 - trinity-apps/kima/kima-14.0.12.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 trinity-apps/kima/kima-14.0.12.ebuild (limited to 'trinity-apps/kima') diff --git a/trinity-apps/kima/Manifest b/trinity-apps/kima/Manifest index 1f147145..6c8fe3ed 100644 --- a/trinity-apps/kima/Manifest +++ b/trinity-apps/kima/Manifest @@ -1,2 +1 @@ -DIST kima-trinity-14.0.12.tar.xz 44116 BLAKE2B 8f0040e5a78b74c938e8694a6e6111bfb1993800223346ab3d3fe2cc24a4d8fdc7ae262933c80fff4c08e9146cd63c5b4a731c1e62666a0ee40d674e4c953e80 SHA512 4f69bd0d24ba6d0e23fbda0677d0ee845b30822c32477ccb0948c4117fba1a542a19ff183dbf3457cf6abef4c6907c074a439f223e48d822a721775933150c56 DIST kima-trinity-14.0.13.tar.xz 44088 BLAKE2B e70f072456e983ac240a2d15e6c16c5d943ad8080b60b7fae6b613aa0c475f32d6714d1af1f9ca751a2c38a0b31d9597c1395f09975a9f2ae155ef38e60e64bb SHA512 b3f0fd3f135c8b8847a8458918bf2e52b182cf0b040247e10859624a12aa4267551a5a9b7bec9ded086deb5da1df1e49f9047025a87228a7ac02c1a536c88963 diff --git a/trinity-apps/kima/kima-14.0.12.ebuild b/trinity-apps/kima/kima-14.0.12.ebuild deleted file mode 100644 index be3d42f8..00000000 --- a/trinity-apps/kima/kima-14.0.12.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 -} -- cgit v1.2.1