Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-RWP/
Date: Thu, 30 Jul 2020 13:43:11
Message-Id: 1596116531.9878ba508f0ad22b5e95064d364d2f42e9944020.marecki@gentoo
1 commit: 9878ba508f0ad22b5e95064d364d2f42e9944020
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 13:24:16 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 13:42:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9878ba50
7
8 app-dicts/sword-RWP: bump to 2.0
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-dicts/sword-RWP/Manifest | 2 +-
13 app-dicts/sword-RWP/metadata.xml | 17 +++++++++++++++++
14 .../{sword-RWP-1.9.ebuild => sword-RWP-2.0.ebuild} | 5 +++--
15 3 files changed, 21 insertions(+), 3 deletions(-)
16
17 diff --git a/app-dicts/sword-RWP/Manifest b/app-dicts/sword-RWP/Manifest
18 index 5d425c9a4e8..fba9c4934ea 100644
19 --- a/app-dicts/sword-RWP/Manifest
20 +++ b/app-dicts/sword-RWP/Manifest
21 @@ -1 +1 @@
22 -DIST RWP-1.9.zip 2728649 BLAKE2B fb56c04304799784f55a71a11ee3dde448eaaa7c6294c13d4c3043ca156ba34326913f90b329801de70ebc715cccc01b74d064db0d6cc34d19f70f6ba9864bf3 SHA512 b3e8cbc5fb01e98776bac4c0ee7744eede1c7a1a9a41dfc72f53b55c3169b729f065e317107fb7e8ef4a2bc2b79c0fabeff1adb1b89150fd12f7d5ae22d7cc7b
23 +DIST RWP-2.0.zip 3210969 BLAKE2B 7ff2b287da26cd98913bf7ccc47f590ad5dccfbc720926a08d964b5fb1d226fc1cf554fd58f235103de12652c866fa4167436762e737fbf8a9c778da146ad8c4 SHA512 d2bcdf48726cc44e3481c4634f417c8e47bf4384d3ed3f8e2f154c9b554bb261f4b21879d851d6b366af47dd8fe0a9f8faa5ed2ef610ba41cb2e9734dcfd1fb7
24
25 diff --git a/app-dicts/sword-RWP/metadata.xml b/app-dicts/sword-RWP/metadata.xml
26 index 3e5026ee375..8de30f537f9 100644
27 --- a/app-dicts/sword-RWP/metadata.xml
28 +++ b/app-dicts/sword-RWP/metadata.xml
29 @@ -5,4 +5,21 @@
30 <email>marecki@g.o</email>
31 <name>Marek Szuba</name>
32 </maintainer>
33 + <longdescription>
34 + Robertson's Word Pictures in the New Testament
35 +
36 + A.T. Robertson, A.M., D.D., LL. D., Litt.D.
37 +
38 + Vol 1,2,3,4 Public Domain
39 +
40 + Volume 5 (c) 1932.
41 + Renewal 1960 Broadman Press. All rights reserved.
42 + Used by permission.
43 + [Copyright expires Dec. 31, 2006.]
44 +
45 + Volume 6 (c) 1933.
46 + Renewal 1960 Broadman Press. All rights reserved.
47 + Used by permission.
48 + [Copyright expires Dec. 31, 2007.]
49 + </longdescription>
50 </pkgmetadata>
51
52 diff --git a/app-dicts/sword-RWP/sword-RWP-1.9.ebuild b/app-dicts/sword-RWP/sword-RWP-2.0.ebuild
53 similarity index 83%
54 rename from app-dicts/sword-RWP/sword-RWP-1.9.ebuild
55 rename to app-dicts/sword-RWP/sword-RWP-2.0.ebuild
56 index 59a47c60391..1157af12656 100644
57 --- a/app-dicts/sword-RWP/sword-RWP-1.9.ebuild
58 +++ b/app-dicts/sword-RWP/sword-RWP-2.0.ebuild
59 @@ -2,11 +2,12 @@
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI=7
63 -SWORD_MODULE="RWP"
64 +
65 +SWORD_MINIMUM_VERSION="1.5.9"
66
67 inherit sword-module
68
69 DESCRIPTION="Robertson's Word Pictures"
70 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=RWP"
71 -LICENSE="public-domain"
72 +LICENSE="free-noncomm"
73 KEYWORDS="~amd64 ~ppc ~x86"