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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9762C158087 for ; Thu, 16 Dec 2021 22:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 587122BC032; Thu, 16 Dec 2021 22:27:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 356C32BC037 for ; Thu, 16 Dec 2021 22:27:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 731743434BB for ; Thu, 16 Dec 2021 22:27:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3133B278 for ; Thu, 16 Dec 2021 22:27:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1639693614.7e923d183fc17557aa78620fe74dcb6228fcd429.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ru/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild X-VCS-Directories: app-dicts/aspell-ru/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7e923d183fc17557aa78620fe74dcb6228fcd429 X-VCS-Branch: master Date: Thu, 16 Dec 2021 22:27:16 +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: 2fdc78c7-2581-4658-ac21-ce4424f96a7f X-Archives-Hash: cc70a198b483f4f7bd24a33f236b8268 commit: 7e923d183fc17557aa78620fe74dcb6228fcd429 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Dec 16 22:13:08 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Dec 16 22:26:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e923d18 app-dicts/aspell-ru: drop 0.99.1-r1 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild deleted file mode 100644 index 47f9bc126826..000000000000 --- a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ASPELL_LANG="Russian" -ASPELL_VERSION=6 -MY_PV="$(ver_cut 1-2)f7-$(ver_cut 3)" -MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${MY_PV}" - -inherit aspell-dict-r1 - -SRC_URI="mirror://gnu/${PN%-*}/dict/${PN/aspell-/}/${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" - -src_prepare() { - default - - # Setting default dictionary to ru-yeyo - cp -v ru-yeyo.multi ru.multi || die -}