From afb0d916cec9f25ec5156df584f6d5eee03b67cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 5 Oct 2021 08:54:28 +0200 Subject: app-dicts/stardict-en-cz: update to 20210402 --- app-dicts/stardict-en-cz/Manifest | 2 +- .../stardict-en-cz/stardict-en-cz-20210201.ebuild | 20 -------------------- .../stardict-en-cz/stardict-en-cz-20210401.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 app-dicts/stardict-en-cz/stardict-en-cz-20210201.ebuild create mode 100644 app-dicts/stardict-en-cz/stardict-en-cz-20210401.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 9240605..f1fef98 100644 --- a/app-dicts/stardict-en-cz/Manifest +++ b/app-dicts/stardict-en-cz/Manifest @@ -1 +1 @@ -DIST stardict-en-cz-20210201.tar.gz 4181208 BLAKE2B 9d53d97eb89181ed7c59eab8e7f72474aa77282b3a4f15297148119038cab2a1eb87db77c27f7fdd16a237a3b198f22be29225c7035eee8e4f81b91df6b4d526 SHA512 9f78db3435a71a0112a0b69b7104f9b070f925f4669a884b10d87637da38c646a9502f279bea33a20d44719116020b8d193ea0bfdaf758c073ab32200e4d8d1c +DIST stardict-en-cz-20210401.tar.gz 4181525 BLAKE2B 861b4fd9d92facf934d6d4395a3182f28c286724e4bd14530d4a2604a3023023103bd084cbeff4448db3e491ca049d67242af383936fc392c8c829ee6a39f5c3 SHA512 09cf390a98b013e9b1007be72d3522cf2436b173472940a6fc9bbf6c3df86b5d3aa968066bc5b77c039e49e0234323ab29bf6b9f4fbfdcb267ec05764b251a8a diff --git a/app-dicts/stardict-en-cz/stardict-en-cz-20210201.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20210201.ebuild deleted file mode 100644 index 44e7dff..0000000 --- a/app-dicts/stardict-en-cz/stardict-en-cz-20210201.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-20210401.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20210401.ebuild new file mode 100644 index 0000000..44e7dff --- /dev/null +++ b/app-dicts/stardict-en-cz/stardict-en-cz-20210401.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