commit: 02da443433bca37e5e595b5fdd23b89db181400f Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Jul 30 16:43:06 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Jul 30 18:37:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02da4434
app-dicts/sword-FrePGR: new package Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-dicts/sword-FrePGR/Manifest | 1 + app-dicts/sword-FrePGR/metadata.xml | 8 ++++++++ app-dicts/sword-FrePGR/sword-FrePGR-1.2.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/sword-FrePGR/Manifest b/app-dicts/sword-FrePGR/Manifest new file mode 100644 index 00000000000..115cb05f118 --- /dev/null +++ b/app-dicts/sword-FrePGR/Manifest @@ -0,0 +1 @@ +DIST FrePGR-1.2.zip 1711691 BLAKE2B 26939c46e7ed4636063a09589ef7c694086211751871e87bb085532a8d284e390e9dbbd97d5544c264ff802019eafec1e161198793533c404ef50cfcef263af6 SHA512 e2720e6b6a499a5c080c3fbdcd276b55cf2467ac773ffd1124507731bbd50454fabf8dbf56926e83b58e19e6dab5cd2557dc4ccb99156db860ebe3950d528864 diff --git a/app-dicts/sword-FrePGR/metadata.xml b/app-dicts/sword-FrePGR/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/app-dicts/sword-FrePGR/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Marek Szuba</name> + </maintainer> +</pkgmetadata> diff --git a/app-dicts/sword-FrePGR/sword-FrePGR-1.2.ebuild b/app-dicts/sword-FrePGR/sword-FrePGR-1.2.ebuild new file mode 100644 index 00000000000..767273912d0 --- /dev/null +++ b/app-dicts/sword-FrePGR/sword-FrePGR-1.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SWORD_MINIMUM_VERSION="1.5.9" + +inherit sword-module + +DESCRIPTION="Bible Perret-Gentil et Rilliet" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FrePGR" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86"
