diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-24 08:01:33 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-24 08:01:33 +0000 |
commit | d0cce311fac19ee160924c7fe6c45577b7531697 (patch) | |
tree | 3ecfad872a75abf963e9954edd6bad75b3d02d68 /app-dicts/myspell-lt | |
parent | Fix build with gcc-4.7 Bug #427760 (diff) | |
download | gentoo-2-d0cce311fac19ee160924c7fe6c45577b7531697.tar.gz gentoo-2-d0cce311fac19ee160924c7fe6c45577b7531697.tar.bz2 gentoo-2-d0cce311fac19ee160924c7fe6c45577b7531697.zip |
Version bump to latest. Remove newer/older.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts/myspell-lt')
-rw-r--r-- | app-dicts/myspell-lt/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild | 31 | ||||
-rw-r--r-- | app-dicts/myspell-lt/myspell-lt-20060316.ebuild | 23 |
3 files changed, 38 insertions, 24 deletions
diff --git a/app-dicts/myspell-lt/ChangeLog b/app-dicts/myspell-lt/ChangeLog index 1a3b13bbc09f..2f707b741111 100644 --- a/app-dicts/myspell-lt/ChangeLog +++ b/app-dicts/myspell-lt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/myspell-lt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lt/ChangeLog,v 1.20 2012/05/17 18:21:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lt/ChangeLog,v 1.21 2012/07/24 08:01:32 scarabeus Exp $ + +*myspell-lt-1.2.1 (24 Jul 2012) + + 24 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +myspell-lt-1.2.1.ebuild, -myspell-lt-20060316.ebuild: + Version bump to latest. Remove newer/older. 17 May 2012; Alexis Ballier <aballier@gentoo.org> myspell-lt-20060316.ebuild: keyword ~amd64-fbsd diff --git a/app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild b/app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild new file mode 100644 index 000000000000..69eefec35d92 --- /dev/null +++ b/app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lt/myspell-lt-1.2.1.ebuild,v 1.1 2012/07/24 08:01:32 scarabeus Exp $ + +EAPI=4 + +MYSPELL_DICT=( + "lt_LT-${PV}/lt_LT.aff" + "lt_LT-${PV}/lt_LT.dic" +) + +MYSPELL_HYPH=( + "hyph_lt_LT.dic" +) + +MYSPELL_THES=( +) + +inherit myspell-r2 + +DESCRIPTION="Lithuanian dictionaries for myspell/hunspell" +HOMEPAGE="ftp://ftp.akl.lt/ispell-lt/" +SRC_URI=" + ${HOMEPAGE}/lt_LT-${PV}.zip + ${HOMEPAGE}/hyph_lt_LT.zip +" + +LICENSE="BSD LPPL-1.3b" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" diff --git a/app-dicts/myspell-lt/myspell-lt-20060316.ebuild b/app-dicts/myspell-lt/myspell-lt-20060316.ebuild deleted file mode 100644 index 6fb5276b1e4e..000000000000 --- a/app-dicts/myspell-lt/myspell-lt-20060316.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-lt/myspell-lt-20060316.ebuild,v 1.20 2012/05/17 18:21:11 aballier Exp $ - -MYSPELL_SPELLING_DICTIONARIES=( -"lt,LT,lt_LT,Lithuanian (Lithuania),lt_LT.zip" -) - -MYSPELL_HYPHENATION_DICTIONARIES=( -"lt,LT,hyph_lt_LT,Lithuanian (Lithuania),hyph_lt_LT.zip" -) - -MYSPELL_THESAURUS_DICTIONARIES=( -) - -inherit myspell - -DESCRIPTION="Lithuanian dictionaries for myspell/hunspell" -LICENSE="BSD LPPL-1.3b" -HOMEPAGE="http://lingucomponent.openoffice.org/ ftp://ftp.akl.lt/ispell-lt/" -IUSE="" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" |