diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-29 13:55:45 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-29 15:55:46 +0200 |
commit | e3ccf243ce8431917ec696aea4848de336f891a6 (patch) | |
tree | 73d56d0468b7ce881870cb4c06be4335067802c2 | |
parent | dev-ros/mavlink-gbp-release: Honour ROS_PYTHON_VERSION from eclass (diff) | |
download | gentoo-e3ccf243ce8431917ec696aea4848de336f891a6.tar.gz gentoo-e3ccf243ce8431917ec696aea4848de336f891a6.tar.bz2 gentoo-e3ccf243ce8431917ec696aea4848de336f891a6.zip |
app-dicts/sword-Cro: rename to sword-CroSaric and bump to 2.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | app-dicts/sword-Cro/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-CroSaric/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-CroSaric/metadata.xml (renamed from app-dicts/sword-Cro/metadata.xml) | 3 | ||||
-rw-r--r-- | app-dicts/sword-CroSaric/sword-CroSaric-2.0.ebuild (renamed from app-dicts/sword-Cro/sword-Cro-1.0.ebuild) | 5 |
4 files changed, 7 insertions, 3 deletions
diff --git a/app-dicts/sword-Cro/Manifest b/app-dicts/sword-Cro/Manifest deleted file mode 100644 index c2a4772723d6..000000000000 --- a/app-dicts/sword-Cro/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Cro-1.0.zip 1466438 BLAKE2B 09b11d4369474f55bad69ef40fee11b902995f8d08af21cf1ec03c79045e5070ecc9f2e03d9fd68573490d64b191c70b3aece05f16f449c1d88c2185903b0b07 SHA512 7814ad640be617451aeaaac04441d3231fab27b6298e86e4fbd1e99f70a4be95419ab89dd5fde283969ea2c91192e2051eedb5d5191fc35425df0cd072e0a5da diff --git a/app-dicts/sword-CroSaric/Manifest b/app-dicts/sword-CroSaric/Manifest new file mode 100644 index 000000000000..dfeee5aa729e --- /dev/null +++ b/app-dicts/sword-CroSaric/Manifest @@ -0,0 +1 @@ +DIST CroSaric-2.0.zip 1694794 BLAKE2B 996d390c5a86b91ddae231104d9ceccce64ba7344b438c6a454da2ab430d9edf878db358a8be64299cfaeaed3127bfef093965d687e94e22930bcc9ce1ddbca1 SHA512 571cef27b4c7e908f02573eb13ed072d068326942429c8ee3df458a4c8cadcc2c57f2891624fcab36ab16842d2d1bc6faa22181db50bd2caeafcb1f669ed3442 diff --git a/app-dicts/sword-Cro/metadata.xml b/app-dicts/sword-CroSaric/metadata.xml index 3e5026ee3754..78c2e04ff8aa 100644 --- a/app-dicts/sword-Cro/metadata.xml +++ b/app-dicts/sword-CroSaric/metadata.xml @@ -5,4 +5,7 @@ <email>marecki@gentoo.org</email> <name>Marek Szuba</name> </maintainer> + <longdescription lang="hr"> + Hrvatska Biblija Ivana Šarića (Šarićeva Biblija) + </longdescription> </pkgmetadata> diff --git a/app-dicts/sword-Cro/sword-Cro-1.0.ebuild b/app-dicts/sword-CroSaric/sword-CroSaric-2.0.ebuild index a45d0c9d99a3..dc0cb040dca4 100644 --- a/app-dicts/sword-Cro/sword-Cro-1.0.ebuild +++ b/app-dicts/sword-CroSaric/sword-CroSaric-2.0.ebuild @@ -2,11 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -SWORD_MODULE="Cro" + +SWORD_MINIMUM_VERSION="1.6.2" inherit sword-module DESCRIPTION="Croatian Bible" -HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Cro" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CroSaric" LICENSE="public-domain" KEYWORDS="~amd64 ~ppc ~x86" |