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-ZhHanzi/
Date: Fri, 31 Jul 2020 17:42:44
Message-Id: 1596217314.a1a9471518a396bb2e4d3c130e49feec649ae329.marecki@gentoo
1 commit: a1a9471518a396bb2e4d3c130e49feec649ae329
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 16:52:27 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 17:41:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a94715
7
8 app-dicts/sword-ZhHanzi: new package
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-dicts/sword-ZhHanzi/Manifest | 1 +
13 app-dicts/sword-ZhHanzi/metadata.xml | 8 ++++++++
14 app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.ebuild | 13 +++++++++++++
15 3 files changed, 22 insertions(+)
16
17 diff --git a/app-dicts/sword-ZhHanzi/Manifest b/app-dicts/sword-ZhHanzi/Manifest
18 new file mode 100644
19 index 00000000000..3279e209608
20 --- /dev/null
21 +++ b/app-dicts/sword-ZhHanzi/Manifest
22 @@ -0,0 +1 @@
23 +DIST ZhHanzi-1.0.zip 801576 BLAKE2B 773c13c5de6a9064611b1f476e55358bbd4921bb1f8be4ae67f916cbd5dd2e53a4215e1f7031120d6378ea14784dcd4d9b71d8bc723f3736166346333e697b33 SHA512 0cd514d514fafddc70c964210a33018bb219dd1dd97b320f043105b229992f924be171b462b8b56c43c09f8681d4d37ba34c9b3d9ac452a3b012ff8c8ca7b8c9
24
25 diff --git a/app-dicts/sword-ZhHanzi/metadata.xml b/app-dicts/sword-ZhHanzi/metadata.xml
26 new file mode 100644
27 index 00000000000..3e5026ee375
28 --- /dev/null
29 +++ b/app-dicts/sword-ZhHanzi/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-ZhHanzi/sword-ZhHanzi-1.0.ebuild b/app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.ebuild
41 new file mode 100644
42 index 00000000000..2e1fc9bcfa2
43 --- /dev/null
44 +++ b/app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.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.5.1a"
52 +
53 +inherit sword-module
54 +
55 +DESCRIPTION="CEDICT Chinese (Hanzi)/English Dictionary"
56 +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ZhHanzi"
57 +LICENSE="CEDICT"
58 +KEYWORDS="~amd64 ~ppc ~x86"