public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-ZhHanzi/
@ 2020-07-31 17:42 Marek Szuba
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Szuba @ 2020-07-31 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a1a9471518a396bb2e4d3c130e49feec649ae329
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 16:52:27 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 17:41:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a94715

app-dicts/sword-ZhHanzi: new package

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-dicts/sword-ZhHanzi/Manifest                 |  1 +
 app-dicts/sword-ZhHanzi/metadata.xml             |  8 ++++++++
 app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.ebuild | 13 +++++++++++++
 3 files changed, 22 insertions(+)

diff --git a/app-dicts/sword-ZhHanzi/Manifest b/app-dicts/sword-ZhHanzi/Manifest
new file mode 100644
index 00000000000..3279e209608
--- /dev/null
+++ b/app-dicts/sword-ZhHanzi/Manifest
@@ -0,0 +1 @@
+DIST ZhHanzi-1.0.zip 801576 BLAKE2B 773c13c5de6a9064611b1f476e55358bbd4921bb1f8be4ae67f916cbd5dd2e53a4215e1f7031120d6378ea14784dcd4d9b71d8bc723f3736166346333e697b33 SHA512 0cd514d514fafddc70c964210a33018bb219dd1dd97b320f043105b229992f924be171b462b8b56c43c09f8681d4d37ba34c9b3d9ac452a3b012ff8c8ca7b8c9

diff --git a/app-dicts/sword-ZhHanzi/metadata.xml b/app-dicts/sword-ZhHanzi/metadata.xml
new file mode 100644
index 00000000000..3e5026ee375
--- /dev/null
+++ b/app-dicts/sword-ZhHanzi/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-ZhHanzi/sword-ZhHanzi-1.0.ebuild b/app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.ebuild
new file mode 100644
index 00000000000..2e1fc9bcfa2
--- /dev/null
+++ b/app-dicts/sword-ZhHanzi/sword-ZhHanzi-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.1a"
+
+inherit sword-module
+
+DESCRIPTION="CEDICT Chinese (Hanzi)/English Dictionary"
+HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ZhHanzi"
+LICENSE="CEDICT"
+KEYWORDS="~amd64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-ZhHanzi/
@ 2022-05-19  6:47 WANG Xuerui
  0 siblings, 0 replies; 2+ messages in thread
From: WANG Xuerui @ 2022-05-19  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d9c849e7fdec90d3c7e1f5153603662e1f3c8927
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 05:34:58 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 19 06:46:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c849e7

app-dicts/sword-ZhHanzi: keyword 1.0 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.ebuild b/app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.ebuild
index 303b4b334dc6..de0c8b584004 100644
--- a/app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.ebuild
+++ b/app-dicts/sword-ZhHanzi/sword-ZhHanzi-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,4 +10,4 @@ inherit sword-module
 DESCRIPTION="CEDICT Chinese (Hanzi)/English Dictionary"
 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ZhHanzi"
 LICENSE="CEDICT"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~loong ~ppc ~riscv ~x86"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-19  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-19  6:47 [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-ZhHanzi/ WANG Xuerui
  -- strict thread matches above, loose matches on Subject: below --
2020-07-31 17:42 Marek Szuba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox