diff options
author | ormorph <roma251078@mail.ru> | 2022-10-28 12:41:56 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-28 19:43:12 +0200 |
commit | 345c52699ff344a3bd46c0ee5df765dc404ac3d1 (patch) | |
tree | 752a6cb2512e0573cc46d7e89d3575a7a91840c6 /trinity-base/twin4 | |
parent | cc26a6f102600556b4f96fd651ac2b67482e6932 (diff) | |
download | tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.tar.gz tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.zip |
Added version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/twin4')
-rw-r--r-- | trinity-base/twin4/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/twin4/twin4-14.0.13.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/trinity-base/twin4/Manifest b/trinity-base/twin4/Manifest index ce1d4a46..382cac40 100644 --- a/trinity-base/twin4/Manifest +++ b/trinity-base/twin4/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/twin4/twin4-14.0.13.ebuild b/trinity-base/twin4/twin4-14.0.13.ebuild new file mode 100644 index 00000000..4f1174fa --- /dev/null +++ b/trinity-base/twin4/twin4-14.0.13.ebuild @@ -0,0 +1,19 @@ +# 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" +TSM_EXTRACT_ALSO="libtdegames/" +inherit trinity-meta-2 + +DESCRIPTION="Trinity four-in-a-row game" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="~trinity-base/libtdegames-${PV}" +RDEPEND="${DEPEND}" |