Sync with portage [Thu Sep 9 22:42:55 MSK 2021].

akrasnyh 2067
root 3 years ago
parent 9faae60477
commit 61cfb8bc56

Binary file not shown.

Binary file not shown.

@ -19,7 +19,7 @@ else
MY_PN="${PN/-base/-core}"
MY_P="${MY_PN}-${PV}"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
S="${WORKDIR}"/${MY_P}
fi

@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
RESTRICT="test"
RDEPEND=">=app-admin/ansible-base-2.11.1

@ -4,4 +4,5 @@ DIST awscli-1.20.28.tar.gz 2058578 BLAKE2B 3f6993a41f46ad9d8d45cebc0d5ea95a954e1
DIST awscli-1.20.35.tar.gz 2069361 BLAKE2B e19666a42ae7b39297d62532d5028beb099ba195e80233f43f28697184be10c3abb859db5271980e45cade0c6d580988b63d0c2b5e3adc66aee97e76c7883144 SHA512 7fecf089e72a520004aef0d002b2ec07c524b8f927c27e4a497cedfcbcd38e0db57c3ce7e67d4e7f4a4fd78a0ec3e950ef6d7f6d2f7918e0d03a5fb3b2ff8ddf
DIST awscli-1.20.36.tar.gz 2069853 BLAKE2B b524091d27b8200954086ffa1dc444efe3a17e34b4873098d7e50183ad5517adcd1427f8501e1c0c3f882dc0b74bd36774aa06434d1b269f8770a7e05d01d82f SHA512 690881772620d125064acafc42440307890c25d49f75c0c407eeafd094af82eb8c9583140321f53ba4c1346e8c9e4b687b3c812717fc22125045e01afd53e256
DIST awscli-1.20.37.tar.gz 2070925 BLAKE2B 836cecbe36c03d47879128649bd643738ef58130f486e8f541a74b4612679f4fc04d317020516090f5781d1baaf05b555e8dd0f3131aa3bb5efae4a928d0d942 SHA512 39a67fb3fa6893d0e26557b37c1ee4f06703e46b6f42e9f1fb3bbad8ea442be015f60e4d4343b93df6528b86ed73889f5b5da7e653adc47d199d3e56a9b5dde2
DIST awscli-1.20.38.tar.gz 2071046 BLAKE2B 424eb993ea86784093ed3664d41664da513dbeaae8f8ef9f2255abfb2af3054bcc363aef2a862d8460b8916d14d1389ca1c495a4004cba52b9ae6580da658c37 SHA512 9ef326e01ec219d8726eeb117fc1ac55a4d96b63eef985329721800216667f0f8d76bd585a71cedb3bc754eea321def47bab6c54d2e7a6d0144517db99a11315
DIST awscli-1.20.7.tar.gz 2045304 BLAKE2B d8f086d8d2eb36645e77fa3d9ae7c196ed3a3fddcc2a0218696f92bd69e10b453be1340b965a8d8e6697bbd3c45013d72de3ed0d31b5823515a5a0092a812858 SHA512 a41bd3ebc34a65add66ef95d5194ba07907a08f7368b0fcd6551af2070c46c4a509af47d30aeadabddce19d1a61200a58faf40a7e2f759e64915cfb2826666ab

@ -0,0 +1,58 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit bash-completion-r1 distutils-r1
DESCRIPTION="Universal Command Line Environment for AWS"
HOMEPAGE="https://pypi.org/project/awscli/"
#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/aws-cli-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
# botocore is x.(y+1).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
RDEPEND="
>=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/rsa[${PYTHON_USEDEP}]
>=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
)
"
distutils_enable_tests --install nose
PATCHES=(
"${FILESDIR}"/awscli-1.19.47-py39.patch
)
python_test() {
distutils_install_for_testing
# integration tests require AWS credentials and Internet access
nosetests -v tests/{functional,unit} ||
die "Tests failed for ${EPYTHON}"
}
python_install_all() {
newbashcomp bin/aws_bash_completer aws
insinto /usr/share/zsh/site-functions
newins bin/aws_zsh_completer.sh _aws
distutils-r1_python_install_all
rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die
}

