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 5F79813835A for ; Thu, 3 Jun 2021 14:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04D1DE08A0; Thu, 3 Jun 2021 14:23:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3103E08A0 for ; Thu, 3 Jun 2021 14:22:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C47D9340AB2 for ; Thu, 3 Jun 2021 14:22:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FAD67A0 for ; Thu, 3 Jun 2021 14:22:57 +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: <1622730037.7070fec5636d1e5b3e62bd8b737d27074cd2ef20.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-lv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild X-VCS-Directories: app-dicts/myspell-lv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7070fec5636d1e5b3e62bd8b737d27074cd2ef20 X-VCS-Branch: master Date: Thu, 3 Jun 2021 14:22:57 +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: a9dfb28f-4ec2-4ca7-a7f4-07e55e61c5b2 X-Archives-Hash: 40a8ab1ca84321ecbfac580b0e11fd15 commit: 7070fec5636d1e5b3e62bd8b737d27074cd2ef20 Author: Marco Scardovi scardovi com> AuthorDate: Mon May 3 10:42:32 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 3 14:20:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7070fec5 app-dicts/myspell-lv: bump to EAPI 7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> Signed-off-by: Joonas Niilola gentoo.org> app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild b/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild index 1fc2aad70eb..1401a85b5d3 100644 --- a/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild +++ b/app-dicts/myspell-lv/myspell-lv-1.3.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 MYSPELL_DICT=( "lv_LV.aff" @@ -12,9 +12,6 @@ MYSPELL_HYPH=( "hyph_lv_LV.dic" ) -MYSPELL_THES=( -) - inherit myspell-r2 DESCRIPTION="Latvian dictionaries for myspell/hunspell" @@ -24,6 +21,5 @@ SRC_URI="http://dict.dv.lv/download/lv_LV-${PV}.zip -> ${P}.zip" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86" -IUSE="" DEPEND="app-arch/unzip"