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 64C04138359 for ; Fri, 31 Jul 2020 17:42:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 431FFE0C08; Fri, 31 Jul 2020 17:42:41 +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 29556E0C08 for ; Fri, 31 Jul 2020 17:42:41 +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 BE1C434F239 for ; Fri, 31 Jul 2020 17:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA05315 for ; Fri, 31 Jul 2020 17:42:34 +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: <1596217323.234c86658451116a0885ff1173a6c721b8ae1ecf.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-br_en/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/sword-br_en/Manifest app-dicts/sword-br_en/metadata.xml app-dicts/sword-br_en/sword-br_en-1.1.ebuild X-VCS-Directories: app-dicts/sword-br_en/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 234c86658451116a0885ff1173a6c721b8ae1ecf X-VCS-Branch: master Date: Fri, 31 Jul 2020 17:42:34 +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: e7cd5d1b-5a81-4dc3-9d5e-3ae5a6c1fc75 X-Archives-Hash: 1ceb1266e7ffdcc81dc193a2e7405abd commit: 234c86658451116a0885ff1173a6c721b8ae1ecf Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 30 16:52:37 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 31 17:42:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234c8665 app-dicts/sword-br_en: new package Signed-off-by: Marek Szuba gentoo.org> app-dicts/sword-br_en/Manifest | 1 + app-dicts/sword-br_en/metadata.xml | 8 ++++++++ app-dicts/sword-br_en/sword-br_en-1.1.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/sword-br_en/Manifest b/app-dicts/sword-br_en/Manifest new file mode 100644 index 00000000000..683d682379e --- /dev/null +++ b/app-dicts/sword-br_en/Manifest @@ -0,0 +1 @@ +DIST br_en-1.1.zip 7016 BLAKE2B 12264230697b98ed21ce8e0191a2380cc6c10db617e524405d0f64a6fbc6dbd79b05807c0c262ff57bc3c736dc67693c6d08ab66493cce99616cf045b60a383e SHA512 8c5bc58e0e4535192367302cc55a9b7208127bd52d0591f10e3493edfe51a237a69a2992e22f83d49fbbc0f2d04bf56a191d5d2481284dd95d916e5390396cc8 diff --git a/app-dicts/sword-br_en/metadata.xml b/app-dicts/sword-br_en/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/app-dicts/sword-br_en/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/app-dicts/sword-br_en/sword-br_en-1.1.ebuild b/app-dicts/sword-br_en/sword-br_en-1.1.ebuild new file mode 100644 index 00000000000..1d7845e171e --- /dev/null +++ b/app-dicts/sword-br_en/sword-br_en-1.1.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="Breton to English Glossary" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=br_en" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86"