diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:49:38 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:39:10 +0200 |
commit | 448505c5bca6ed1ca50b6249097ee2f00f1f60e1 (patch) | |
tree | aeb1ec91a614ba7ac5ee487d535c091c49399e18 /app-dicts | |
parent | app-dicts/sword-SP: new package (diff) | |
download | gentoo-448505c5bca6ed1ca50b6249097ee2f00f1f60e1.tar.gz gentoo-448505c5bca6ed1ca50b6249097ee2f00f1f60e1.tar.bz2 gentoo-448505c5bca6ed1ca50b6249097ee2f00f1f60e1.zip |
app-dicts/sword-SPDSS: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-SPDSS/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-SPDSS/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-SPDSS/sword-SPDSS-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-SPDSS/Manifest b/app-dicts/sword-SPDSS/Manifest new file mode 100644 index 000000000000..03fcb7bf2db7 --- /dev/null +++ b/app-dicts/sword-SPDSS/Manifest @@ -0,0 +1 @@ +DIST SPDSS-1.0.zip 126280 BLAKE2B a661af321e75bfbcc789236c6e5f9204a35ca6b84c3d13ef462c416c761b0f183e4e9d0247caeb54a3517dfc3abf782d235595d143f810d38079258c0d63b7fc SHA512 5fd67e8f332582c71e1a341e96af9eb6b3d21ab8a75ae5eb1ba08f1947bfa2e60f0f1aec494b706d2397171f6dd5a774abb26fdd5467973b5513d509ca8ca79c diff --git a/app-dicts/sword-SPDSS/metadata.xml b/app-dicts/sword-SPDSS/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-SPDSS/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> +</pkgmetadata> diff --git a/app-dicts/sword-SPDSS/sword-SPDSS-1.0.ebuild b/app-dicts/sword-SPDSS/sword-SPDSS-1.0.ebuild new file mode 100644 index 000000000000..6698635c3fa8 --- /dev/null +++ b/app-dicts/sword-SPDSS/sword-SPDSS-1.0.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.3" + +inherit sword-module + +DESCRIPTION="Dead Sea Scrolls variants parallel to the Samaritan Pentateuch" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=SPDSS" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86" |