diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-18 15:23:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-18 15:23:48 +0000 |
commit | bfa9bdc5317e855ff16c86c276d0437d16b57ae8 (patch) | |
tree | 6f396ba2e458cf75ab674a929761b7e2bdeade7c /app-dicts | |
parent | Initial import based on ebuild from rion-overlay for ChromiumOS. (diff) | |
download | gentoo-2-bfa9bdc5317e855ff16c86c276d0437d16b57ae8.tar.gz gentoo-2-bfa9bdc5317e855ff16c86c276d0437d16b57ae8.tar.bz2 gentoo-2-bfa9bdc5317e855ff16c86c276d0437d16b57ae8.zip |
Add latest aspell-pl. Thanks to Sławomir Nizio for the ebuild.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-pl/ChangeLog | 11 | ||||
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild | 12 | ||||
-rw-r--r-- | app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild | 16 |
4 files changed, 25 insertions, 26 deletions
diff --git a/app-dicts/aspell-pl/ChangeLog b/app-dicts/aspell-pl/ChangeLog index 43004770110e..df4fa518bfd2 100644 --- a/app-dicts/aspell-pl/ChangeLog +++ b/app-dicts/aspell-pl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/aspell-pl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/ChangeLog,v 1.17 2010/10/08 00:39:32 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/ChangeLog,v 1.18 2012/04/18 15:23:48 scarabeus Exp $ + +*aspell-pl-6.0.20120418.0 (18 Apr 2012) + + 18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> + +aspell-pl-6.0.20120418.0.ebuild, -aspell-pl-0.50.2.ebuild, + -aspell-pl-0.51.0.ebuild: + Add latest aspell-pl. Thanks to Sławomir Nizio for the ebuild. 08 Oct 2010; Mart Raudsepp <leio@gentoo.org> aspell-pl-0.50.2.ebuild, aspell-pl-0.51.0.ebuild: diff --git a/app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild b/app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild deleted file mode 100644 index b7aa2a84ef02..000000000000 --- a/app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/aspell-pl-0.50.2.ebuild,v 1.9 2010/10/08 00:39:32 leio Exp $ - -ASPELL_LANG="Polish" - -inherit aspell-dict - -LICENSE="GPL-2" - -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" diff --git a/app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild b/app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild deleted file mode 100644 index 1bff1182873d..000000000000 --- a/app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/aspell-pl-0.51.0.ebuild,v 1.7 2010/10/08 00:39:32 leio Exp $ - -ASPELL_LANG="Polish" - -inherit aspell-dict - -LICENSE="GPL-2" - -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild b/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild new file mode 100644 index 000000000000..7a53eaa5b657 --- /dev/null +++ b/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pl/aspell-pl-6.0.20120418.0.ebuild,v 1.1 2012/04/18 15:23:48 scarabeus Exp $ + +ASPELL_LANG="Polish" +ASPOSTFIX="6" +inherit aspell-dict versionator + +HOMEPAGE="http://www.sjp.pl/slownik/" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +FILENAME="${PN/aspell/aspell6}-$(replace_version_separator 2 _ $(replace_version_separator 3 -))" +SRC_URI="http://www.sjp.pl/slownik/ort/sjp-${FILENAME}.tar.bz2" +S="${WORKDIR}/${FILENAME}" |