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 948CA138334 for ; Fri, 22 Feb 2019 21:08:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43E51E0876; Fri, 22 Feb 2019 21:08:52 +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 20C88E0876 for ; Fri, 22 Feb 2019 21:08:52 +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 22DF333BED4 for ; Fri, 22 Feb 2019 21:08:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AB63555 for ; Fri, 22 Feb 2019 21:08:48 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1550869699.55657d9424db2d027c8b747d7c821dca0237d503.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-da/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/myspell-da/Manifest app-dicts/myspell-da/myspell-da-2.1.ebuild X-VCS-Directories: app-dicts/myspell-da/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 55657d9424db2d027c8b747d7c821dca0237d503 X-VCS-Branch: master Date: Fri, 22 Feb 2019 21:08:48 +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: 4b6b3b7d-5e84-4647-907c-7611811604d7 X-Archives-Hash: 85813a052b8cdd368667c291b6278396 commit: 55657d9424db2d027c8b747d7c821dca0237d503 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Feb 22 15:47:52 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Feb 22 21:08:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55657d94 app-dicts/myspell-da: remove old. Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Patrice Clement gentoo.org> app-dicts/myspell-da/Manifest | 1 - app-dicts/myspell-da/myspell-da-2.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-dicts/myspell-da/Manifest b/app-dicts/myspell-da/Manifest index df2d5787456..55552d4e86d 100644 --- a/app-dicts/myspell-da/Manifest +++ b/app-dicts/myspell-da/Manifest @@ -1,2 +1 @@ DIST dict-da-2-3.oxt 1861736 BLAKE2B 18c22f55012a9701cff1ecadc53dece7cdc2e59619c1704159343960951096c49ab970bb248d844eaf24379053ea7ac35bd89b4741aa54cfb4b711e99320b256 SHA512 28428096ba6d79801fdf47a61bedc06c9ee2d667ae32307bd57f9b7cdc1cb06e84ac2bd78fba11c87dd35dc88d78c5e0f81588e5145267577ca0992b35ea301a -DIST dict-da-2.1.oxt 1695432 BLAKE2B 284129ac82ef9b2847b533caf80e8f26cf5a3e8a8e0b65b6c56f1c5fcde0b14f2b1fa717c5e1ddd1c2acfaf4e866f91fa8fa6820b5ea493ef7c67e73bc79a369 SHA512 4dab6e4dcb2cf782ddff11126e4eebda9281c45aaf480f6c8afb655f59c23bfb29f17d9698bcfaf04b0c95d20b897c1401e363337726947aedc2411927cf233b diff --git a/app-dicts/myspell-da/myspell-da-2.1.ebuild b/app-dicts/myspell-da/myspell-da-2.1.ebuild deleted file mode 100644 index f64b905c5f4..00000000000 --- a/app-dicts/myspell-da/myspell-da-2.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -MYSPELL_DICT=( - "da_DK.aff" - "da_DK.dic" -) - -MYSPELL_HYPH=( - "hyph_da_DK.dic" -) - -MYSPELL_THES=( -) - -inherit myspell-r2 - -DESCRIPTION="Danish dictionaries for myspell/hunspell" -HOMEPAGE="https://extensions.libreoffice.org/extension-center/stavekontrolden-danish-dictionary" -SRC_URI="https://extensions.libreoffice.org/extension-center/stavekontrolden-danish-dictionary/pscreleasefolder.2011-09-30.0280139318/2.1/dict-da-${PV}.oxt" - -LICENSE="GPL-2 LGPL-2.1 MPL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE=""