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-hunkar | |
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-hunkar')
-rw-r--r-- | app-dicts/sword-hunkar/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-hunkar/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-hunkar/sword-hunkar-1.7.ebuild | 12 |
3 files changed, 0 insertions, 21 deletions
diff --git a/app-dicts/sword-hunkar/Manifest b/app-dicts/sword-hunkar/Manifest deleted file mode 100644 index 6ae4c75fd047..000000000000 --- a/app-dicts/sword-hunkar/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST HunKar-1.7.zip 1632910 BLAKE2B a868a63d84cccbdc4cb6ee2acd448a7331765005ad3e229310140fb37b0763b7fb08278c37bb47120443145cf31498bf44615059b50a34800d90fef439ba91cb SHA512 f4cc7adf551f650ac50153a6070770917945c20f97e8ce5f13acdd3ecbd3effc1c522a79792a6915101cc8c8ae4e91c62c68fbeb793a7787b89aff6b75e6203e diff --git a/app-dicts/sword-hunkar/metadata.xml b/app-dicts/sword-hunkar/metadata.xml deleted file mode 100644 index 3e5026ee3754..000000000000 --- a/app-dicts/sword-hunkar/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?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-hunkar/sword-hunkar-1.7.ebuild b/app-dicts/sword-hunkar/sword-hunkar-1.7.ebuild deleted file mode 100644 index d487c030de9c..000000000000 --- a/app-dicts/sword-hunkar/sword-hunkar-1.7.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -SWORD_MODULE="HunKar" - -inherit sword-module - -DESCRIPTION="Hungarian Karoli" -HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=HunKar" -LICENSE="public-domain" -KEYWORDS="~amd64 ~ppc ~x86" |