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 DC01313835D for ; Thu, 22 Apr 2021 21:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AACAE0932; Thu, 22 Apr 2021 21:24:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 263DEE0932 for ; Thu, 22 Apr 2021 21:24:00 +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 E7F3D3413A1 for ; Thu, 22 Apr 2021 21:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41253702 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: <1619126615.f4da1c706af008e50e79bb00c43bbd95ecb79b17.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-de/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-de/Manifest app-dicts/aspell-de/aspell-de-0.60_pre20030222.ebuild X-VCS-Directories: app-dicts/aspell-de/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f4da1c706af008e50e79bb00c43bbd95ecb79b17 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: cc9f8993-1234-43f7-bb01-ef5992eaec11 X-Archives-Hash: 853385c2e5636b708ff9298d6a48754f commit: f4da1c706af008e50e79bb00c43bbd95ecb79b17 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Apr 22 20:47:14 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Apr 22 21:23:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4da1c70 app-dicts/aspell-de: drop old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> app-dicts/aspell-de/Manifest | 1 - app-dicts/aspell-de/aspell-de-0.60_pre20030222.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/app-dicts/aspell-de/Manifest b/app-dicts/aspell-de/Manifest index c6315530a7a..9e30cd23a80 100644 --- a/app-dicts/aspell-de/Manifest +++ b/app-dicts/aspell-de/Manifest @@ -1,2 +1 @@ -DIST aspell6-de-20030222-1.tar.bz2 274407 BLAKE2B ed69c0a3c1e63599d99a811b7b2d54c5dc4699f776d4c97fb5d295250df64e6189378c2bdadf8ce1b38a5a49046020b220e528ae69f20be01af5f771dba3bc37 SHA512 2005b56938565b11b761ace31006c1accfd32d401685cc5676cc4d85406bedda81b1df062949359f1bd6972073d3713204d87c7f81d9535fa956cdf130dd8db6 DIST aspell6-de-20161207-7-0.tar.bz2 294974 BLAKE2B c468eb843d0585ca196fa983ffebf933eb3386c942e7a8f0798980409aa2635f2ca9f890db0f3da281d7f126369afc9d27ac972d058bbe0dc7c3e7df5d5518ce SHA512 ec29fa49d4e0303d6ceb78da3884ac54ddf34205895f30a95bce0db66f74472b423980200acf01efb1fa40380d6ea6351a58656400af35772266f8a54b1bbec8 diff --git a/app-dicts/aspell-de/aspell-de-0.60_pre20030222.ebuild b/app-dicts/aspell-de/aspell-de-0.60_pre20030222.ebuild deleted file mode 100644 index 8ade5392270..00000000000 --- a/app-dicts/aspell-de/aspell-de-0.60_pre20030222.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="German and Swiss-German" -ASPELL_VERSION=6 -inherit aspell-dict-r1 - -MY_P=aspell6-de-20030222-1 -SRC_URI="mirror://gnu/aspell/dict/de/${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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"