diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:44:03 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:33:50 +0200 |
commit | 9470cddc4adca7af033dad15af92522f729b9d72 (patch) | |
tree | 59643977e213505984b790a8b42d25c30ec9c384 /app-dicts/sword-GerTextbibel | |
parent | app-dicts/sword-GerTafel: new package (diff) | |
download | gentoo-9470cddc4adca7af033dad15af92522f729b9d72.tar.gz gentoo-9470cddc4adca7af033dad15af92522f729b9d72.tar.bz2 gentoo-9470cddc4adca7af033dad15af92522f729b9d72.zip |
app-dicts/sword-GerTextbibel: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-GerTextbibel')
-rw-r--r-- | app-dicts/sword-GerTextbibel/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-GerTextbibel/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-GerTextbibel/sword-GerTextbibel-1.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-GerTextbibel/Manifest b/app-dicts/sword-GerTextbibel/Manifest new file mode 100644 index 000000000000..5c21b0bb4601 --- /dev/null +++ b/app-dicts/sword-GerTextbibel/Manifest @@ -0,0 +1 @@ +DIST GerTextbibel-1.1.zip 1264086 BLAKE2B 1b8fb76c48c49ffe6d7ebd71f97f973cc08ca3d32691afd77720f72a0d14bb92db3da62d578542ba60130ecab1d6d6ea63f240372f71954f576cc5b21ead8d72 SHA512 a468edd02c43ea9f5643074c08ef31c1b4e605d17751f64488ea56441066da7a1879a9738e4a61cc62d6a839ed557b4c1b9645a1d3d2e16b317cc08e1a753e9a diff --git a/app-dicts/sword-GerTextbibel/metadata.xml b/app-dicts/sword-GerTextbibel/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-GerTextbibel/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-GerTextbibel/sword-GerTextbibel-1.1.ebuild b/app-dicts/sword-GerTextbibel/sword-GerTextbibel-1.1.ebuild new file mode 100644 index 000000000000..65b4318dbe87 --- /dev/null +++ b/app-dicts/sword-GerTextbibel/sword-GerTextbibel-1.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.5.9" + +inherit sword-module + +DESCRIPTION="German Textbibel AT (1906)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerTextbibel" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |