summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-07-27 15:25:46 +0200
committerMarek Szuba <marecki@gentoo.org>2020-07-27 15:42:06 +0200
commit93ce13f7102e0da0830f5d3d851c16a5b86862ff (patch)
treecb1f1c229a41118d70286cb410b1a9daab253ac4 /app-dicts/sword-HNV
parentdev-libs/console_bridge: fix for network sandbox (diff)
downloadgentoo-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-HNV')
-rw-r--r--app-dicts/sword-HNV/Manifest1
-rw-r--r--app-dicts/sword-HNV/metadata.xml8
-rw-r--r--app-dicts/sword-HNV/sword-HNV-1.8.ebuild12
3 files changed, 21 insertions, 0 deletions
diff --git a/app-dicts/sword-HNV/Manifest b/app-dicts/sword-HNV/Manifest
new file mode 100644
index 000000000000..30c66695c506
--- /dev/null
+++ b/app-dicts/sword-HNV/Manifest
@@ -0,0 +1 @@
+DIST HNV-1.8.zip 1515718 BLAKE2B c9765df4ba8b580df2aaada66a88dbaba42b462e616ef6a690a5c8b812d01e981a4b001566a40a6c5a12215356a676d94bcb2091f3b216d585d9e510acbbb0b4 SHA512 49bc4713c82de8bc51823a2f2b55bb331a14e6a673781e1534216209754d7b754b1c71b9b9e9e8984ca9c27a1c17a020bad5852c7de714916f729fcc6d693b73
diff --git a/app-dicts/sword-HNV/metadata.xml b/app-dicts/sword-HNV/metadata.xml
new file mode 100644
index 000000000000..3e5026ee3754
--- /dev/null
+++ b/app-dicts/sword-HNV/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-HNV/sword-HNV-1.8.ebuild b/app-dicts/sword-HNV/sword-HNV-1.8.ebuild
new file mode 100644
index 000000000000..98c56cdbd530
--- /dev/null
+++ b/app-dicts/sword-HNV/sword-HNV-1.8.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="HNV"
+
+inherit sword-module
+
+DESCRIPTION="Hebrew Names Version of the World English Bible"
+HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=HNV"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~ppc ~x86"