diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 15:24:16 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-30 15:42:11 +0200 |
commit | 9878ba508f0ad22b5e95064d364d2f42e9944020 (patch) | |
tree | 5743094a3582311950b73564339477e642c51720 /app-dicts | |
parent | app-dicts/sword-Esperanto: bump to 2.1 (diff) | |
download | gentoo-9878ba508f0ad22b5e95064d364d2f42e9944020.tar.gz gentoo-9878ba508f0ad22b5e95064d364d2f42e9944020.tar.bz2 gentoo-9878ba508f0ad22b5e95064d364d2f42e9944020.zip |
app-dicts/sword-RWP: bump to 2.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-RWP/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/sword-RWP/metadata.xml | 17 | ||||
-rw-r--r-- | app-dicts/sword-RWP/sword-RWP-2.0.ebuild (renamed from app-dicts/sword-RWP/sword-RWP-1.9.ebuild) | 5 |
3 files changed, 21 insertions, 3 deletions
diff --git a/app-dicts/sword-RWP/Manifest b/app-dicts/sword-RWP/Manifest index 5d425c9a4e89..fba9c4934eae 100644 --- a/app-dicts/sword-RWP/Manifest +++ b/app-dicts/sword-RWP/Manifest @@ -1 +1 @@ -DIST RWP-1.9.zip 2728649 BLAKE2B fb56c04304799784f55a71a11ee3dde448eaaa7c6294c13d4c3043ca156ba34326913f90b329801de70ebc715cccc01b74d064db0d6cc34d19f70f6ba9864bf3 SHA512 b3e8cbc5fb01e98776bac4c0ee7744eede1c7a1a9a41dfc72f53b55c3169b729f065e317107fb7e8ef4a2bc2b79c0fabeff1adb1b89150fd12f7d5ae22d7cc7b +DIST RWP-2.0.zip 3210969 BLAKE2B 7ff2b287da26cd98913bf7ccc47f590ad5dccfbc720926a08d964b5fb1d226fc1cf554fd58f235103de12652c866fa4167436762e737fbf8a9c778da146ad8c4 SHA512 d2bcdf48726cc44e3481c4634f417c8e47bf4384d3ed3f8e2f154c9b554bb261f4b21879d851d6b366af47dd8fe0a9f8faa5ed2ef610ba41cb2e9734dcfd1fb7 diff --git a/app-dicts/sword-RWP/metadata.xml b/app-dicts/sword-RWP/metadata.xml index 3e5026ee3754..8de30f537f96 100644 --- a/app-dicts/sword-RWP/metadata.xml +++ b/app-dicts/sword-RWP/metadata.xml @@ -5,4 +5,21 @@ <email>marecki@gentoo.org</email> <name>Marek Szuba</name> </maintainer> + <longdescription> + Robertson's Word Pictures in the New Testament + + A.T. Robertson, A.M., D.D., LL. D., Litt.D. + + Vol 1,2,3,4 Public Domain + + Volume 5 (c) 1932. + Renewal 1960 Broadman Press. All rights reserved. + Used by permission. + [Copyright expires Dec. 31, 2006.] + + Volume 6 (c) 1933. + Renewal 1960 Broadman Press. All rights reserved. + Used by permission. + [Copyright expires Dec. 31, 2007.] + </longdescription> </pkgmetadata> diff --git a/app-dicts/sword-RWP/sword-RWP-1.9.ebuild b/app-dicts/sword-RWP/sword-RWP-2.0.ebuild index 59a47c603919..1157af126562 100644 --- a/app-dicts/sword-RWP/sword-RWP-1.9.ebuild +++ b/app-dicts/sword-RWP/sword-RWP-2.0.ebuild @@ -2,11 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -SWORD_MODULE="RWP" + +SWORD_MINIMUM_VERSION="1.5.9" inherit sword-module DESCRIPTION="Robertson's Word Pictures" HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=RWP" -LICENSE="public-domain" +LICENSE="free-noncomm" KEYWORDS="~amd64 ~ppc ~x86" |