diff options
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.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-gopher/Manifest b/trinity-apps/tdeio-gopher/Manifest index 005236f5..6f96a829 100644 --- a/trinity-apps/tdeio-gopher/Manifest +++ b/trinity-apps/tdeio-gopher/Manifest @@ -1 +1,2 @@ DIST tdeio-gopher-trinity-14.1.0.tar.xz 33936 BLAKE2B 0dd3c6b8881be470ea94dd8b2ca710d09ae0aafa95e07e4b299e8cdb94d27b34a23ba955f1a2290a7151151f454135c3132fa2aa4ec7468d24a9510b7b532ff6 SHA512 9251fe846d9f7fb568e1ded9f8f781fd819cb64cb7278b3a2af13dcd23af6495fe10c4a8bd43a3cbe33d20bf6b999c027c50137cbd913aa8173cf8554739bd15 +DIST tdeio-gopher-trinity-14.1.1.tar.xz 33916 BLAKE2B ed44faf17f0e232b93ea309f8ed7cedccad2f1c5107762efe6f5a96fd9a8ed68c38ce41113adca0581acd9da185ab6d735ee29acd021acb3a522ef6dee1a8b8b SHA512 f3823b1c364b5dc9cebfb8dd4a485cc880fe17cb24d3840d493d64bfba9f8e2ea73761eeb721589720a4c060432295f61fbc55821b09ea3e451946e3cd29c70c diff --git a/trinity-apps/tdeio-gopher/tdeio-gopher-14.1.1.ebuild b/trinity-apps/tdeio-gopher/tdeio-gopher-14.1.1.ebuild new file mode 100644 index 00000000..16808991 --- /dev/null +++ b/trinity-apps/tdeio-gopher/tdeio-gopher-14.1.1.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 |