commit: 649c2a035551568c550f1db4684e9c47d626df53 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue May 24 08:37:07 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue May 24 08:55:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649c2a03
app-dicts/sword-FreChry: initial import, version 1.0 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-dicts/sword-FreChry/Manifest | 1 + app-dicts/sword-FreChry/metadata.xml | 12 ++++++++++++ app-dicts/sword-FreChry/sword-FreChry-1.0.ebuild | 13 +++++++++++++ 3 files changed, 26 insertions(+) diff --git a/app-dicts/sword-FreChry/Manifest b/app-dicts/sword-FreChry/Manifest new file mode 100644 index 000000000000..758652661954 --- /dev/null +++ b/app-dicts/sword-FreChry/Manifest @@ -0,0 +1 @@ +DIST FreChry-1.0.zip 7759404 BLAKE2B 277860c7d2c7b617a34b90ff3b21113fe5533d0bb226cba48b610578e71c7268c93ec431df111508231160dacb97e4fa5745618f49557c2781deff91057edb33 SHA512 4415c81f56a535532273f7ba8ed665e0340c78e573a7263489a945b0d1bb3d517ccca4911bafd81ebdde0d28f21b12d83809d79519a9f82e721d3ffe45c33e7e diff --git a/app-dicts/sword-FreChry/metadata.xml b/app-dicts/sword-FreChry/metadata.xml new file mode 100644 index 000000000000..4571f8a226f7 --- /dev/null +++ b/app-dicts/sword-FreChry/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Marek Szuba</name> + </maintainer> + <longdescription lang="fr"> + Ce Module rassemble les différents commentaires de la Bible par Saint Jean Chrysostome issue des œuvres de St Jean Chrysostome traduites. + </longdescription> + <stabilize-allarches/> +</pkgmetadata> diff --git a/app-dicts/sword-FreChry/sword-FreChry-1.0.ebuild b/app-dicts/sword-FreChry/sword-FreChry-1.0.ebuild new file mode 100644 index 000000000000..e37ae461e3f1 --- /dev/null +++ b/app-dicts/sword-FreChry/sword-FreChry-1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +SWORD_MINIMUM_VERSION="1.6.2" + +inherit sword-module + +DESCRIPTION="Commentaires de la Bible par Saint Jean Chrysostome" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FreChry" +LICENSE="public-domain" +KEYWORDS="~amd64 ~loong ~ppc ~riscv ~x86"
