diff options
author | ormorph <[email protected]> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/tdeio-gopher | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
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.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-gopher/Manifest b/trinity-apps/tdeio-gopher/Manifest index ea8120f4..a282599a 100644 --- a/trinity-apps/tdeio-gopher/Manifest +++ b/trinity-apps/tdeio-gopher/Manifest @@ -1 +1,2 @@ DIST tdeio-gopher-trinity-14.0.13.tar.xz 33928 BLAKE2B 5ce821aa114ed4969bab4b3ebfce643c08894abd3d28ced02abff829d28911c7eacc86682bdf8e7e6bb0e0ea0e283110a1e19132ec9175ecf54b03568c4d7d8d SHA512 2a5f5e49194ed581bbabefcc94927008c167ba995701b1110c1d0236e5e1e46885837bb44c33c641de96d9caaf9c66c758b42c3cedfd60cb0ca19885f4f6015e +DIST tdeio-gopher-trinity-14.1.0.tar.xz 33936 BLAKE2B 0dd3c6b8881be470ea94dd8b2ca710d09ae0aafa95e07e4b299e8cdb94d27b34a23ba955f1a2290a7151151f454135c3132fa2aa4ec7468d24a9510b7b532ff6 SHA512 9251fe846d9f7fb568e1ded9f8f781fd819cb64cb7278b3a2af13dcd23af6495fe10c4a8bd43a3cbe33d20bf6b999c027c50137cbd913aa8173cf8554739bd15 diff --git a/trinity-apps/tdeio-gopher/tdeio-gopher-14.1.0.ebuild b/trinity-apps/tdeio-gopher/tdeio-gopher-14.1.0.ebuild new file mode 100644 index 00000000..16808991 --- /dev/null +++ b/trinity-apps/tdeio-gopher/tdeio-gopher-14.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2023 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 |