public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-ZhPinyin/
@ 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:     79a9b5b19f8a14d7f95ef82553d201de47df963c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 16:52:30 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 17:41:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a9b5b1

app-dicts/sword-ZhPinyin: new package

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

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

diff --git a/app-dicts/sword-ZhPinyin/Manifest b/app-dicts/sword-ZhPinyin/Manifest
new file mode 100644
index 00000000000..beae5880a97
--- /dev/null
+++ b/app-dicts/sword-ZhPinyin/Manifest
@@ -0,0 +1 @@
+DIST ZhPinyin-1.0.zip 644691 BLAKE2B d970905361fbc09217af237118c14854f5b36483314aca19c954710e01ab740479caeabfa414397ded1d0c23624d8d3b0065af11efd1863f9ccab4f4d75c5a37 SHA512 0c96c831d97dd8d7b707e4124b336bb8c6f01338e75fdf4c604371e2f120ceebbb37d3fc28458f86fea74b3accba88689dfb9da6ec8982d721758adfd06c4007

diff --git a/app-dicts/sword-ZhPinyin/metadata.xml b/app-dicts/sword-ZhPinyin/metadata.xml
new file mode 100644
index 00000000000..3e5026ee375
--- /dev/null
+++ b/app-dicts/sword-ZhPinyin/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-ZhPinyin/sword-ZhPinyin-1.0.ebuild b/app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild
new file mode 100644
index 00000000000..52a7d30e651
--- /dev/null
+++ b/app-dicts/sword-ZhPinyin/sword-ZhPinyin-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 (Pinyin)/English Dictionary"
+HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ZhPinyin"
+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-ZhPinyin/
@ 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:     de8bb6b2dd06e6a0bebdc1c67d94a6248f97f456
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 05:34:59 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=de8bb6b2

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

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

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

diff --git a/app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild b/app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild
index 83fe1fb21df0..9e1c7fb8227b 100644
--- a/app-dicts/sword-ZhPinyin/sword-ZhPinyin-1.0.ebuild
+++ b/app-dicts/sword-ZhPinyin/sword-ZhPinyin-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 (Pinyin)/English Dictionary"
 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=ZhPinyin"
 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:47 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-ZhPinyin/ 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