From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCE83158086 for ; Tue, 26 Oct 2021 06:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EDD8E0844; Tue, 26 Oct 2021 06:08:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD361E0844 for ; Tue, 26 Oct 2021 06:08:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94BDE343A34 for ; Tue, 26 Oct 2021 06:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0598917D for ; Tue, 26 Oct 2021 06:08:47 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1635227805.c2f7b8253e9e0611ff077a3f8ece48c5639df93c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-it/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/myspell-it/Manifest app-dicts/myspell-it/myspell-it-20081129-r2.ebuild X-VCS-Directories: app-dicts/myspell-it/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c2f7b8253e9e0611ff077a3f8ece48c5639df93c X-VCS-Branch: master Date: Tue, 26 Oct 2021 06:08:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9beca349-cc69-41d7-93b5-abbb900f63f4 X-Archives-Hash: 4f4aaf893093140d39a798afd2709bf0 commit: c2f7b8253e9e0611ff077a3f8ece48c5639df93c Author: Marco Scardovi scardovi com> AuthorDate: Mon Jul 5 07:43:48 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Oct 26 05:56:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f7b825 app-dicts/myspell-it: drop older version Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> Signed-off-by: Joonas Niilola gentoo.org> app-dicts/myspell-it/Manifest | 1 - app-dicts/myspell-it/myspell-it-20081129-r2.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/app-dicts/myspell-it/Manifest b/app-dicts/myspell-it/Manifest index ad06570888d..943ebd92341 100644 --- a/app-dicts/myspell-it/Manifest +++ b/app-dicts/myspell-it/Manifest @@ -1,2 +1 @@ -DIST Dizionari.IT_20081129.oxt 1433036 BLAKE2B 0e0aa03fafa34957a00b054070de67aec3f742d4cf177c6185c8a6b8a4005ea94f4041fb2e29a0ab7fa87a7d04c5f2148f98bd446e196470104ccf1b3ad97a0c SHA512 f0576f62448d368680545a66bf99d3d44c75562a0b5bc72c9020cef707c5543182ea1f45934826970b9e3ea588b9f2e29686cd08f7b8fdddcfdbd067e6536071 DIST myspell-it-20150925.oxt 1373663 BLAKE2B 89748d0dceca6a8f3aba7b76913693ac248f2a5c925e04b76e50f23edebd6b0194da72646837e806882ce6258784d5dfb6c212046f13315479603d953d95b769 SHA512 b48a5ac075b9a20b0370235cb4fc225c91a67e6311eb9e7a96b008ad5e64e56af3daf4b192d38d5892e8d23d5f6e0c962e35f8cfec11a97ed8708e29796e09d3 diff --git a/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild b/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild deleted file mode 100644 index 09c83e76008..00000000000 --- a/app-dicts/myspell-it/myspell-it-20081129-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MYSPELL_DICT=( - "it_IT.aff" - "it_IT.dic" -) - -MYSPELL_HYPH=( - "hyph_it_IT.dic" -) - -MYSPELL_THES=( - "th_it_IT.dat" - "th_it_IT.idx" -) - -inherit myspell-r2 - -DESCRIPTION="Italian dictionaries for myspell/hunspell" -HOMEPAGE="https://sourceforge.net/projects/linguistico/" -SRC_URI="mirror://sourceforge/linguistico/Dizionari.IT_${PV}.oxt" - -LICENSE="AGPL-3 GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" - -src_prepare() { - default - # remove useless license files. - rm -r agpl3-en.txt gpl3-en.txt it_IT_license.txt \ - lgpl3-en.txt th_it_IT_copyright_licenza.txt \ - th_it_IT_lettera_in_inglese.txt || die -}