diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:46:02 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:35:44 +0200 |
commit | 0be8f067c4434502edf87a59970295c28290f4ae (patch) | |
tree | 01ed63e43f939c73d4bcae40c125267979b0c101 | |
parent | app-dicts/sword-LEB: new package (diff) | |
download | gentoo-0be8f067c4434502edf87a59970295c28290f4ae.tar.gz gentoo-0be8f067c4434502edf87a59970295c28290f4ae.tar.bz2 gentoo-0be8f067c4434502edf87a59970295c28290f4ae.zip |
app-dicts/sword-LO: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | app-dicts/sword-LO/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-LO/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-LO/sword-LO-1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-LO/Manifest b/app-dicts/sword-LO/Manifest new file mode 100644 index 000000000000..8dad09ae9876 --- /dev/null +++ b/app-dicts/sword-LO/Manifest @@ -0,0 +1 @@ +DIST LO-1.1.zip 366644 BLAKE2B 042d363ec1038fd0c68e3794763249cd777083dbbcfa4ef88263fc1d3fd89ce1fdd58cbe593d96aa69f26a13957ab3fa9fd2563e9165059bb1905b0ebac0ed16 SHA512 0442690740bf9bdaafba5f08497ca3615e65a4b327abb57834c95a0e2a00a32081949460c85fb4505df455e84ce3c3d83b7f391f60baa37f44ac4714463e44fa diff --git a/app-dicts/sword-LO/metadata.xml b/app-dicts/sword-LO/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-LO/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>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> +</pkgmetadata> diff --git a/app-dicts/sword-LO/sword-LO-1.1.ebuild b/app-dicts/sword-LO/sword-LO-1.1.ebuild new file mode 100644 index 000000000000..e7d66d9d29ab --- /dev/null +++ b/app-dicts/sword-LO/sword-LO-1.1.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.1a" + +inherit sword-module + +DESCRIPTION="The Living Oracles NT" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=LO" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |