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 E79F3138359 for ; Fri, 31 Jul 2020 17:42:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA01E0BF6; 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 2246CE0BF6 for ; Fri, 31 Jul 2020 17:42:39 +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 D70B834EDF9 for ; Fri, 31 Jul 2020 17:42:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56FD9300 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: <1596217278.174ee1e3a9ef8083041d63b1394843619221bc53.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-VulgClementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/sword-VulgClementine/Manifest app-dicts/sword-VulgClementine/metadata.xml app-dicts/sword-VulgClementine/sword-VulgClementine-2.0.1.ebuild X-VCS-Directories: app-dicts/sword-VulgClementine/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 174ee1e3a9ef8083041d63b1394843619221bc53 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: 0e194fb0-a50d-4c37-ab0d-565763efc025 X-Archives-Hash: 3e77438f3f1b291ab529e3f754928ed8 commit: 174ee1e3a9ef8083041d63b1394843619221bc53 Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 30 16:51:50 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 31 17:41:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174ee1e3 app-dicts/sword-VulgClementine: new package Signed-off-by: Marek Szuba gentoo.org> app-dicts/sword-VulgClementine/Manifest | 1 + app-dicts/sword-VulgClementine/metadata.xml | 8 ++++++++ .../sword-VulgClementine/sword-VulgClementine-2.0.1.ebuild | 13 +++++++++++++ 3 files changed, 22 insertions(+) diff --git a/app-dicts/sword-VulgClementine/Manifest b/app-dicts/sword-VulgClementine/Manifest new file mode 100644 index 00000000000..49d4c6dc52b --- /dev/null +++ b/app-dicts/sword-VulgClementine/Manifest @@ -0,0 +1 @@ +DIST VulgClementine-2.0.1.zip 2075201 BLAKE2B 6e3ea414bd1b6299d0152f6bd8aaa77878329a5eb4a5558b7f517058273a5de487b64107e30b966dbc81b31a4572ad568e88f1c9c130f951ee693a2946cee709 SHA512 e1cbe11884c361e2934c9f872a3b4116734259c2f4cfc5a8b90ff1c8d7c757d48eb8362c4cef0759c23e793e76a58c0e17edc724e24c2bb9fe486ba18916b918 diff --git a/app-dicts/sword-VulgClementine/metadata.xml b/app-dicts/sword-VulgClementine/metadata.xml new file mode 100644 index 00000000000..3e5026ee375 --- /dev/null +++ b/app-dicts/sword-VulgClementine/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/app-dicts/sword-VulgClementine/sword-VulgClementine-2.0.1.ebuild b/app-dicts/sword-VulgClementine/sword-VulgClementine-2.0.1.ebuild new file mode 100644 index 00000000000..06846def324 --- /dev/null +++ b/app-dicts/sword-VulgClementine/sword-VulgClementine-2.0.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.6.1" + +inherit sword-module + +DESCRIPTION="Clementine Vulgate" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=VulgClementine" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86"