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 63426138359 for ; Fri, 31 Jul 2020 17:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 405D9E0BF8; Fri, 31 Jul 2020 17:42:39 +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 269F2E0BF8 for ; Fri, 31 Jul 2020 17:42:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 02E7934F048 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 A1CBC308 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: <1596217291.c80d9f09a2e4f407a974658939ddc0a7a2b8b855.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-VulgSistine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/sword-VulgSistine/Manifest app-dicts/sword-VulgSistine/metadata.xml app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild X-VCS-Directories: app-dicts/sword-VulgSistine/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c80d9f09a2e4f407a974658939ddc0a7a2b8b855 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: d2d25201-981e-452b-98c1-6a6f885e89aa X-Archives-Hash: 069dcb488183d07fb13a6cc1a657776e commit: c80d9f09a2e4f407a974658939ddc0a7a2b8b855 Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 30 16:52:03 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 31 17:41:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80d9f09 app-dicts/sword-VulgSistine: new package Signed-off-by: Marek Szuba gentoo.org> app-dicts/sword-VulgSistine/Manifest | 1 + app-dicts/sword-VulgSistine/metadata.xml | 8 ++++++++ app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/sword-VulgSistine/Manifest b/app-dicts/sword-VulgSistine/Manifest new file mode 100644 index 00000000000..e32e68beab7 --- /dev/null +++ b/app-dicts/sword-VulgSistine/Manifest @@ -0,0 +1 @@ +DIST VulgSistine-1.0.2.zip 1632044 BLAKE2B f11f8b11280bc872de85cdb227b9f349332719f263272f0d7b4ba724f854e292031b3d197297cafd6a82516b2d54601469e2a273eb26630c81950e9c73e847ce SHA512 b53f5a452716f39ac93de0ab0356b4177160608c37e8d5fcc4452f8212f57d76875ee69ab1447ae66c9188c4eb8cf9889147f0b76a686a703cbef12634da30e9 diff --git a/app-dicts/sword-VulgSistine/metadata.xml b/app-dicts/sword-VulgSistine/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/app-dicts/sword-VulgSistine/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild b/app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.ebuild new file mode 100644 index 00000000000..088b4e62212 --- /dev/null +++ b/app-dicts/sword-VulgSistine/sword-VulgSistine-1.0.2.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.6.1" + +inherit sword-module + +DESCRIPTION="Vulgata Sistina" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VulgSistine" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86"