diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 22:50:58 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-12-16 23:25:55 +0100 |
commit | fc7a58c59862c0e433417e30b6476202741ae6a8 (patch) | |
tree | 1f4da528e3eb2a292b2fb235c6966a3a3162bcda /app-dicts | |
parent | app-dicts/aspell-it: update EAPI 7 -> 8 (diff) | |
download | gentoo-fc7a58c59862c0e433417e30b6476202741ae6a8.tar.gz gentoo-fc7a58c59862c0e433417e30b6476202741ae6a8.tar.bz2 gentoo-fc7a58c59862c0e433417e30b6476202741ae6a8.zip |
app-dicts/aspell-it: drop 2.4.20070901.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-it/aspell-it-2.4.20070901.0.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-dicts/aspell-it/aspell-it-2.4.20070901.0.ebuild b/app-dicts/aspell-it/aspell-it-2.4.20070901.0.ebuild deleted file mode 100644 index 58a6ce0f48b9..000000000000 --- a/app-dicts/aspell-it/aspell-it-2.4.20070901.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ASPELL_LANG="Italian" -ASPELL_VERSION=6 -MY_PV="${PV#*.}" -MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV%%.*}.${MY_PV//./-}" - -inherit aspell-dict-r1 - -SRC_URI="mirror://sourceforge/linguistico/${MY_P}.tar.bz2" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |