From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95D54138359 for ; Fri, 31 Jul 2020 17:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B93CE0BFE; Fri, 31 Jul 2020 17:42:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6E18E0BFE for ; Fri, 31 Jul 2020 17:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5459C34F169 for ; Fri, 31 Jul 2020 17:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECE1D30D for ; Fri, 31 Jul 2020 17:42:33 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1596217304.19b356f56036a418fb4f255b149d419913540231.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-Westminster21/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/sword-Westminster21/Manifest app-dicts/sword-Westminster21/metadata.xml app-dicts/sword-Westminster21/sword-Westminster21-1.0.ebuild X-VCS-Directories: app-dicts/sword-Westminster21/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 19b356f56036a418fb4f255b149d419913540231 X-VCS-Branch: master Date: Fri, 31 Jul 2020 17:42:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a7f1576-ae14-4cc0-87e3-6e7a846df789 X-Archives-Hash: 7a2d4b250e726be832ab5be5ec3fb816 commit: 19b356f56036a418fb4f255b149d419913540231 Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 30 16:52:17 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 31 17:41:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b356f5 app-dicts/sword-Westminster21: new package Signed-off-by: Marek Szuba gentoo.org> app-dicts/sword-Westminster21/Manifest | 1 + app-dicts/sword-Westminster21/metadata.xml | 8 ++++++++ .../sword-Westminster21/sword-Westminster21-1.0.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/sword-Westminster21/Manifest b/app-dicts/sword-Westminster21/Manifest new file mode 100644 index 00000000000..730d2a59e12 --- /dev/null +++ b/app-dicts/sword-Westminster21/Manifest @@ -0,0 +1 @@ +DIST Westminster21-1.0.zip 214728 BLAKE2B 465ef32e151c6f0cd9a040175c6358c343ec117dbcc0d50ca4e47bfe3685c64cb19a108f58dcee9b5366ddd8b89d117540701ce638deec046104a01720e8bccd SHA512 63ca88120c26130a0275c724cba205d5e0905d3568df42dcc4026c632f724b950394ce93a6cc7c2288ef8a9a015ebf9e6b9102c545f9bce59884aad34635250a diff --git a/app-dicts/sword-Westminster21/metadata.xml b/app-dicts/sword-Westminster21/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/app-dicts/sword-Westminster21/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/app-dicts/sword-Westminster21/sword-Westminster21-1.0.ebuild b/app-dicts/sword-Westminster21/sword-Westminster21-1.0.ebuild new file mode 100644 index 00000000000..a6d7d35096d --- /dev/null +++ b/app-dicts/sword-Westminster21/sword-Westminster21-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="The Westminster Standards translated into twenty-first century American English" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Westminster21" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86"