diff options
author | 2020-07-30 18:47:36 +0200 | |
---|---|---|
committer | 2020-07-31 19:37:16 +0200 | |
commit | 42596625be8b9dd3fd262614cc2ea8e2f73127b6 (patch) | |
tree | c2e33a2b2f14627b0051f835a609bfca4646fd7a /app-dicts/sword-Noyes | |
parent | app-dicts/sword-NorthernAzeri: new package (diff) | |
download | gentoo-42596625be8b9dd3fd262614cc2ea8e2f73127b6.tar.gz gentoo-42596625be8b9dd3fd262614cc2ea8e2f73127b6.tar.bz2 gentoo-42596625be8b9dd3fd262614cc2ea8e2f73127b6.zip |
app-dicts/sword-Noyes: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Noyes')
-rw-r--r-- | app-dicts/sword-Noyes/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Noyes/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Noyes/sword-Noyes-1.2.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Noyes/Manifest b/app-dicts/sword-Noyes/Manifest new file mode 100644 index 000000000000..55a4f539da29 --- /dev/null +++ b/app-dicts/sword-Noyes/Manifest @@ -0,0 +1 @@ +DIST Noyes-1.2.zip 827202 BLAKE2B ec7c4dbd78fd004dff6d9f2390e32b00f240abb59df2dd8b8aab88577b0948261aafa4e638d337bf0ee3527d9ee15fd8cf6da2657faa0f61a023477518875b4b SHA512 17ab608ca2e8951f5654ff667100f9b13cbdd530155f39c0e82fc52e9c7a9ac81914f3497c05130794e6a8323b6bed444e72332db674a7c9edfad6b5c1d085f4 diff --git a/app-dicts/sword-Noyes/metadata.xml b/app-dicts/sword-Noyes/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Noyes/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-Noyes/sword-Noyes-1.2.ebuild b/app-dicts/sword-Noyes/sword-Noyes-1.2.ebuild new file mode 100644 index 000000000000..3dea2141277c --- /dev/null +++ b/app-dicts/sword-Noyes/sword-Noyes-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="1869 Noyes Translation" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Noyes" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |