From 833a30c14b973f8a78fa87b76761d9952e8f9da3 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 5 Aug 2020 10:10:31 +0200 Subject: app-dicts/dictd-vera: Version 1.24 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jeroen Roovers --- app-dicts/dictd-vera/Manifest | 1 + app-dicts/dictd-vera/dictd-vera-1.24.ebuild | 35 ++++++++++++++++++++++ .../dictd-vera/files/dictd-vera-1.24-U+D7.patch | 18 +++++++++++ 3 files changed, 54 insertions(+) create mode 100644 app-dicts/dictd-vera/dictd-vera-1.24.ebuild create mode 100644 app-dicts/dictd-vera/files/dictd-vera-1.24-U+D7.patch diff --git a/app-dicts/dictd-vera/Manifest b/app-dicts/dictd-vera/Manifest index 7d9a42150bc4..9b4a767f8698 100644 --- a/app-dicts/dictd-vera/Manifest +++ b/app-dicts/dictd-vera/Manifest @@ -1 +1,2 @@ DIST vera-1.23.tar.gz 236439 BLAKE2B fdbecb4bf2abdac0a858be29fe544474dab69623967e2e9c8f8e02188ce7b8a8f39a099bcf7ff6e0d846afb0ec0cedd8e4ec64ba1b27a66eee963f3de088a4c1 SHA512 f16f2d24715131f60238c49f43d79bcd02b47c8e999de381c2139289f05859659a9f3ae79e3ed8d4b3dae447666cb8391ad7a072dff91275857b901fd0748c78 +DIST vera-1.24.tar.gz 240378 BLAKE2B f35df71c4fc9b95a9abba83cf49f9a70db03f1353f7d4e2b4e1db1a2f6ae41dc88f0f61b28e5405e76a97a7305f8a8bf6414b19a8067f113e2fd6bb54e57de43 SHA512 1727c91b0b60dc579e8f634375488a145921cf419bf3213118f90af031c48ed3d3408609d0a8a41135a3f6c6e9fa579b412981883325ae0dd9f0f72f56da5cd9 diff --git a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild new file mode 100644 index 000000000000..382ad1a157a1 --- /dev/null +++ b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict" +HOMEPAGE="http://home.snafu.de/ohei/vera/vueber-e.html" +SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz" + +SLOT="0" +LICENSE="FDL-1.3" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=app-text/dictd-1.5.5" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/vera-${PV} +PATCHES=( + "${FILESDIR}"/${P}-U+D7.patch +) + +src_compile() { + cat vera.[0-9a-z] | dictfmt -f -u http://home.snafu.de/ohei \ + -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms" \ + vera || die + dictzip -v vera.dict || die +} + +src_install() { + insinto /usr/lib/dict + doins vera.dict.dz + doins vera.index + + dodoc changelog README +} diff --git a/app-dicts/dictd-vera/files/dictd-vera-1.24-U+D7.patch b/app-dicts/dictd-vera/files/dictd-vera-1.24-U+D7.patch new file mode 100644 index 000000000000..8e0bb7be5b1a --- /dev/null +++ b/app-dicts/dictd-vera/files/dictd-vera-1.24-U+D7.patch @@ -0,0 +1,18 @@ +--- a/vera.h ++++ b/vera.h +@@ -886,13 +886,13 @@ + Hosted Virtual Desktop + + @item HVGA +-Half Video Graphics Array [320×480] (VGA) ++Half Video Graphics Array [320x480] (VGA) + + @item HVM + Hardware Virtual Machine + + @item HWE +-HardWare Enablement [stack]] (Linux, Ubuntu) ++HardWare Enablement [stack] (Linux, Ubuntu) + + @item HWMC + HardWare Motion Compensation -- cgit v1.2.3-65-gdbad