From 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 Mon Sep 17 00:00:00 2001 From: ormorph Date: Mon, 15 Nov 2021 22:06:35 +0300 Subject: Added ebuilds for stable version 14.0.11 Signed-off-by: ormorph --- trinity-base/kodo/Manifest | 1 + trinity-base/kodo/kodo-14.0.11.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 trinity-base/kodo/kodo-14.0.11.ebuild (limited to 'trinity-base/kodo') diff --git a/trinity-base/kodo/Manifest b/trinity-base/kodo/Manifest index 9532983f..2ccc9e9c 100644 --- a/trinity-base/kodo/Manifest +++ b/trinity-base/kodo/Manifest @@ -1 +1,2 @@ +DIST tdetoys-trinity-14.0.11.tar.xz 2516872 BLAKE2B 4d375ed2779e8c2bed929fd87e0d340a46946f5fcfaf341ae07c0aa7e8acecfd32768ee6ea1d249f0c6ef52d32715eab37ebe7168be849ac5b18d488450973ff SHA512 b8389139f1c1d020f9bb9e685622d4782b83167b52982f0633221bc9c965cf852eb9c4ff277bdc90b23a269b0d1a13921d91f0f08a69348a280d8a6e7482c965 DIST tdetoys-trinity-14.0.8.tar.xz 2504340 BLAKE2B 32bdb687d5c9339a692a6a610263ba2a9200dc50d24461a8b23dc8662270b5491895bd64f434405cca95d5e10343f63b347e222df0f9e9d9ff47204ef04b996b SHA512 218ad0599c55580ab99d77f768429ff42f2aba3c839f49c3d73e245eb436afa88e103149a9306f80db79d7793d74471ce0233dc2fd4c1bc472bf3e807835bd82 diff --git a/trinity-base/kodo/kodo-14.0.11.ebuild b/trinity-base/kodo/kodo-14.0.11.ebuild new file mode 100644 index 00000000..ae7a7d7f --- /dev/null +++ b/trinity-base/kodo/kodo-14.0.11.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2021 Gentoo Authors +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_MODULE_NAME="tdetoys" +TRINITY_MODULE_TYPE="core" +inherit trinity-meta-2 + +DESCRIPTION="Trinity: measure the desktop mileage of your mouse pointer" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi -- cgit v1.2.1