From 1f77526c5ffd85c2663f5335c1bd767b255dbf84 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 9 Nov 2015 00:48:35 +0100 Subject: app-dicts/12dicts: Fix Windows newlines on the fly --- app-dicts/12dicts/12dicts-5.0-r1.ebuild | 31 +++++++++++++++++++++++++++++++ app-dicts/12dicts/12dicts-5.0.ebuild | 25 ------------------------- 2 files changed, 31 insertions(+), 25 deletions(-) create mode 100644 app-dicts/12dicts/12dicts-5.0-r1.ebuild delete mode 100644 app-dicts/12dicts/12dicts-5.0.ebuild (limited to 'app-dicts') diff --git a/app-dicts/12dicts/12dicts-5.0-r1.ebuild b/app-dicts/12dicts/12dicts-5.0-r1.ebuild new file mode 100644 index 0000000..ae67c1b --- /dev/null +++ b/app-dicts/12dicts/12dicts-5.0-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils + +DESCRIPTION="Collection of English word lists" +HOMEPAGE="http://wordlist.aspell.net/12dicts/" +SRC_URI="mirror://sourceforge/project/wordlist/12Dicts/${PV}/${P}.zip" + +LICENSE="wordlist" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip" + +S="${WORKDIR}" + +src_prepare() { + edos2unix * +} + +src_install() { + insinto /usr/share/${PN} + doins *.txt + + dodoc *.html +} diff --git a/app-dicts/12dicts/12dicts-5.0.ebuild b/app-dicts/12dicts/12dicts-5.0.ebuild deleted file mode 100644 index 2c9ec95..0000000 --- a/app-dicts/12dicts/12dicts-5.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -DESCRIPTION="Collection of English word lists" -HOMEPAGE="http://wordlist.aspell.net/12dicts/" -SRC_URI="mirror://sourceforge/project/wordlist/12Dicts/${PV}/${P}.zip" - -LICENSE="wordlist" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-arch/unzip" - -S="${WORKDIR}" - -src_install() { - insinto /usr/share/${PN} - doins *.txt - - dodoc *.html -} -- cgit v1.2.3-65-gdbad