forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-dicts/myspell-ru: bump to vn. 20150711 (nominated by upstream)
ebuild submitted by 'perfectgentleman' via the gentoo bug who has requested to be set as proxy maintainer for the package, metadata edited accordingly, thc also to Coacher for assist in preparation of the final ebuild Gentoo bug: #569934 Package-Manager: portage-2.2.24
- Loading branch information
Ian Delaney
committed
Dec 28, 2015
1 parent
1cea652
commit a45f6d9
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer><email>[email protected]</email></maintainer> | ||
<herd>proxy-maintainers</herd> | ||
<maintainer> | ||
<email>[email protected]</email> | ||
<name>Perfect Gentleman</name> | ||
<description>Proxied maintainer; set to assignee in all bugs</description> | ||
</maintainer> | ||
</pkgmetadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 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" |