diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-09-11 02:36:28 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-09-11 02:43:58 +0200 |
commit | 15edac6964f017fbc7c646967eab3cf8411e6fcb (patch) | |
tree | 0988e3ac9c852497d0e2e2ae7a93b55f706f9b47 /app-dicts | |
parent | dev-util/bear: bump to 2.4.4 (diff) | |
download | gentoo-15edac6964f017fbc7c646967eab3cf8411e6fcb.tar.gz gentoo-15edac6964f017fbc7c646967eab3cf8411e6fcb.tar.bz2 gentoo-15edac6964f017fbc7c646967eab3cf8411e6fcb.zip |
app-dicts/sword-DutSVV: bump to 2.1
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-DutSVV/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-DutSVV/sword-DutSVV-2.1.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-dicts/sword-DutSVV/Manifest b/app-dicts/sword-DutSVV/Manifest index 8d79775e61d8..1e260844baec 100644 --- a/app-dicts/sword-DutSVV/Manifest +++ b/app-dicts/sword-DutSVV/Manifest @@ -1 +1,2 @@ DIST DutSVV-2.0.zip 1570783 BLAKE2B b807732826bd65cd06fd0a9b8041ac152643bc96d01a10c3ba1c5be7cf6dbde1d77a89bba6753b5598dea89093103a1da6309ed67cb9198b23f52614d96c7afa SHA512 e6de7fce59817d7243daa1b70996f934fb6651235a694937a0d685b0a5c30d53e48007a397a623e101f6802f9281209249cf8f3cb600be7dd87769076a0c2ddc +DIST DutSVV-2.1.zip 1605769 BLAKE2B 00e5502d69da2248f7befa8922fa24c810074cd4d822a777937b5031a3012d060f5cec136bc7a47ba576d242aff2012030658aab7dd28f3ef73f8f4b08fcf21f SHA512 4b1f30154bc4f7223abeaaf5e49ae61dbfe23beb03ea3e2187feb6085ecfb0f73b7ea2465bc3dffbe6add19f5fd2ef7389a671fedb85159097aca0ef081ccc29 diff --git a/app-dicts/sword-DutSVV/sword-DutSVV-2.1.ebuild b/app-dicts/sword-DutSVV/sword-DutSVV-2.1.ebuild new file mode 100644 index 000000000000..9ecd2153b3be --- /dev/null +++ b/app-dicts/sword-DutSVV/sword-DutSVV-2.1.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.0" + +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" |