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-rotherham | |
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-rotherham')
-rw-r--r-- | app-dicts/sword-rotherham/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-rotherham/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-rotherham/sword-rotherham-1.6.ebuild | 12 |
3 files changed, 0 insertions, 21 deletions
diff --git a/app-dicts/sword-rotherham/Manifest b/app-dicts/sword-rotherham/Manifest deleted file mode 100644 index 0eb430371dc9..000000000000 --- a/app-dicts/sword-rotherham/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Rotherham-1.6.zip 1579317 BLAKE2B d1d1bb11fd28a55c39dd211c5f15387d9512ef33bf95eec226e634d1a2bc59aff6fa024993c1e93409d1dc8b3ef07cb233527a88da5a5aa699cfb1d4d019151d SHA512 6a5122884fade9bfa8ce4430a35da5cf0593cafd1d6ed380b9c6455ea6033345d06a99e770cf1d823b3f88dc294550b52063ebc660bad10f1c8211675ac424e6 diff --git a/app-dicts/sword-rotherham/metadata.xml b/app-dicts/sword-rotherham/metadata.xml deleted file mode 100644 index 3e5026ee3754..000000000000 --- a/app-dicts/sword-rotherham/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-rotherham/sword-rotherham-1.6.ebuild b/app-dicts/sword-rotherham/sword-rotherham-1.6.ebuild deleted file mode 100644 index c63402aa0efc..000000000000 --- a/app-dicts/sword-rotherham/sword-rotherham-1.6.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="Rotherham" - -inherit sword-module - -DESCRIPTION="The Emphasized Bible by J. B. Rotherham" -HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Rotherham" -LICENSE="public-domain" -KEYWORDS="~amd64 ~ppc ~x86" |