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 5A07F138359 for ; Thu, 30 Jul 2020 18:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B55E0E0AFB; Thu, 30 Jul 2020 18:40:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 56EF6E0AFB for ; Thu, 30 Jul 2020 18:40:40 +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 620EC34F34F for ; Thu, 30 Jul 2020 18:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31911311 for ; Thu, 30 Jul 2020 18:40:27 +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: <1596134229.b1b6f7c7fdc2c6e072bd524e66c662fd22470c7d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-FreLSN1872/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/sword-FreLSN1872/Manifest app-dicts/sword-FreLSN1872/metadata.xml app-dicts/sword-FreLSN1872/sword-FreLSN1872-1.0.ebuild X-VCS-Directories: app-dicts/sword-FreLSN1872/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b1b6f7c7fdc2c6e072bd524e66c662fd22470c7d X-VCS-Branch: master Date: Thu, 30 Jul 2020 18:40:27 +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: be7f513d-3e2c-4328-a153-30226bef9dcb X-Archives-Hash: c0b79849e4e7974d67135cf23b2516de commit: b1b6f7c7fdc2c6e072bd524e66c662fd22470c7d Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 30 16:42:56 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jul 30 18:37:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b6f7c7 app-dicts/sword-FreLSN1872: new package Signed-off-by: Marek Szuba gentoo.org> app-dicts/sword-FreLSN1872/Manifest | 1 + app-dicts/sword-FreLSN1872/metadata.xml | 8 ++++++++ app-dicts/sword-FreLSN1872/sword-FreLSN1872-1.0.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/sword-FreLSN1872/Manifest b/app-dicts/sword-FreLSN1872/Manifest new file mode 100644 index 00000000000..0ec2e3de071 --- /dev/null +++ b/app-dicts/sword-FreLSN1872/Manifest @@ -0,0 +1 @@ +DIST FreLSN1872-1.0.zip 1720200 BLAKE2B 157fa598a1ea895e1bda4b3b953ceafba884d1937d5c97c19636d4a7019d676a8671d040b1de5587a8d4d04dbead250fbcb62402e63dc0763a9fc3796fdb8bf4 SHA512 f8daf56f64a1a70a438fcf1d68324919c2c5fd7dde74ff583c33e4534c510029cb31e005260c734402569fc20ab389f9e5b9750209dc4302c90538794bfcc574 diff --git a/app-dicts/sword-FreLSN1872/metadata.xml b/app-dicts/sword-FreLSN1872/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/app-dicts/sword-FreLSN1872/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/app-dicts/sword-FreLSN1872/sword-FreLSN1872-1.0.ebuild b/app-dicts/sword-FreLSN1872/sword-FreLSN1872-1.0.ebuild new file mode 100644 index 00000000000..6f5eb5da3fc --- /dev/null +++ b/app-dicts/sword-FreLSN1872/sword-FreLSN1872-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.8.0" + +inherit sword-module + +DESCRIPTION="Bible de Lausanne (1872)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FreLSN1872" +LICENSE="crosswire" +KEYWORDS="~amd64 ~ppc ~x86"