diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-27 15:25:46 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-27 15:42:06 +0200 |
commit | 93ce13f7102e0da0830f5d3d851c16a5b86862ff (patch) | |
tree | cb1f1c229a41118d70286cb410b1a9daab253ac4 /app-dicts/sword-CBC | |
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-CBC')
-rw-r--r-- | app-dicts/sword-CBC/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-CBC/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-CBC/sword-CBC-1.1.ebuild | 12 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/sword-CBC/Manifest b/app-dicts/sword-CBC/Manifest new file mode 100644 index 000000000000..7beb537d354b --- /dev/null +++ b/app-dicts/sword-CBC/Manifest @@ -0,0 +1 @@ +DIST CBC-1.1.zip 133815 BLAKE2B 8c281751fdc2c4d82713c0e03c7c24127f81f378802b3c01ed4d715b6b180d4053cf1e8710c405012d2b4d2ac5044dd4fed1fd6834e99483b5748decd2fde512 SHA512 3990ca230a0d700e24b2639ab7fa4c97ccc6a382eb810f48c8c6334424384ae91bf97a299c00ba041db8daa82f5481c89cb425d34d84dd4fb298dc29e3f50b78 diff --git a/app-dicts/sword-CBC/metadata.xml b/app-dicts/sword-CBC/metadata.xml new file mode 100644 index 000000000000..3e5026ee3754 --- /dev/null +++ b/app-dicts/sword-CBC/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-CBC/sword-CBC-1.1.ebuild b/app-dicts/sword-CBC/sword-CBC-1.1.ebuild new file mode 100644 index 000000000000..d1ea1b3aec79 --- /dev/null +++ b/app-dicts/sword-CBC/sword-CBC-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="CBC" + +inherit sword-module + +DESCRIPTION="Condensed Biblical Cyclopedia" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=CBC" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |