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-AraSVD/Manifest | 1 + app-dicts/sword-AraSVD/metadata.xml | 8 ++++++++ app-dicts/sword-AraSVD/sword-AraSVD-1.1.ebuild | 12 ++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 app-dicts/sword-AraSVD/Manifest create mode 100644 app-dicts/sword-AraSVD/metadata.xml create mode 100644 app-dicts/sword-AraSVD/sword-AraSVD-1.1.ebuild (limited to 'app-dicts/sword-AraSVD') diff --git a/app-dicts/sword-AraSVD/Manifest b/app-dicts/sword-AraSVD/Manifest new file mode 100644 index 000000000000..b2e7e12a28f9 --- /dev/null +++ b/app-dicts/sword-AraSVD/Manifest @@ -0,0 +1 @@ +DIST AraSVD-1.1.zip 1306354 BLAKE2B 571e38b2003243be7c72d9acee84bc550f87e21fa2c8e131596557774f2d2fe842ec695d778cf771507d83749f0a6cab7f0f8e9515429749076b8ef07816ef66 SHA512 928371a99b7d543a512b3adb3af70788ccdfddb174fd0a3267a0e724623658c3c04b15ef9e91389c5b9d21e0f34b1f1584234390a7bc74c90ee14625b711d250 diff --git a/app-dicts/sword-AraSVD/metadata.xml b/app-dicts/sword-AraSVD/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-AraSVD/metadata.xml @@ -0,0 +1,8 @@ + + + + + marecki@gentoo.org + Marek Szuba + + diff --git a/app-dicts/sword-AraSVD/sword-AraSVD-1.1.ebuild b/app-dicts/sword-AraSVD/sword-AraSVD-1.1.ebuild new file mode 100644 index 000000000000..41c04df08c72 --- /dev/null +++ b/app-dicts/sword-AraSVD/sword-AraSVD-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="AraSVD" + +inherit sword-module + +DESCRIPTION="Smith and van Dyck's al-Kitab al-Muqaddas (Arabic Bible)" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=AraSVD" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" -- cgit v1.2.3-65-gdbad