diff options
author | 2020-07-30 18:41:45 +0200 | |
---|---|---|
committer | 2020-07-30 20:35:53 +0200 | |
commit | 66aaa0863ba7e4bb856bab5890883ff80ecc6786 (patch) | |
tree | b0798649a9f5c45167da4dddaee368c10c44c22f /app-dicts/sword-EMTV | |
parent | app-dicts/sword-EMBReality: new package (diff) | |
download | gentoo-66aaa0863ba7e4bb856bab5890883ff80ecc6786.tar.gz gentoo-66aaa0863ba7e4bb856bab5890883ff80ecc6786.tar.bz2 gentoo-66aaa0863ba7e4bb856bab5890883ff80ecc6786.zip |
app-dicts/sword-EMTV: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-EMTV')
-rw-r--r-- | app-dicts/sword-EMTV/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-EMTV/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-EMTV/sword-EMTV-2.2.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-EMTV/Manifest b/app-dicts/sword-EMTV/Manifest new file mode 100644 index 000000000000..5091c0fef158 --- /dev/null +++ b/app-dicts/sword-EMTV/Manifest @@ -0,0 +1 @@ +DIST EMTV-2.2.zip 469923 BLAKE2B 16e0139fd384aae53e10023f4b125f5ca4d9c9d9e96488fc78ef78964e73b5e620c5e92ea3d1d3646edb73d7c33639db289a46451180915387481313f56d726b SHA512 4abd88a6c8ba5cbe1136923c57ab3f758b8d991d041f06b7eb309843c795a9ca62b3569e02dec069d9ea583d712b090d1eed45cd89763b3cbdfc3136881bca74 diff --git a/app-dicts/sword-EMTV/metadata.xml b/app-dicts/sword-EMTV/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-EMTV/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-EMTV/sword-EMTV-2.2.ebuild b/app-dicts/sword-EMTV/sword-EMTV-2.2.ebuild new file mode 100644 index 000000000000..17fd7900d920 --- /dev/null +++ b/app-dicts/sword-EMTV/sword-EMTV-2.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.1a" + +inherit sword-module + +DESCRIPTION="English Majority Text Version, 2012 Edition with Greek Explanatory Notes" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=EMTV" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |