From 3e6b95222ab4ee71b69a570f49e1e887b166a83e Mon Sep 17 00:00:00 2001 From: ormorph Date: Sat, 22 Apr 2023 11:30:51 +0300 Subject: Adding version 14.1.0 Signed-off-by: ormorph --- trinity-base/ark/Manifest | 1 + trinity-base/ark/ark-14.1.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 trinity-base/ark/ark-14.1.0.ebuild (limited to 'trinity-base/ark') diff --git a/trinity-base/ark/Manifest b/trinity-base/ark/Manifest index 6e8805c1..21cc7b88 100644 --- a/trinity-base/ark/Manifest +++ b/trinity-base/ark/Manifest @@ -1 +1,2 @@ DIST tdeutils-trinity-14.0.13.tar.xz 2231300 BLAKE2B 230f19b6782993f6ae6733e652fef08f481ddc6dabdc1f59f84fe25871c3d6418c5774350eb71378ee8cadb5941fbcb6de4b3308d818d649bcb0dace3f243ccf SHA512 c78f70ca92ed18dcfc6734946de0948579f35e1d9cf34d826940a1f0d24bc3d5142d6bced4371e7edc951bf3440e6d5c603caa2c86ff1284c3f8c409f3961d99 +DIST tdeutils-trinity-14.1.0.tar.xz 3188452 BLAKE2B 44f4f8c4952730de92011ff8b63a2aad055c014a2f67a6c58029b12459f763842e5f750be04444b6c6d43e4ca7cdfad003d40947ac3556339251095438b38113 SHA512 5428c10f1829564af5041a5bdfb8785b4a4d99ec1c1f049fda9eefc339100c4c303f9ccb41259f0df459a796963e60baddaedf74977d245e7eda1efb01e3b686 diff --git a/trinity-base/ark/ark-14.1.0.ebuild b/trinity-base/ark/ark-14.1.0.ebuild new file mode 100644 index 00000000..5dc0d16b --- /dev/null +++ b/trinity-base/ark/ark-14.1.0.ebuild @@ -0,0 +1,20 @@ +# 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="tdeutils" +TRINITY_MODULE_TYPE="core" +TRINITY_HANDBOOK="optional" +inherit trinity-meta-2 + +DESCRIPTION="Trinity Archiving tool" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +pkg_postinst(){ + elog "You may want to install app-arch/lha, app-arch/p7zip, app-arch/rar," + elog "app-arch/zip or app-arch/zoo for support of these archive types." +} -- cgit v1.2.1