Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-VulgSistine/
Date: Fri, 31 Jul 2020 17:42:41
Message-Id: 1596217291.c80d9f09a2e4f407a974658939ddc0a7a2b8b855.marecki@gentoo
1 commit: c80d9f09a2e4f407a974658939ddc0a7a2b8b855
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 16:52:03 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 17:41:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80d9f09
7
8 app-dicts/sword-VulgSistine: new package
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-dicts/sword-VulgSistine/Manifest | 1 +
13 app-dicts/sword-VulgSistine/metadata.xml | 8 ++++++++
14 app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild | 13 +++++++++++++
15 3 files changed, 22 insertions(+)
16
17 diff --git a/app-dicts/sword-VulgSistine/Manifest b/app-dicts/sword-VulgSistine/Manifest
18 new file mode 100644
19 index 00000000000..e32e68beab7
20 --- /dev/null
21 +++ b/app-dicts/sword-VulgSistine/Manifest
22 @@ -0,0 +1 @@
23 +DIST VulgSistine-1.0.2.zip 1632044 BLAKE2B f11f8b11280bc872de85cdb227b9f349332719f263272f0d7b4ba724f854e292031b3d197297cafd6a82516b2d54601469e2a273eb26630c81950e9c73e847ce SHA512 b53f5a452716f39ac93de0ab0356b4177160608c37e8d5fcc4452f8212f57d76875ee69ab1447ae66c9188c4eb8cf9889147f0b76a686a703cbef12634da30e9
24
25 diff --git a/app-dicts/sword-VulgSistine/metadata.xml b/app-dicts/sword-VulgSistine/metadata.xml
26 new file mode 100644
27 index 00000000000..3e5026ee375
28 --- /dev/null
29 +++ b/app-dicts/sword-VulgSistine/metadata.xml
30 @@ -0,0 +1,8 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <email>marecki@g.o</email>
36 + <name>Marek Szuba</name>
37 + </maintainer>
38 +</pkgmetadata>
39
40 diff --git a/app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild b/app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild
41 new file mode 100644
42 index 00000000000..088b4e62212
43 --- /dev/null
44 +++ b/app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild
45 @@ -0,0 +1,13 @@
46 +# Copyright 1999-2020 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=7
50 +
51 +SWORD_MINIMUM_VERSION="1.6.1"
52 +
53 +inherit sword-module
54 +
55 +DESCRIPTION="Vulgata Sistina"
56 +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VulgSistine"
57 +LICENSE="public-domain"
58 +KEYWORDS="~amd64 ~ppc ~x86"