commit: 15f8d2f7518ca4f4a4c339d369f9b862f7c22d1f Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Jul 30 16:42:52 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Jul 30 18:37:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f8d2f7
app-dicts/sword-FreKhan: new package Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-dicts/sword-FreKhan/Manifest | 1 + app-dicts/sword-FreKhan/metadata.xml | 8 ++++++++ app-dicts/sword-FreKhan/sword-FreKhan-1.0.2.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/sword-FreKhan/Manifest b/app-dicts/sword-FreKhan/Manifest new file mode 100644 index 00000000000..9e057dcee9c --- /dev/null +++ b/app-dicts/sword-FreKhan/Manifest @@ -0,0 +1 @@ +DIST FreKhan-1.0.2.zip 1271070 BLAKE2B f34a4b2f1d31b1c9e3113c4e251e4e23d17b91dd82bf98e5a8f77515e20b73bab28084864f2a737449581462b9c3f76bae48a61791fecd7d9f400aea8f61f539 SHA512 2f3589673fe8e2398d33f69f7350b588944b9623ea5e3a8ba5b74cc21ab86591f63a45512b718836dc66637ce52574c9fe8be763553dd092868830f313069efb diff --git a/app-dicts/sword-FreKhan/metadata.xml b/app-dicts/sword-FreKhan/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/app-dicts/sword-FreKhan/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-FreKhan/sword-FreKhan-1.0.2.ebuild b/app-dicts/sword-FreKhan/sword-FreKhan-1.0.2.ebuild new file mode 100644 index 00000000000..d28a24a6a9c --- /dev/null +++ b/app-dicts/sword-FreKhan/sword-FreKhan-1.0.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.6.0" + +inherit sword-module + +DESCRIPTION="La Bible de Zadoc Khan" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FreKhan" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86"
