From d4f917ad11a217fb0b6e79828f5f1dd5711959c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 8 Oct 2018 11:29:21 +0200 Subject: app-dicts/stardict-en-cz: update to 20181001 --- app-dicts/stardict-en-cz/Manifest | 2 +- .../stardict-en-cz/stardict-en-cz-20180801.ebuild | 20 -------------------- .../stardict-en-cz/stardict-en-cz-20181001.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 app-dicts/stardict-en-cz/stardict-en-cz-20180801.ebuild create mode 100644 app-dicts/stardict-en-cz/stardict-en-cz-20181001.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 e54a78b..ebf9b0d 100644 --- a/app-dicts/stardict-en-cz/Manifest +++ b/app-dicts/stardict-en-cz/Manifest @@ -1 +1 @@ -DIST stardict-en-cz-20180801.tar.gz 4179002 BLAKE2B f1ff237da2ca62fed0c3e6cd2bbf06e642fdfa3ac4bd2b1f699a55e722cef4e74ec7aa39d8e3dacc3a3f9f9a266118feaf4ee7b6a635d0e9abd169259e2cc697 SHA512 a5991ea5be4340496f6e7721c668f036e3ff9d98a20b9fe47fd68509ae7ff030df9dc2bb1e7572c0671fd76e09ad733d922f893ad63399fe6e5fef9339dd28d6 +DIST stardict-en-cz-20181001.tar.gz 4179419 BLAKE2B 42d62327b192665e4f21c077dd929fd7f01648652053cb9253683521f8f3f654d614c226dc0c5209625cf09f176250592fb8fdb798554588f8623fb55deb0ccf SHA512 0d5b5f243bfa04c532805920aa70ad57e25e5e7dbdbc1d92f550b473bf4380c1ac989aae10dbe8bd12754d875db74349d215d40af0ddc5bbe39579d8045f28ab diff --git a/app-dicts/stardict-en-cz/stardict-en-cz-20180801.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20180801.ebuild deleted file mode 100644 index 44e7dff..0000000 --- a/app-dicts/stardict-en-cz/stardict-en-cz-20180801.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-20181001.ebuild b/app-dicts/stardict-en-cz/stardict-en-cz-20181001.ebuild new file mode 100644 index 0000000..44e7dff --- /dev/null +++ b/app-dicts/stardict-en-cz/stardict-en-cz-20181001.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