@ -1,3 +1,3 @@
DIST sudo-1.9.6p1.tar.gz 4119888 BLAKE2B 02bdb551c46cff11ac56e64937c64e6a29ccd8e0af34ea2f6b33c223bee8f7ad958d0fc3d7ef8ef12bf5bc82565769b923ff112a3f3d6bf6999fa4f6ea55e38e SHA512 632dfe72f04ce9a7a5a7236fcd5c09ce4535e695ced49d24dd848e3a7b1bea7380df44188b9e475af4271069539b5a5816948a98fbb0649ebebaba8b4c4b7745
DIST sudo-1.9.7p1.tar.gz 4197591 BLAKE2B fff3eab8b4de6276135229c5fe12e7eced98af988b7686600e6a63b8615f6357ab2c5f95ef6f1872534476c4398a28c4f468ffc316e0cff7d4b32e6068aa97d4 SHA512 bc85d9de1566de24883375edd1c4cd24b1f24437bb16d181bfa3c9c94cead220c69ad00d6727560ca195765ced970e95d69b9ce01dbea448de39afac9a902fb4
DIST sudo-1.9.7p2.tar.gz 4200036 BLAKE2B b977c423670e5e34e84f3b009d5fe5f0379a0027e828fb903aa7ff1b11581572e8d5452a3666d963df3edfe1b83ffe16fbf8bddbf07881284f4507c8138859ad SHA512 39184127122014d0d1d194d455644191009835ffdcc0efda3a99028fe346ca3ff6b15341016f85029556e9f1f9deeaf83b52160effc47d1a5713affb36b99386
DIST sudo-1.9.8rc2.tar.gz 4302195 BLAKE2B 49a9ee0f3dca52b1ce4a7443ccbceaee1b7e12fc5ecf6c1f5571f33f6461fc6e381c2c22a5071f1466967aaee53acba32fef6906f8376b68bbace4f3d67ff082 SHA512 56dc2e8935f0cc6b1ccb273ad816c31df68523284a6b5d43f35940d7a5373cf1184982a78b26e6111aead3a035d1a10f6a1eba95b613e776fd48528a1429f7cb

@ -4,7 +4,6 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9,10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="Password generator inspired by XKCD 936"

