diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:44:34 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:34:19 +0200 |
commit | 3a342c3d8bd6d7682865c36465e8b4a8043301e3 (patch) | |
tree | ff4dbc8b791b27e18e47985b19410b3de8503069 /app-dicts/sword-Imitation | |
parent | app-dicts/sword-HunUj: new package (diff) | |
download | gentoo-3a342c3d8bd6d7682865c36465e8b4a8043301e3.tar.gz gentoo-3a342c3d8bd6d7682865c36465e8b4a8043301e3.tar.bz2 gentoo-3a342c3d8bd6d7682865c36465e8b4a8043301e3.zip |
app-dicts/sword-Imitation: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Imitation')
-rw-r--r-- | app-dicts/sword-Imitation/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Imitation/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Imitation/sword-Imitation-1.7.1.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Imitation/Manifest b/app-dicts/sword-Imitation/Manifest new file mode 100644 index 000000000000..d57472a37ab3 --- /dev/null +++ b/app-dicts/sword-Imitation/Manifest @@ -0,0 +1 @@ +DIST Imitation-1.7.1.zip 126981 BLAKE2B 49a0cea9a24e17688d100fe89d19f435f9cc147646be7da6c734590b3f23d28dd316662e5bab87176be41f63ee64fab81cc1302cc456d082e218043d6e892a8c SHA512 0f2b5d0182076ee92b12454aac13bdb7009dc7fff5e582985c3e06774d0eef278fea5a03e3734cc382424b7b7ba6ecb0061509fab234bb656d6b65dbf955d792 diff --git a/app-dicts/sword-Imitation/metadata.xml b/app-dicts/sword-Imitation/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Imitation/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-Imitation/sword-Imitation-1.7.1.ebuild b/app-dicts/sword-Imitation/sword-Imitation-1.7.1.ebuild new file mode 100644 index 000000000000..6cd50daaa63c --- /dev/null +++ b/app-dicts/sword-Imitation/sword-Imitation-1.7.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="Imitation of Christ by Thomas a Kempis" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Imitation" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |