From 6bfd1edbaf35d920ac6a366adb50a7e5d514161f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 17 May 2017 08:48:10 +0200 Subject: Update stardict en-cz dict --- app-dicts/stardict-en-cz/Manifest | 2 +- .../stardict-en-cz/stardict-en-cz-20170401.ebuild | 20 -------------------- .../stardict-en-cz/stardict-en-cz-20170507.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 app-dicts/stardict-en-cz/stardict-en-cz-20170401.ebuild create mode 100644 app-dicts/stardict-en-cz/stardict-en-cz-20170507.ebuild (limited to 'app-dicts') diff --git a/app-dicts/stardict-en-cz/Manifest b/app-dicts/stardict-en-cz/Manifest index a50d4b3..e43edf8 100644 --- a/app-dicts/stardict-en-cz/Manifest +++ b/app-dicts/stardict-en-cz/Manifest @@ -1 +1 @@ -DIST stardict-en-cz-20170401.tar.gz 4167494 SHA256 c9c47492385cd55901598eaeb9683ffe3a3d0a8225d8952accec29354996c600 SHA512 8ab2ecd3e9144a0c5d03106dc4da53adc9f356435dfd28ea41c6e3e9616f06e067e92046d25f69287b2c5e7060e8330856609f2635f234513258c10b17fb5863 WHIRLPOOL ee1eb2b829cf4fac860c77e376edfb387c059c8a3b1a1c69b0ccc93c0d8daece7e630f3b6f84d31aacde8508b29ec5e59e938b5d05e3cada3338c49d1e926e56 +DIST stardict-en-cz-20170507.tar.gz 4168168 SHA256 c6183282bd73d11888855d409b12dc0d2288c3850b25937b377afe355b7861ec SHA512 747b3f0b53918df73becc256a323a3f2676d75c1923bdaac33bd103f6c8a157a0af400f6ff10a6e0db53d7185f4fb75020502947fae7896e4dc89a80ffa9fdaf WHIRLPOOL 085ef2544272f5cf601950c84023fa2e14cb70b5c391f2287e1350608cd4f7203d6f6888cf35ba46290c9b0002e56d771efb381e62b0153ff5605c9b41c4487a diff --git a/app-dicts/stardict-en-cz/stardict-en-cz-20170401.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20170401.ebuild deleted file mode 100644 index 03d829b..0000000 --- a/app-dicts/stardict-en-cz/stardict-en-cz-20170401.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/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-20170507.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20170507.ebuild new file mode 100644 index 0000000..03d829b --- /dev/null +++ b/app-dicts/stardict-en-cz/stardict-en-cz-20170507.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/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