From 345c52699ff344a3bd46c0ee5df765dc404ac3d1 Mon Sep 17 00:00:00 2001 From: ormorph Date: Fri, 28 Oct 2022 12:41:56 +0200 Subject: Added version 14.0.13 Signed-off-by: ormorph --- trinity-base/atlantik/Manifest | 1 + trinity-base/atlantik/atlantik-14.0.13.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 trinity-base/atlantik/atlantik-14.0.13.ebuild (limited to 'trinity-base/atlantik') diff --git a/trinity-base/atlantik/Manifest b/trinity-base/atlantik/Manifest index ce1d4a46..382cac40 100644 --- a/trinity-base/atlantik/Manifest +++ b/trinity-base/atlantik/Manifest @@ -1 +1,2 @@ DIST tdegames-trinity-14.0.12.tar.xz 8822628 BLAKE2B 0bd2f0d24b6e70b781c9f72628258fd55c65e81f9f061389b6825a31c03eba1ecc2dfc187c3c24e7f50c6dcca18380c6684bbf34242e7d053a86c01cdee412a7 SHA512 54a972f52de19543c470d0144a67fad458cd593a929d2d00f9a7038e95291ccea0e39e9cf11fa82c9903e687489a8b4c6fc4b1e9e34f52b92ad940a8d1f7f80e +DIST tdegames-trinity-14.0.13.tar.xz 8822544 BLAKE2B 033efe49ea6878e89ae403bf46ccc1cc42deacb23273b692ac9dd69248d85a2d7e1a81e4bbecd3b5ca5a6ae58a0d754ac6e405fda336b0a5b9f6e1e2707af898 SHA512 f5f08886ae97292e29aee46d6a1bcb3015853dcdeea894f2e28cd7f4f8674a8e308138e05c13608d40a7a91b585b2feb41316787e7d470773e8e0c7219c9f260 diff --git a/trinity-base/atlantik/atlantik-14.0.13.ebuild b/trinity-base/atlantik/atlantik-14.0.13.ebuild new file mode 100644 index 00000000..7f8e240c --- /dev/null +++ b/trinity-base/atlantik/atlantik-14.0.13.ebuild @@ -0,0 +1,18 @@ +# 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="tdegames" +TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" +inherit trinity-meta-2 + +DESCRIPTION="The Atlantic board game" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="~trinity-base/libtdegames-${PV}" +RDEPEND="${DEPEND}" -- cgit v1.2.1