diff options
author | ormorph <[email protected]> | 2024-04-28 17:23:47 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2024-04-28 22:35:54 +0300 |
commit | 30335515923be5f5ee02981121d2cdb6ad89978d (patch) | |
tree | d4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/tdeio-gopher | |
parent | 929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff) | |
download | tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip |
Add new TDE-14.1.2
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/tdeio-gopher')
-rw-r--r-- | trinity-apps/tdeio-gopher/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdeio-gopher/tdeio-gopher-14.1.2.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-gopher/Manifest b/trinity-apps/tdeio-gopher/Manifest index 2a966e2e..15d9de33 100644 --- a/trinity-apps/tdeio-gopher/Manifest +++ b/trinity-apps/tdeio-gopher/Manifest @@ -1 +1,2 @@ DIST tdeio-gopher-trinity-14.1.1.tar.xz 33916 BLAKE2B ed44faf17f0e232b93ea309f8ed7cedccad2f1c5107762efe6f5a96fd9a8ed68c38ce41113adca0581acd9da185ab6d735ee29acd021acb3a522ef6dee1a8b8b SHA512 f3823b1c364b5dc9cebfb8dd4a485cc880fe17cb24d3840d493d64bfba9f8e2ea73761eeb721589720a4c060432295f61fbc55821b09ea3e451946e3cd29c70c +DIST tdeio-gopher-trinity-14.1.2.tar.xz 34000 BLAKE2B e8d165ea9d6bda36303ebc43edf6e525f89a110f0b21acaf1a7b58c73777af738b76b520be9aa4f01200b41f5eb504008a2f956194c37021d57969559a95803e SHA512 a4633e018528e3ff9306f1830819038085634a49c6c1f3489ac90ec83c736b9fffc7086caccae2d3f558ecaa7a04e1fb3671c07dc222228d081fed0967a368d9 diff --git a/trinity-apps/tdeio-gopher/tdeio-gopher-14.1.2.ebuild b/trinity-apps/tdeio-gopher/tdeio-gopher-14.1.2.ebuild new file mode 100644 index 00000000..ecf4177c --- /dev/null +++ b/trinity-apps/tdeio-gopher/tdeio-gopher-14.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2024 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="ar bg br bs ca ca@valencia cs cy da de el en_GB eo + es et fi fr ga gl hr hu is it ja ka km lt lv ms nb nds nl nn + pa pl pt pt_BR ro ru rw sk sv ta tr ug uk zh_CN zh_TW" + +TRINITY_MODULE_TYPE="applications/tdeio" +inherit trinity-base-2 + +DESCRIPTION="TDEIO slave for gopher protocol" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi |