diff options
author | 2020-07-30 18:49:55 +0200 | |
---|---|---|
committer | 2020-07-31 19:39:26 +0200 | |
commit | 0b01af5323b6b0f8b9f0638c7d7693877c49f085 (patch) | |
tree | 80ebd92acf431e48a7d78f87595bb951781c16ba | |
parent | app-dicts/sword-SahidicBible: new package (diff) | |
download | gentoo-0b01af5323b6b0f8b9f0638c7d7693877c49f085.tar.gz gentoo-0b01af5323b6b0f8b9f0638c7d7693877c49f085.tar.bz2 gentoo-0b01af5323b6b0f8b9f0638c7d7693877c49f085.zip |
app-dicts/sword-Sentiment: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | app-dicts/sword-Sentiment/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Sentiment/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-Sentiment/sword-Sentiment-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-Sentiment/Manifest b/app-dicts/sword-Sentiment/Manifest new file mode 100644 index 000000000000..b85346484ac6 --- /dev/null +++ b/app-dicts/sword-Sentiment/Manifest @@ -0,0 +1 @@ +DIST Sentiment-1.0.zip 409335 BLAKE2B 6f25250cbe97cc3bc7dccc193f494306695f07caa14a9eeaeaa2398ce1ac02fce5c1fbf139c590f5af43cd0b420d2c51abcbe40189807e4061a1a1b07eb9ac8b SHA512 066711b437075176077d18a990c7d61d643b5b33e35f588e5e34d0a7a1e7edc9e738c899ccd7102656fcb640f121bd86a5a9ee1ad1c0ac51d1f5f99b2fb34eb7 diff --git a/app-dicts/sword-Sentiment/metadata.xml b/app-dicts/sword-Sentiment/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Sentiment/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-Sentiment/sword-Sentiment-1.0.ebuild b/app-dicts/sword-Sentiment/sword-Sentiment-1.0.ebuild new file mode 100644 index 000000000000..221197dd0a3a --- /dev/null +++ b/app-dicts/sword-Sentiment/sword-Sentiment-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.2" + +inherit sword-module + +DESCRIPTION="Sentiment Analysis of the Bible" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Sentiment" +LICENSE="CC-BY-4.0" +KEYWORDS="~amd64 ~ppc ~x86" |