diff options
author | 2020-07-27 15:25:46 +0200 | |
---|---|---|
committer | 2020-07-27 15:42:06 +0200 | |
commit | 93ce13f7102e0da0830f5d3d851c16a5b86862ff (patch) | |
tree | cb1f1c229a41118d70286cb410b1a9daab253ac4 /app-dicts/sword-MHC | |
parent | dev-libs/console_bridge: fix for network sandbox (diff) | |
download | gentoo-93ce13f7102e0da0830f5d3d851c16a5b86862ff.tar.gz gentoo-93ce13f7102e0da0830f5d3d851c16a5b86862ff.tar.bz2 gentoo-93ce13f7102e0da0830f5d3d851c16a5b86862ff.zip |
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 <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-MHC')
-rw-r--r-- | app-dicts/sword-MHC/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-MHC/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-MHC/sword-MHC-1.6.ebuild | 12 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/sword-MHC/Manifest b/app-dicts/sword-MHC/Manifest new file mode 100644 index 000000000000..a6c2039f27c5 --- /dev/null +++ b/app-dicts/sword-MHC/Manifest @@ -0,0 +1 @@ +DIST MHC-1.6.zip 15828741 BLAKE2B 96560c963e870ee3de18263328a1df3a50697aedf858250f321414d18bed37efdebc2547ca7fd7702ae9c2427174ee132795a13af33cba1ddff778814680d9e0 SHA512 f14f59588f76a0d4b463190bdd3ff8b3e2e16b2252999c83a2e3f0d3442019c4e52730234a5a748b19fdd5e888cb509b0555b1f95ade0562199b081c6977646a diff --git a/app-dicts/sword-MHC/metadata.xml b/app-dicts/sword-MHC/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-MHC/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marecki@gentoo.org</email> + <name>Marek Szuba</name> + </maintainer> +</pkgmetadata> diff --git a/app-dicts/sword-MHC/sword-MHC-1.6.ebuild b/app-dicts/sword-MHC/sword-MHC-1.6.ebuild new file mode 100644 index 000000000000..80bb6acf38d3 --- /dev/null +++ b/app-dicts/sword-MHC/sword-MHC-1.6.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="MHC" + +inherit sword-module + +DESCRIPTION="Matthew Henry's Complete Commentary on the Whole Bible" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=MHC" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |