diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-29 14:16:48 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-29 15:55:56 +0200 |
commit | 630b0081f66f09e0f791428e0e8cfde292b4b78d (patch) | |
tree | c56e6337e2a60ba14f07a50af63dd96e81207bb8 /app-dicts/sword-Webster1913 | |
parent | dev-libs/opencl-clang: remove LLVM-8 ebuilds (diff) | |
download | gentoo-630b0081f66f09e0f791428e0e8cfde292b4b78d.tar.gz gentoo-630b0081f66f09e0f791428e0e8cfde292b4b78d.tar.bz2 gentoo-630b0081f66f09e0f791428e0e8cfde292b4b78d.zip |
app-dicts/sword-WebstersDict: rename to sword-Webster1913 and bump to 2.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-Webster1913')
-rw-r--r-- | app-dicts/sword-Webster1913/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/sword-Webster1913/metadata.xml | 14 | ||||
-rw-r--r-- | app-dicts/sword-Webster1913/sword-Webster1913-2.0.ebuild | 13 |
3 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/sword-Webster1913/Manifest b/app-dicts/sword-Webster1913/Manifest new file mode 100644 index 000000000000..da40bc418264 --- /dev/null +++ b/app-dicts/sword-Webster1913/Manifest @@ -0,0 +1 @@ +DIST Webster1913-2.0.zip 19537950 BLAKE2B fa6115554235864d8ba9b05922495697073a189ee59d3337ff9871357ec147d2df2c5b40e1c0a43d2eac69775a012b166dbbd3282b27b4ff5f101bd2ebd68534 SHA512 75b74bfcc3bff01ac34edaf799957b8d9e60258f3ed8a9ea2a4e5503a73c203fbc99695e7f8fc1b5cfce87178d1052f4d1960357a113c6a829e9b720c5956cf1 diff --git a/app-dicts/sword-Webster1913/metadata.xml b/app-dicts/sword-Webster1913/metadata.xml new file mode 100644 index 000000000000..23c785119f87 --- /dev/null +++ b/app-dicts/sword-Webster1913/metadata.xml @@ -0,0 +1,14 @@ +<?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> + <longdescription> + Webster's Revised Unabridged Dictionary. + Version published 1913 by the C. & G. Merriam Co., Springfield, MA, USA + under the direction of Noah Porter, D.D., LL.D. + This electronic version was prepared by MICRA, Inc. of Plainfield, NJ, USA. + </longdescription> +</pkgmetadata> diff --git a/app-dicts/sword-Webster1913/sword-Webster1913-2.0.ebuild b/app-dicts/sword-Webster1913/sword-Webster1913-2.0.ebuild new file mode 100644 index 000000000000..158a55659ff1 --- /dev/null +++ b/app-dicts/sword-Webster1913/sword-Webster1913-2.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SWORD_MINIMUM_VERSION="1.5.11" + +inherit sword-module + +DESCRIPTION="Webster's English Dictionary, 1913 edition" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Webster1913" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86" |