Binary file not shown.

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Definitions and Symbols from The Two Babylons"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=2BabDict"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="The Apostles' Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=AB"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Apostolic Bible Polyglot English Text"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ABP"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Apostolic Bible Polyglot Greek Text"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ABPGRK"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Essays on The Good Samaritan: Violence on the Road, Social World of Bandits"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ABS_Essay_GoodSam_SWB"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="A Conservative Version"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ACV"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="American King James Version"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=AKJV"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="American Standard Version (1901)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ASV"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Illustrated New Testament"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Abbott"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="G. Abbott-Smith's A Manual Greek Lexicon of the New Testament"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=AbbottSmith"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="G. Abbott-Smith's A Manual Greek Lexicon of the New Testament"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=AbbottSmithStrongs"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="1933/1953 Afrikaans Bybel"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Afr1953"
LICENSE="crosswire free-noncomm"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Albanian Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Alb"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Aleppo Codex"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Aleppo"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="American Tract Society Bible Dictionary"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=AmTract"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Henry Tompkins Anderson's 1864 New Testament"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Anderson"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Antoniades Patriarchal Edition (1904/1912)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Antoniades"
LICENSE="CC-BY-NC-SA-4.0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="New Arabic Version (Ketab El Hayat)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=AraNAV"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Smith and van Dyck's al-Kitab al-Muqaddas (Arabic Bible)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=AraSVD"
LICENSE="free-noncomm"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="Eastern Armenian Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ArmEastern"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="1853 Western Armenian NT"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ArmWestern"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Southern Azeri translation of the Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Azeri"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="Bible in Basic English (1949/1964)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BBE"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="BDB Glosses keyed to Strong's numbers"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BDBGlosses_Strongs"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Bible in Worldwide English"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BWE"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Baptist Confession of Faith of 1689"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BaptistConfession1689"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="Barnes' New Testament Notes"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Barnes"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="1571 Navarro-Labourdin Basque NT"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BasHautin"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="The Gospel of Mark in Beaver (Danezaa)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BeaMRK"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Belarusian Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Bela"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="The Gospel of Matthew in Blackfoot"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BlaMat"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Breton New Testament (Koad 21)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BretonNT"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Veren's Contemporary Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BulVeren"
LICENSE="free-noncomm"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Catholic Myanmar Bible (CBCM)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BurCBCM"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,6 +10,6 @@ inherit sword-module
DESCRIPTION="1835 Judson Burmese Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=BurJudson"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
RDEPEND="media-fonts/sil-padauk"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Burkitt's Expository Notes"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Burkitt"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="The New Testament in Original Greek: Byzantine Textform 2005"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Byz"
LICENSE="CC-BY-NC-SA-4.0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="Condensed Biblical Cyclopedia"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CBC"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Catholic Public Domain Version"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CPDV"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="1757 Church Slavonic Elizabeth Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CSlElizabeth"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Gospel of Luke in the Caló language"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Calo"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Catena Aurea (Thomas Aquinas)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Catena"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="A Table Alphabeticall by Robert Cawdrey (1604)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Cawdrey"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Chamorro: Y Santa Biblia (1908)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Chamorro"
LICENSE="freedist"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Cherokee New Testament (1860) with Sequoyah transliterated forms"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Che1860"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="New Chinese Version of the Bible, simplified script"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiNCVs"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="New Chinese Version of the Bible, traditional script"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiNCVt"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="The Studium Biblicum Version in traditional Chinese"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiSB"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Chinese Union Version of the Bible, traditional script"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiUn"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Chinese Union Version of the Bible, classical (literary) script"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiUnL"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Chinese Union Version of the Bible, simplified script"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ChiUns"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="Adam Clarke's Commentary on the Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Clarke"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="The Common Edition: New Testament"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Common"
LICENSE="free-noncomm"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Book of Concord (Triglot Concordia): The Symbolical Books of the Ev. Lutheran Church"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Concord"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="The Coptic New Testament"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CopNT"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Sahidic Bible 2"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CopSahBible2"
LICENSE="CC-BY-SA-4.0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Sahidic Coptic New Testament, ed. by G. W. Horner"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CopSahHorner"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="The Sahidica Manuscripts"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CopSahidicMSS"
LICENSE="free-noncomm"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Sahidica - A New Edition of the New Testament in Sahidic Coptic"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CopSahidica"
LICENSE="free-noncomm"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Croatian Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CroSaric"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Czech Bible, Překlad 21. století včetně deuterokanonických knih"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CzeB21"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Czech Bible Kralicka"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CzeBKR"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Czech Ekumenicky Cesky preklad"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CzeCEP"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Czech Český studijní překlad"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CzeCSP"
LICENSE="CC-BY-NC-ND-4.0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Day By Day By Grace - Bob Hoekstra"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DBD"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Douay-Rheims Bible, Challoner Revision"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DRC"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="Darby Translation Notes"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DTN"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Danish New Testament from 1819 with original orthography"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DaNT1819"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Danish OT1871 + NT1907 with original orthography"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DaOT1871NT1907"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Danish OT1931 + NT1907 with original orthography"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DaOT1931NT1907"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="Jonathan Bagster's Daily Light on the Daily Path"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Daily"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Darby Bible (1889)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Darby"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Dari Translation"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Dari"
LICENSE="crosswire"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="'The Dark Night of the Soul' by St. John of the Cross"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DarkNightOfTheSoul"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="The Emphatic Diaglott"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Diaglott"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Dodson Greek-English Lexicon"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Dodson"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,4 +9,4 @@ inherit sword-module
DESCRIPTION="Kanttekeningen Statenvertaling"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DutKant"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Kingcomments-NL, Commentaar op de hele Bijbel."
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DutKingComm"
LICENSE="free-noncomm"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Dutch Statenvertaling Bijbel, including footnotes"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DutSVV"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Dutch Statenvertaling Bijbel including deuterocanonical books"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=DutSVVA"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="The Reality of Prayer by E.M. Bounds"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=EMBReality"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ 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"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Easton's Bible Dictionary"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Easton"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Elzevir Textus Receptus (1624)"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Elzevir"
LICENSE="CC-BY-NC-SA-4.0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Esperanto Londona Biblio"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Esperanto"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="Estonian Bible"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Est"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="The Peschito Syriac New Testament: Translated into English by John Wesley Etheridge"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Etheridge"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,6 +10,6 @@ inherit sword-module
DESCRIPTION="Eusebian Numbers"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Eusebian_num"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
RDEPEND="!app-dicts/sword-Eusebian_vs"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,6 +10,6 @@ inherit sword-module
DESCRIPTION="Eusebian Numbers By Verse"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Eusebian_vs"
LICENSE="public-domain"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"
RDEPEND="!app-dicts/sword-Eusebian_num"

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -10,4 +10,4 @@ inherit sword-module
DESCRIPTION="FVDP Vietnamese-English Dictionary"
HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FVDPVietAnh"
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~ppc ~riscv ~x86"

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save