From 93ce13f7102e0da0830f5d3d851c16a5b86862ff Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 27 Jul 2020 15:25:46 +0200 Subject: app-dicts/sword-*: mass renaming Previously package names were all-lowercase variants of upstream module names, which required the latter to be explicitly added to ebuilds. Simply use upstream module names in package names, this will make it possible to simplify both ebuilds and sword-module.eclass. Signed-off-by: Marek Szuba --- app-dicts/sword-Weymouth/Manifest | 1 + app-dicts/sword-Weymouth/metadata.xml | 8 ++++++++ app-dicts/sword-Weymouth/sword-Weymouth-1.1.ebuild | 12 ++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 app-dicts/sword-Weymouth/Manifest create mode 100644 app-dicts/sword-Weymouth/metadata.xml create mode 100644 app-dicts/sword-Weymouth/sword-Weymouth-1.1.ebuild (limited to 'app-dicts/sword-Weymouth') diff --git a/app-dicts/sword-Weymouth/Manifest b/app-dicts/sword-Weymouth/Manifest new file mode 100644 index 000000000000..bcf93a3ed021 --- /dev/null +++ b/app-dicts/sword-Weymouth/Manifest @@ -0,0 +1 @@ +DIST Weymouth-1.1.zip 419204 BLAKE2B 7061d31a81c0e3c760592145366508290f26f14ba12a2ab4b3673603c0e321f77cbf5c051db2a20d4b5552fb47836eaa6c0ca1a35cdd293660b7c0d734d39e1f SHA512 893174d721386169c26734bce4fe4454323f8b0a64405483b79f0ca0488bbf7f93781a56e829c6211cdda75537e65ab0e449ea04d9ece5f413c13c9918463014 diff --git a/app-dicts/sword-Weymouth/metadata.xml b/app-dicts/sword-Weymouth/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-Weymouth/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/app-dicts/sword-Weymouth/sword-Weymouth-1.1.ebuild b/app-dicts/sword-Weymouth/sword-Weymouth-1.1.ebuild new file mode 100644 index 000000000000..2768681eb3e8 --- /dev/null +++ b/app-dicts/sword-Weymouth/sword-Weymouth-1.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +SWORD_MODULE="Weymouth" + +inherit sword-module + +DESCRIPTION="Weymouth NT (1912)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Weymouth" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" -- cgit v1.2.3-65-gdbad