diff options
author | 2020-07-30 18:47:19 +0200 | |
---|---|---|
committer | 2020-07-31 19:36:59 +0200 | |
commit | 898dc89cb5761e5a1caaf3452f819085013d3a73 (patch) | |
tree | 2c02108265e5672a397eaa75c0d4ae229cc9c3f8 /app-dicts | |
parent | app-dicts/sword-Ndebele: new package (diff) | |
download | gentoo-898dc89cb5761e5a1caaf3452f819085013d3a73.tar.gz gentoo-898dc89cb5761e5a1caaf3452f819085013d3a73.tar.bz2 gentoo-898dc89cb5761e5a1caaf3452f819085013d3a73.zip |
app-dicts/sword-Nestle1904: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-Nestle1904/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Nestle1904/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/sword-Nestle1904/sword-Nestle1904-1.3.ebuild | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-dicts/sword-Nestle1904/Manifest b/app-dicts/sword-Nestle1904/Manifest new file mode 100644 index 000000000000..79bf2287e4a2 --- /dev/null +++ b/app-dicts/sword-Nestle1904/Manifest @@ -0,0 +1 @@ +DIST Nestle1904-1.3.zip 596868 BLAKE2B 4679dddc07e65fa2208964ef5259683604c71f8298b170fb0e6a08a9c98abdd9d1e7dc4156bf977dcd84543cd9c985a5145588b36e0d4b15668baa2de2c0a6be SHA512 0b147de7f040dde759dcc34579b0b26a5856a894f483365cd5f16f1cceda84b5ec92b0bcf55e270964361bc0c094883e526e11d7fbbdb26fd6c864671a02ed84 diff --git a/app-dicts/sword-Nestle1904/metadata.xml b/app-dicts/sword-Nestle1904/metadata.xml new file mode 100644 index 000000000000..193c7a899bb5 --- /dev/null +++ b/app-dicts/sword-Nestle1904/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <longdescription> + Eberhard Nestle's edition of the Greek New Testament, published in 1904 by the British and Foreign Bible Society. Based on the 1904 (http://www.archive.org/details/biblentgreektext00nestuoft) and 1913 (www.archive.org/details/hkainediathekete00lond) editions of the Eberhard Nestle\'s Greek New Testament. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-Nestle1904/sword-Nestle1904-1.3.ebuild b/app-dicts/sword-Nestle1904/sword-Nestle1904-1.3.ebuild new file mode 100644 index 000000000000..a18ab177cc5c --- /dev/null +++ b/app-dicts/sword-Nestle1904/sword-Nestle1904-1.3.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="Nestle GNT 1904" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Nestle1904" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |