diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:40:07 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 20:24:23 +0200 |
commit | ae9e986fadad315db9c12960f1974806115ccc3b (patch) | |
tree | 72e2d870d82026f9f1d26bc6672172d6742bc9e6 /app-dicts/sword-BurCBCM | |
parent | app-dicts/sword-BretonNT: new package (diff) | |
download | gentoo-ae9e986fadad315db9c12960f1974806115ccc3b.tar.gz gentoo-ae9e986fadad315db9c12960f1974806115ccc3b.tar.bz2 gentoo-ae9e986fadad315db9c12960f1974806115ccc3b.zip |
app-dicts/sword-BurCBCM: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-BurCBCM')
-rw-r--r-- | app-dicts/sword-BurCBCM/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-BurCBCM/metadata.xml | 13 | ||||
-rw-r--r-- | app-dicts/sword-BurCBCM/sword-BurCBCM-1.2.ebuild | 13 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-dicts/sword-BurCBCM/Manifest b/app-dicts/sword-BurCBCM/Manifest new file mode 100644 index 000000000000..d8b350a44ac2 --- /dev/null +++ b/app-dicts/sword-BurCBCM/Manifest @@ -0,0 +1 @@ +DIST BurCBCM-1.2.zip 952623 BLAKE2B 954c0c7df1da86ee33976499306dd5d5a7bf982cf8d144af668764674b44ee9437ce8622897744f938b2a1fb758dda324448b2167d8dacddb8543022b8e592a2 SHA512 4018ce0ac935b33b1ae0e0b26ee456f749090bd8342a70e54c82b72da28caf061ee4d6493abe7f5df61d96d905660d539eebe612b3b5b3a9c1a6d4dc4a02127d diff --git a/app-dicts/sword-BurCBCM/metadata.xml b/app-dicts/sword-BurCBCM/metadata.xml new file mode 100644 index 000000000000..f12768032f4c --- /dev/null +++ b/app-dicts/sword-BurCBCM/metadata.xml @@ -0,0 +1,13 @@ +<?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> + Modern Burmese New Testament, Psalms and Proverbs Catholic Translation. This + translation of the Bible is provides by the Episcopal Commission for Biblical + Apostolate of the Catholic Bishops' Conference of Myanmar. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-BurCBCM/sword-BurCBCM-1.2.ebuild b/app-dicts/sword-BurCBCM/sword-BurCBCM-1.2.ebuild new file mode 100644 index 000000000000..d0a653aae817 --- /dev/null +++ b/app-dicts/sword-BurCBCM/sword-BurCBCM-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.6.2" + +inherit sword-module + +DESCRIPTION="Catholic Myanmar Bible (CBCM)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BurCBCM" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86" |