diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-30 18:44:13 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-31 19:34:00 +0200 |
commit | e4af9402bb082ad1b2873ef6aeff32201058e86b (patch) | |
tree | 45f226f33f1f694bab0840ca79bcd7c052738390 /app-dicts/sword-GreVamvas | |
parent | app-dicts/sword-GodsWord: new package (diff) | |
download | gentoo-e4af9402bb082ad1b2873ef6aeff32201058e86b.tar.gz gentoo-e4af9402bb082ad1b2873ef6aeff32201058e86b.tar.bz2 gentoo-e4af9402bb082ad1b2873ef6aeff32201058e86b.zip |
app-dicts/sword-GreVamvas: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-GreVamvas')
-rw-r--r-- | app-dicts/sword-GreVamvas/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-GreVamvas/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-GreVamvas/sword-GreVamvas-1.0.2.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-GreVamvas/Manifest b/app-dicts/sword-GreVamvas/Manifest new file mode 100644 index 000000000000..7658e3b05839 --- /dev/null +++ b/app-dicts/sword-GreVamvas/Manifest @@ -0,0 +1 @@ +DIST GreVamvas-1.0.2.zip 1874658 BLAKE2B e02894eb822cdf494e5e5d436581e255901e21ff3ee31820c0d0f990a4ed5e1cf781a3b31f5811700bcbbd0bd12018c725a81ef7a7595490d988c2a220a5e43c SHA512 a69875125a6f228d62239c67a84d2f4d027fd1ec5983d5520fa771cf14c24a29fca1564e9b3d76e42d2ca42493eb7fec3c55ec2e46d467933c5fa097207f8060 diff --git a/app-dicts/sword-GreVamvas/metadata.xml b/app-dicts/sword-GreVamvas/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-GreVamvas/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-GreVamvas/sword-GreVamvas-1.0.2.ebuild b/app-dicts/sword-GreVamvas/sword-GreVamvas-1.0.2.ebuild new file mode 100644 index 000000000000..aec0300a2823 --- /dev/null +++ b/app-dicts/sword-GreVamvas/sword-GreVamvas-1.0.2.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.1a" + +inherit sword-module + +DESCRIPTION="Neophytos Vamvas's translation of the Holy Bible into modern Greek (1850)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GreVamvas" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |