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 DD4F6138359 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 B88EEE0AFE; Thu, 30 Jul 2020 18:40: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 8D2F8E0AFE for ; Thu, 30 Jul 2020 18:40:40 +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 7A1CC34F3A1 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 7C16B316 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: <1596134246.b093d3a242714a63b9da889f2d4b3c15dbf465c4.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-FrePilgrim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/sword-FrePilgrim/Manifest app-dicts/sword-FrePilgrim/metadata.xml app-dicts/sword-FrePilgrim/sword-FrePilgrim-1.0.ebuild X-VCS-Directories: app-dicts/sword-FrePilgrim/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b093d3a242714a63b9da889f2d4b3c15dbf465c4 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: 421ed273-f99c-471a-b26c-9f4ce54264d3 X-Archives-Hash: 2ecc3e85e0d45a51e0cd29bc7fa344d5 commit: b093d3a242714a63b9da889f2d4b3c15dbf465c4 Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 30 16:43:09 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jul 30 18:37:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b093d3a2 app-dicts/sword-FrePilgrim: new package Signed-off-by: Marek Szuba gentoo.org> app-dicts/sword-FrePilgrim/Manifest | 1 + app-dicts/sword-FrePilgrim/metadata.xml | 8 ++++++++ app-dicts/sword-FrePilgrim/sword-FrePilgrim-1.0.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/sword-FrePilgrim/Manifest b/app-dicts/sword-FrePilgrim/Manifest new file mode 100644 index 00000000000..b7c376df168 --- /dev/null +++ b/app-dicts/sword-FrePilgrim/Manifest @@ -0,0 +1 @@ +DIST FrePilgrim-1.0.zip 121199 BLAKE2B 071cabd7b3b3290d975d0c76b821f0bfb3881820ea64ff20f1ffb507608dbebef160b8e42e3ebebeb7d03248eb7c7a0db75b1d78dae5ee6ff91bbf1151668a2e SHA512 cc0ba68c8cf72ccbbe7c75aa06aa5a73ee8b4702a238ee8a58ded264ab0508a3720c904d78b46cf63c0e1c712382c7c956f0d3b7edfa13bd4ead576217746f6d diff --git a/app-dicts/sword-FrePilgrim/metadata.xml b/app-dicts/sword-FrePilgrim/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/app-dicts/sword-FrePilgrim/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/app-dicts/sword-FrePilgrim/sword-FrePilgrim-1.0.ebuild b/app-dicts/sword-FrePilgrim/sword-FrePilgrim-1.0.ebuild new file mode 100644 index 00000000000..ec222f35074 --- /dev/null +++ b/app-dicts/sword-FrePilgrim/sword-FrePilgrim-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.9" + +inherit sword-module + +DESCRIPTION="The Pilgrim's Progress in French" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FrePilgrim" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86"