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 205581382C5 for ; Thu, 22 Apr 2021 21:24:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17B11E093B; Thu, 22 Apr 2021 21:24:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 00C30E093B for ; Thu, 22 Apr 2021 21:24:03 +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 765923413AE for ; Thu, 22 Apr 2021 21:24:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFEAF72E for ; Thu, 22 Apr 2021 21:23:57 +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: <1619126621.87fdc22171d2fe9ebbe746efd21b64fe51e2e3cc.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-lt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-lt/Manifest app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild X-VCS-Directories: app-dicts/aspell-lt/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 87fdc22171d2fe9ebbe746efd21b64fe51e2e3cc X-VCS-Branch: master Date: Thu, 22 Apr 2021 21:23: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: 5b6c3381-6e9e-4bf6-a4c7-6fc0bb21c440 X-Archives-Hash: 991da058fffd23aea9e41707e710bcec commit: 87fdc22171d2fe9ebbe746efd21b64fe51e2e3cc Author: Conrad Kostecki gentoo org> AuthorDate: Thu Apr 22 21:08:20 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Apr 22 21:23:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fdc221 app-dicts/aspell-lt: drop old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-lt/Manifest | 1 - app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/app-dicts/aspell-lt/Manifest b/app-dicts/aspell-lt/Manifest index 9533fc8dbb3..d350c39c7b5 100644 --- a/app-dicts/aspell-lt/Manifest +++ b/app-dicts/aspell-lt/Manifest @@ -1,2 +1 @@ -DIST aspell6-lt-1.0-1.tar.bz2 155409 BLAKE2B 5beb2cad8c018dcb5b06701ec467464ea2b472c9cebaba966c0c495899de11c0b1fac29cf3d359cc1b8bf85fc890172dcd476206ac7b5b6eec99a619055ad34f SHA512 478acf95f4a7f7a705ddf481650a35f565b200886eb6b42bfcaa4669021b43a99e1f06ca3459d60afbf4cc0b3d111e9394308bc1fc6ec2ac920c9e7aa7f42b31 DIST aspell6-lt-1.3.2.tar.bz2 176371 BLAKE2B 6d2d225b04beb3e07a7ec337371f4d7fcafe5a690bf7908f3931bcadb35fd4c9193e50fadca8a748ed93f290c42820cb60a62b57df3538e6fe7f1811f0e33c80 SHA512 df64eb6f5ae9bb564d14f0cd84106da3f32908e79682ebece6e3ed1613216eeca94f48c9c3f689df724cfca4d80f9749e39772766a9ea20167a97ee39074e5a3 diff --git a/app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild b/app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild deleted file mode 100644 index be54e5af40f..00000000000 --- a/app-dicts/aspell-lt/aspell-lt-1.0.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ASPELL_LANG="Lithuanian" -ASPELL_VERSION=6 -inherit aspell-dict-r1 - -MY_P="aspell6-lt-$(ver_rs 2 -)" -SRC_URI="mirror://gnu/aspell/dict/lt/${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"