From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 427D9138252 for ; Tue, 10 May 2016 06:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77EB9E085A; Tue, 10 May 2016 06:19:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B6CEE085A for ; Tue, 10 May 2016 06:19:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBB6B340D1F for ; Tue, 10 May 2016 06:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6057432D for ; Tue, 10 May 2016 06:19:11 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1462861141.a8e973340c4fe1469790b7bdd156cff893872290.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-ru/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild X-VCS-Directories: app-dicts/myspell-ru/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: a8e973340c4fe1469790b7bdd156cff893872290 X-VCS-Branch: master Date: Tue, 10 May 2016 06:19:11 +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-Archives-Salt: 79ccdae4-a1af-479a-9356-b435e86bce7a X-Archives-Hash: 1826ab1d70787d423308d897a98de2dc commit: a8e973340c4fe1469790b7bdd156cff893872290 Author: Ian Delaney gentoo org> AuthorDate: Tue May 10 06:17:52 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue May 10 06:19:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e97334 app-dicts/myspell-ru: rebump -> myspell-ru-20150711-r1.ebuild upgrade src_install, add symlinks to the dictionary files patch supplied by proxied maintianer via the gentoo bug Gentoo-bug: #579054 Package-Manager: portage-2.2.28 app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild b/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild new file mode 100644 index 0000000..a72273e --- /dev/null +++ b/app-dicts/myspell-ru/myspell-ru-20150711-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MYSPELL_DICT=( russian-aot.{dic,aff} ) + +MYSPELL_HYPH=( hyph_ru_RU.dic ) + +MYSPELL_THES=( ru_th_aot.{dat,idx} ) + +inherit myspell-r2 + +EXT="extension-center" +DICT="russian-dictionary-pack" +MY_PN="dict_pack_ru-aot" +MY_PV="0.4.0" + +DESCRIPTION="Russian spellcheck dictionary based on works of AOT group for myspell/hunspell" +HOMEPAGE="http://extensions.libreoffice.org/extension-center/russian-dictionary-pack" +SRC_URI="http://extensions.libreoffice.org/${EXT}/${DICT}/releases/${MY_PV}/${MY_PN}-0-4-0.oxt" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd" + +src_install() { + myspell-r2_src_install + dosym /usr/share/hunspell/russian-aot.dic /usr/share/myspell/ru_RU.dic + dosym /usr/share/hunspell/russian-aot.aff /usr/share/myspell/ru_RU.aff +}