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

commit:     82812a7fbf4ad4c7a15b4d9df96a018a2444ae6b
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 14:11:50 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 14:25:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82812a7f

app-dicts/sword-GerZurcher: initial import

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

 app-dicts/sword-GerZurcher/Manifest                    |  1 +
 app-dicts/sword-GerZurcher/metadata.xml                | 12 ++++++++++++
 app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild | 13 +++++++++++++
 3 files changed, 26 insertions(+)

diff --git a/app-dicts/sword-GerZurcher/Manifest b/app-dicts/sword-GerZurcher/Manifest
new file mode 100644
index 00000000000..b34069d6fa2
--- /dev/null
+++ b/app-dicts/sword-GerZurcher/Manifest
@@ -0,0 +1 @@
+DIST GerZurcher-1.0.zip 1789635 BLAKE2B 3173b49936d1d08306fcad1f3792870b23ccaafd521094cf15fb3c942e18abd0dc2b6f32a59926b39efe63ca576c27cd5006d84062503dd7ea06ac45c9124ee0 SHA512 703a807b04f13c42c7ec93887bb582a69ff26273b113670655357e57883b4714d4ff985852a256bb522da805ff706bafcfdd0df40310f65e75719e57e9870791

diff --git a/app-dicts/sword-GerZurcher/metadata.xml b/app-dicts/sword-GerZurcher/metadata.xml
new file mode 100644
index 00000000000..2a40a401a6f
--- /dev/null
+++ b/app-dicts/sword-GerZurcher/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+	<longdescription lang="de">
+		Die Zürcher Bibel 1931 als selbstkompiliertes SWORD-Modul. Anmerkungen und Parallelstellen hängen leider direkt am Versende an, anstatt in Fußnoten formatiert zu sein.
+	</longdescription>
+	<stabilize-allarches/>
+</pkgmetadata>

diff --git a/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild b/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild
new file mode 100644
index 00000000000..bbb70c70bad
--- /dev/null
+++ b/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SWORD_MINIMUM_VERSION="1.6.0"
+
+inherit sword-module
+
+DESCRIPTION="Deutsche Zürcher Bibel von 1931."
+HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerZurcher"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~ppc ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-GerZurcher/
@ 2021-12-26  0:20 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-12-26  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     eeb66de4a87e1ad9034caf5263375946fa166cea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 00:17:22 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 00:19:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb66de4

app-dicts/sword-GerZurcher: drop trailing full stop from DESCRIPTION

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild b/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild
index 33626b6daa63..f7b9722b1c53 100644
--- a/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild
+++ b/app-dicts/sword-GerZurcher/sword-GerZurcher-1.0.ebuild
@@ -7,7 +7,7 @@ SWORD_MINIMUM_VERSION="1.6.0"
 
 inherit sword-module
 
-DESCRIPTION="Deutsche Zürcher Bibel von 1931."
+DESCRIPTION="Deutsche Zürcher Bibel von 1931"
 HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=GerZurcher"
 LICENSE="public-domain"
 KEYWORDS="~amd64 ~ppc ~riscv ~x86"


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

end of thread, other threads:[~2021-12-26  0:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-26  0:20 [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-GerZurcher/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-04-25 14:25 Marek Szuba

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