diff options
author | 2020-07-30 18:44:54 +0200 | |
---|---|---|
committer | 2020-07-31 19:34:39 +0200 | |
commit | 4edf9f2bbc424ba34da5dc02ab2a1c869923d50a (patch) | |
tree | de4e54e7c72350935f266dd2a148a352ac46457e | |
parent | app-dicts/sword-JEAffections: new package (diff) | |
download | gentoo-4edf9f2bbc424ba34da5dc02ab2a1c869923d50a.tar.gz gentoo-4edf9f2bbc424ba34da5dc02ab2a1c869923d50a.tar.bz2 gentoo-4edf9f2bbc424ba34da5dc02ab2a1c869923d50a.zip |
app-dicts/sword-JESermons: new package
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | app-dicts/sword-JESermons/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-JESermons/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-JESermons/sword-JESermons-1.0.ebuild | 13 |
3 files changed, 22 insertions, 0 deletions
diff --git a/app-dicts/sword-JESermons/Manifest b/app-dicts/sword-JESermons/Manifest new file mode 100644 index 000000000000..0cb0d36f2974 --- /dev/null +++ b/app-dicts/sword-JESermons/Manifest @@ -0,0 +1 @@ +DIST JESermons-1.0.zip 373636 BLAKE2B 016c4a8233145ae820de8fbc0634fdd33c01717828b64ba7f4093791c7dcd8aa02cb14850bb2f6f6ded415acd0df1d202a5fe367999f7420cd70ca679529f576 SHA512 07ab1be31b5661c15be92d7c31e3a20543d29d062ebb6ee1ddf8e11e299f509df20d11f312e95db792d48a7015a3d4f0e0aa92f11f52f535ff3f4f3c97ab7c46 diff --git a/app-dicts/sword-JESermons/metadata.xml b/app-dicts/sword-JESermons/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-JESermons/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-JESermons/sword-JESermons-1.0.ebuild b/app-dicts/sword-JESermons/sword-JESermons-1.0.ebuild new file mode 100644 index 000000000000..d5e142b43214 --- /dev/null +++ b/app-dicts/sword-JESermons/sword-JESermons-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.5.9" + +inherit sword-module + +DESCRIPTION="Select Sermons of Jonathan Edwards" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=JESermons" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |