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-chamorro | |
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-chamorro')
-rw-r--r-- | app-dicts/sword-chamorro/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-chamorro/metadata.xml | 8 | ||||
-rw-r--r-- | app-dicts/sword-chamorro/sword-chamorro-2.7.ebuild | 12 |
3 files changed, 0 insertions, 21 deletions
diff --git a/app-dicts/sword-chamorro/Manifest b/app-dicts/sword-chamorro/Manifest deleted file mode 100644 index a36417cf5484..000000000000 --- a/app-dicts/sword-chamorro/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Chamorro-2.7.zip 287951 BLAKE2B e493f8f1de66b78b5be96855256e36a10e9c51d75cd01412622ed18e2cec15306676c38051571abe7c3f129f233e01b0f4876ba742641addcbe58673e0593b55 SHA512 98aa82f8986b3010b4543dd86ed95902b4ab4a83397f3f1dc8fce5fdf069ef0a20259a3b52b35c08028293aa2a81b8087ce1f3ec38e3f8f08d1ca74d06bd48c6 diff --git a/app-dicts/sword-chamorro/metadata.xml b/app-dicts/sword-chamorro/metadata.xml deleted file mode 100644 index 3e5026ee3754..000000000000 --- a/app-dicts/sword-chamorro/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-chamorro/sword-chamorro-2.7.ebuild b/app-dicts/sword-chamorro/sword-chamorro-2.7.ebuild deleted file mode 100644 index a3d316f05ac0..000000000000 --- a/app-dicts/sword-chamorro/sword-chamorro-2.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="Chamorro" - -inherit sword-module - -DESCRIPTION="Chamorro: Y Santa Biblia" -HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Chamorro" -LICENSE="freedist" -KEYWORDS="~amd64 ~ppc ~x86" |