summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-06-04 13:00:24 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-06-04 13:00:24 +0000
commitfbfa39ee8b0d4e6538a11125dfd9ac268324d846 (patch)
treefeaf8cd71862d541de2dfba42e1e3073cee9558f /app-dicts
parentVersion bump. (diff)
downloadgentoo-2-fbfa39ee8b0d4e6538a11125dfd9ac268324d846.tar.gz
gentoo-2-fbfa39ee8b0d4e6538a11125dfd9ac268324d846.tar.bz2
gentoo-2-fbfa39ee8b0d4e6538a11125dfd9ac268324d846.zip
Version bump to the latest.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/myspell-pt-br/ChangeLog10
-rw-r--r--app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild36
2 files changed, 43 insertions, 3 deletions
diff --git a/app-dicts/myspell-pt-br/ChangeLog b/app-dicts/myspell-pt-br/ChangeLog
index 871b718707cc..4f9169bab7aa 100644
--- a/app-dicts/myspell-pt-br/ChangeLog
+++ b/app-dicts/myspell-pt-br/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for app-dicts/myspell-pt-br
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pt-br/ChangeLog,v 1.1 2012/07/25 10:07:21 scarabeus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pt-br/ChangeLog,v 1.2 2013/06/04 13:00:24 scarabeus Exp $
+
+*myspell-pt-br-3.0.0 (04 Jun 2013)
+
+ 04 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> +myspell-pt-br-3.0.0.ebuild:
+ Version bump to the latest.
*myspell-pt-br-2.1.1 (25 Jul 2012)
25 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+myspell-pt-br-2.1.1.ebuild, +metadata.xml:
Initial commit. Make Brazilians happy.
-
diff --git a/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild b/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild
new file mode 100644
index 000000000000..81fb3647e5f6
--- /dev/null
+++ b/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-pt-br/myspell-pt-br-3.0.0.ebuild,v 1.1 2013/06/04 13:00:24 scarabeus Exp $
+
+EAPI=4
+
+MYSPELL_DICT=(
+ "pt_BR.aff"
+ "pt_BR.dic"
+)
+
+MYSPELL_HYPH=(
+ "hyph_pt_BR.dic"
+)
+
+MYSPELL_THES=(
+ "th_pt_BR.dat"
+ "th_pt_BR.idx"
+)
+
+inherit myspell-r2
+
+DESCRIPTION="Brazilian dictionaries for myspell/hunspell"
+HOMEPAGE="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico/"
+SRC_URI="
+ http://pt-br.libreoffice.org/assets/VeroptBRV${PV//./}AOG.oxt
+ http://wiki.documentfoundation.org/images/f/ff/DicSin-BR.oxt -> ${P}-thes.oxt
+"
+
+LICENSE="LGPL-3 MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"