diff options
author | ormorph <roma251078@mail.ru> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-base/atlantik | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/atlantik')
-rw-r--r-- | trinity-base/atlantik/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/atlantik/atlantik-14.1.0.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/trinity-base/atlantik/Manifest b/trinity-base/atlantik/Manifest index 33c9e19a..11d90355 100644 --- a/trinity-base/atlantik/Manifest +++ b/trinity-base/atlantik/Manifest @@ -1 +1,2 @@ DIST tdegames-trinity-14.0.13.tar.xz 8822544 BLAKE2B 033efe49ea6878e89ae403bf46ccc1cc42deacb23273b692ac9dd69248d85a2d7e1a81e4bbecd3b5ca5a6ae58a0d754ac6e405fda336b0a5b9f6e1e2707af898 SHA512 f5f08886ae97292e29aee46d6a1bcb3015853dcdeea894f2e28cd7f4f8674a8e308138e05c13608d40a7a91b585b2feb41316787e7d470773e8e0c7219c9f260 +DIST tdegames-trinity-14.1.0.tar.xz 8824016 BLAKE2B cff3d4a6583c922fba7d0291803ecce949cf3256848cc4612c760ca1da531ab15458280990a04ee45e012380601dab322962446a78dc18b308eca49bcb186b34 SHA512 19950e02310cba61eba363545eeae64b6c19c15a84ce261f26808aa5ab4d741b79733c6f5dc6d2cf5a004412c71a448e1d5bb0decd9ef0d55c3705e25346db01 diff --git a/trinity-base/atlantik/atlantik-14.1.0.ebuild b/trinity-base/atlantik/atlantik-14.1.0.ebuild new file mode 100644 index 00000000..98b4d623 --- /dev/null +++ b/trinity-base/atlantik/atlantik-14.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Copyright 2022-2023 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}" |