From e81f98f714cf5c99e47af5d216df8ef8ca585746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 29 Jun 2020 17:23:35 +0200 Subject: app-dicts: update dictionaries --- app-dicts/stardict-en-cz/Manifest | 2 +- .../stardict-en-cz/stardict-en-cz-20190201.ebuild | 20 -------------------- .../stardict-en-cz/stardict-en-cz-20200601.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild create mode 100644 app-dicts/stardict-en-cz/stardict-en-cz-20200601.ebuild (limited to 'app-dicts/stardict-en-cz') diff --git a/app-dicts/stardict-en-cz/Manifest b/app-dicts/stardict-en-cz/Manifest index 42853aa..5a068c1 100644 --- a/app-dicts/stardict-en-cz/Manifest +++ b/app-dicts/stardict-en-cz/Manifest @@ -1 +1 @@ -DIST stardict-en-cz-20190201.tar.gz 4180650 BLAKE2B a3de97c8acf79304a9a6da523624cb9bc9a2ed1a1e220b64faa3d2a1a9a981644a157ea19bc6c7dbfbe8f2dfcbb9ac6aea716b0ba613f048369bcde4d526db59 SHA512 9ebf968c0aaaebab87903e66a006b7643129082a5ab3047ffc6b54a4a80078f73b0c3cd90fabef28342c0f8391f4dabde6ac755d80e7d332c902a381c9856efa +DIST stardict-en-cz-20200601.tar.gz 4180671 BLAKE2B 77e75bf7ce96c39bfae74f91c3df457b6eab38eb87b5e8be58e3b777b9299872de48556ed92160cbc0633aa88ad67b229650279c0e970b8026ec20c26ad05434 SHA512 940d98961b8074645297e41e53df94452c893d0b40ee892ed96ab2488aa41067ff4e257759156d586f51878fb74503d747814e9a5805ba103a268c7edf2827bc diff --git a/app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild deleted file mode 100644 index 44e7dff..0000000 --- a/app-dicts/stardict-en-cz/stardict-en-cz-20190201.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="GNU/FDL English-Czech dictionary for StarDict" -HOMEPAGE="http://slovnik.zcu.cz/" -SRC_URI="http://dl.cihar.com/slovnik/stable/stardict-english-czech-${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S="${WORKDIR}/stardict-english-czech-${PV}" - -src_install() { - dodir /usr/share/stardict/dic - cp "${S}"/czech-english.* "${D}"/usr/share/stardict/dic/ - cp "${S}"/english-czech.* "${D}"/usr/share/stardict/dic/ -} diff --git a/app-dicts/stardict-en-cz/stardict-en-cz-20200601.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20200601.ebuild new file mode 100644 index 0000000..44e7dff --- /dev/null +++ b/app-dicts/stardict-en-cz/stardict-en-cz-20200601.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="GNU/FDL English-Czech dictionary for StarDict" +HOMEPAGE="http://slovnik.zcu.cz/" +SRC_URI="http://dl.cihar.com/slovnik/stable/stardict-english-czech-${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +S="${WORKDIR}/stardict-english-czech-${PV}" + +src_install() { + dodir /usr/share/stardict/dic + cp "${S}"/czech-english.* "${D}"/usr/share/stardict/dic/ + cp "${S}"/english-czech.* "${D}"/usr/share/stardict/dic/ +} -- cgit v1.2.3