commit: 630b0081f66f09e0f791428e0e8cfde292b4b78d Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jul 29 12:16:48 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Jul 29 13:55:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630b0081
app-dicts/sword-WebstersDict: rename to sword-Webster1913 and bump to 2.0 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-dicts/sword-Webster1913/Manifest | 1 + app-dicts/sword-Webster1913/metadata.xml | 14 ++++++++++++++ .../sword-Webster1913-2.0.ebuild} | 8 ++++---- app-dicts/sword-WebstersDict/Manifest | 1 - app-dicts/sword-WebstersDict/metadata.xml | 8 -------- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/app-dicts/sword-Webster1913/Manifest b/app-dicts/sword-Webster1913/Manifest new file mode 100644 index 00000000000..da40bc41826 --- /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 00000000000..23c785119f8 --- /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>[email protected]</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-WebstersDict/sword-WebstersDict-1.1.ebuild b/app-dicts/sword-Webster1913/sword-Webster1913-2.0.ebuild similarity index 66% rename from app-dicts/sword-WebstersDict/sword-WebstersDict-1.1.ebuild rename to app-dicts/sword-Webster1913/sword-Webster1913-2.0.ebuild index 1f5ea71b530..158a55659ff 100644 --- a/app-dicts/sword-WebstersDict/sword-WebstersDict-1.1.ebuild +++ b/app-dicts/sword-Webster1913/sword-Webster1913-2.0.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -SWORD_MODULE="WebstersDict" + +SWORD_MINIMUM_VERSION="1.5.11" inherit sword-module -DESCRIPTION="Webster's Revised Unabridged Dictionary of the English Language -1913" -HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=WebstersDict" +DESCRIPTION="Webster's English Dictionary, 1913 edition" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Webster1913" LICENSE="public-domain" KEYWORDS="~amd64 ~ppc ~x86" diff --git a/app-dicts/sword-WebstersDict/Manifest b/app-dicts/sword-WebstersDict/Manifest deleted file mode 100644 index aec3a0c8a03..00000000000 --- a/app-dicts/sword-WebstersDict/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST WebstersDict-1.1.zip 14486502 BLAKE2B 00c443e688693dc8656ffba6d323ff79573ae8a6d234b571b294f63d42bd95815048aac36a5b826dc07d14ceae49f3239608f8de527b98920c5202f75adc7586 SHA512 a9d5635c1440ff2c284f74d0710babcf78a2d6bcb8bf4d40cc5100d053af0bda461b53ce9e76db4141f7a8d04fd5b321ac5897730054b0526cd20f10416ce9be diff --git a/app-dicts/sword-WebstersDict/metadata.xml b/app-dicts/sword-WebstersDict/metadata.xml deleted file mode 100644 index 3e5026ee375..00000000000 --- a/app-dicts/sword-WebstersDict/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>[email protected]</email> - <name>Marek Szuba</name> - </maintainer> -</pkgmetadata>
