From 89e09c16b57f65a2d1deaec746bd3080bf21af43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 2 Dec 2017 18:49:22 +0100 Subject: Update stardict dictionaries --- app-dicts/stardict-cz/Manifest | 2 +- app-dicts/stardict-cz/stardict-cz-20140101.ebuild | 19 ------------------- app-dicts/stardict-cz/stardict-cz-20171101.ebuild | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 app-dicts/stardict-cz/stardict-cz-20140101.ebuild create mode 100644 app-dicts/stardict-cz/stardict-cz-20171101.ebuild (limited to 'app-dicts/stardict-cz') diff --git a/app-dicts/stardict-cz/Manifest b/app-dicts/stardict-cz/Manifest index 0e1564a..40959b2 100644 --- a/app-dicts/stardict-cz/Manifest +++ b/app-dicts/stardict-cz/Manifest @@ -1 +1 @@ -DIST stardict-cz-20140101.tar.gz 681481 SHA256 6b6044475ed113020994774ba5dfa87c94dd361fac7921787c2bc78d0781329a SHA512 763a19eeb72d79ea93ba9252518915554db8bf042cf272622c4c73f6a8a510acd23e3788dd1a82c19369ec911123adf53926e1bf97edb2ae2b7a8f7c32fae213 WHIRLPOOL 81e99484afdd55e7f5af7d8a8a477dde059e625fa9c3e1934f78bae55af684c101f01abaee7e94f158333cb2c1e694e9f53ffd40c9a04f90180ea8ee49b97db8 +DIST stardict-cz-20171101.tar.gz 681683 SHA256 ff039e96413e5d9c0a644f8817151ff3d3a674cca7fb29b43ca70d5d19806c92 SHA512 756c7ea8f1038508026d1aff89766c6f3790ccd502953bdb9b92656a51a425e2203dfb6037ba04aea3c05aef485fd2082a0639a4af5b27ba6be0074cd976ce4a WHIRLPOOL ff6262913d74ca783bcfcacd459a110dd00318261a0855336255bab9f76dbd4524c55d1208e9a7807bceea192f7970790d5c786a6c0f45681b46a8bd7c31fd46 diff --git a/app-dicts/stardict-cz/stardict-cz-20140101.ebuild b/app-dicts/stardict-cz/stardict-cz-20140101.ebuild deleted file mode 100644 index 7730612..0000000 --- a/app-dicts/stardict-cz/stardict-cz-20140101.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Czech dictionary of foreign words for stardict" -HOMEPAGE="http://slovnik-cizich-slov.abz.cz/" -SRC_URI="http://dl.cihar.com/slovnik/stardict-czech-${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S="${WORKDIR}/stardict-czech-${PV}" - -src_install() { - dodir /usr/share/stardict/dic - cp "${S}"/czech* "${D}"/usr/share/stardict/dic/ -} diff --git a/app-dicts/stardict-cz/stardict-cz-20171101.ebuild b/app-dicts/stardict-cz/stardict-cz-20171101.ebuild new file mode 100644 index 0000000..baa541b --- /dev/null +++ b/app-dicts/stardict-cz/stardict-cz-20171101.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Czech dictionary of foreign words for stardict" +HOMEPAGE="http://slovnik-cizich-slov.abz.cz/" +SRC_URI="http://dl.cihar.com/slovnik/stable/stardict-czech-${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +S="${WORKDIR}/stardict-czech-${PV}" + +src_install() { + dodir /usr/share/stardict/dic + cp "${S}"/czech* "${D}"/usr/share/stardict/dic/ +} -- cgit v1.2.3