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-VulgClementine/
Date: Fri, 31 Jul 2020 17:42:40
Message-Id: 1596217278.174ee1e3a9ef8083041d63b1394843619221bc53.marecki@gentoo
1 commit: 174ee1e3a9ef8083041d63b1394843619221bc53
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 16:51:50 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 17:41:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174ee1e3
7
8 app-dicts/sword-VulgClementine: new package
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-dicts/sword-VulgClementine/Manifest | 1 +
13 app-dicts/sword-VulgClementine/metadata.xml | 8 ++++++++
14 .../sword-VulgClementine/sword-VulgClementine-2.0.1.ebuild | 13 +++++++++++++
15 3 files changed, 22 insertions(+)
16
17 diff --git a/app-dicts/sword-VulgClementine/Manifest b/app-dicts/sword-VulgClementine/Manifest
18 new file mode 100644
19 index 00000000000..49d4c6dc52b
20 --- /dev/null
21 +++ b/app-dicts/sword-VulgClementine/Manifest
22 @@ -0,0 +1 @@
23 +DIST VulgClementine-2.0.1.zip 2075201 BLAKE2B 6e3ea414bd1b6299d0152f6bd8aaa77878329a5eb4a5558b7f517058273a5de487b64107e30b966dbc81b31a4572ad568e88f1c9c130f951ee693a2946cee709 SHA512 e1cbe11884c361e2934c9f872a3b4116734259c2f4cfc5a8b90ff1c8d7c757d48eb8362c4cef0759c23e793e76a58c0e17edc724e24c2bb9fe486ba18916b918
24
25 diff --git a/app-dicts/sword-VulgClementine/metadata.xml b/app-dicts/sword-VulgClementine/metadata.xml
26 new file mode 100644
27 index 00000000000..3e5026ee375
28 --- /dev/null
29 +++ b/app-dicts/sword-VulgClementine/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-VulgClementine/sword-VulgClementine-2.0.1.ebuild b/app-dicts/sword-VulgClementine/sword-VulgClementine-2.0.1.ebuild
41 new file mode 100644
42 index 00000000000..06846def324
43 --- /dev/null
44 +++ b/app-dicts/sword-VulgClementine/sword-VulgClementine-2.0.1.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="Clementine Vulgate"
56 +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VulgClementine"
57 +LICENSE="public-domain"
58 +KEYWORDS="~amd64 ~ppc ~x86"