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-easton | |
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-easton')
-rw-r--r-- | app-dicts/sword-easton/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-easton/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-easton/sword-easton-1.2.ebuild | 12 |
3 files changed, 0 insertions, 21 deletions
diff --git a/app-dicts/sword-easton/Manifest b/app-dicts/sword-easton/Manifest deleted file mode 100644 index 876d5cd1e79e..000000000000 --- a/app-dicts/sword-easton/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Easton-1.2.zip 1062020 BLAKE2B 20df61304d2da4a4aff3abbf7eac730f0c3c77aef59bee0f265d79120607daf0b36915821eb250041eef7c360ce0fc0971d83f3adc7f779aa7ed4fb77cc09975 SHA512 d0a9df9aac4b61f79511307943c847ddcf7eb5ebb718ec516579e68e647ad9f70973f8c32a3e27edbce228082b8663420f381cbe1fa8de724a4dddf56f0a69df diff --git a/app-dicts/sword-easton/metadata.xml b/app-dicts/sword-easton/metadata.xml deleted file mode 100644 index 3e5026ee3754..000000000000 --- a/app-dicts/sword-easton/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-easton/sword-easton-1.2.ebuild b/app-dicts/sword-easton/sword-easton-1.2.ebuild deleted file mode 100644 index 1edc1ca716cb..000000000000 --- a/app-dicts/sword-easton/sword-easton-1.2.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="Easton" - -inherit sword-module - -DESCRIPTION="Easton's Bible Dictionary" -HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Easton" -LICENSE="public-domain" -KEYWORDS="~amd64 ~ppc ~x86" |