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 14EF1138359 for ; Fri, 31 Jul 2020 17:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F7F5E0C0C; 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 2C746E0C04 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 C07E734F23F 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 A4DA3318 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: <1596217333.f047161a7e66f3d55de6604a77ac910af1fb165c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-la_en/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/sword-la_en/Manifest app-dicts/sword-la_en/metadata.xml app-dicts/sword-la_en/sword-la_en-1.1.ebuild X-VCS-Directories: app-dicts/sword-la_en/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f047161a7e66f3d55de6604a77ac910af1fb165c 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: af44cfd0-b821-448b-bba8-f38c316ee02d X-Archives-Hash: a0afe4138de81ef5fa6d648ae3dd51a4 commit: f047161a7e66f3d55de6604a77ac910af1fb165c Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 30 16:52:47 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 31 17:42:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f047161a app-dicts/sword-la_en: new package Signed-off-by: Marek Szuba gentoo.org> app-dicts/sword-la_en/Manifest | 1 + app-dicts/sword-la_en/metadata.xml | 8 ++++++++ app-dicts/sword-la_en/sword-la_en-1.1.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/sword-la_en/Manifest b/app-dicts/sword-la_en/Manifest new file mode 100644 index 00000000000..d25345900b9 --- /dev/null +++ b/app-dicts/sword-la_en/Manifest @@ -0,0 +1 @@ +DIST la_en-1.1.zip 104210 BLAKE2B f28418e4c1524466930cb4a56b3136e8f2fceb69e9d303b04cc01f7e9edd4a909bd1b190f3821ea1777cd905513edf23689a2d8bea136e52a5223a8dda195a9b SHA512 b4e3128b93d974a0ccd46dac277efcbe661675460a757cbe765a4fd239a24047f18e088cf3d3907d5162d3e2fa0317412863acb71d15aa9ed062a8560591d903 diff --git a/app-dicts/sword-la_en/metadata.xml b/app-dicts/sword-la_en/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/app-dicts/sword-la_en/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/app-dicts/sword-la_en/sword-la_en-1.1.ebuild b/app-dicts/sword-la_en/sword-la_en-1.1.ebuild new file mode 100644 index 00000000000..e9e7940993a --- /dev/null +++ b/app-dicts/sword-la_en/sword-la_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="Latin to English Glossary" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=la_en" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86"