diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-26 21:05:52 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-26 21:05:52 +0000 |
commit | f0d50d3ee28bcc365376111dd1075c2ea09004cc (patch) | |
tree | 33688c23d3cfddac2e7599ff4863d22668e00ebf /app-dicts/aspell-ro | |
parent | Initial commit for Qt Declarative module (bug #297573) (diff) | |
download | gentoo-2-f0d50d3ee28bcc365376111dd1075c2ea09004cc.tar.gz gentoo-2-f0d50d3ee28bcc365376111dd1075c2ea09004cc.tar.bz2 gentoo-2-f0d50d3ee28bcc365376111dd1075c2ea09004cc.zip |
Version bump, bug 226937, thank rs for report and Balint SZENTE for this work.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/aspell-ro')
-rw-r--r-- | app-dicts/aspell-ro/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/aspell-ro/aspell-ro-3.3.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/app-dicts/aspell-ro/ChangeLog b/app-dicts/aspell-ro/ChangeLog index eafb578de0ac..c1542a06894a 100644 --- a/app-dicts/aspell-ro/ChangeLog +++ b/app-dicts/aspell-ro/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-dicts/aspell-ro # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-ro/ChangeLog,v 1.9 2009/10/18 20:43:31 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-ro/ChangeLog,v 1.10 2009/12/26 21:05:52 pva Exp $ + +*aspell-ro-3.3 (26 Dec 2009) + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> +aspell-ro-3.3.ebuild: + Version bump, bug 226937, thank rs for report and Balint SZENTE for this + work. 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> aspell-ro-0.50.2.ebuild: QA fixes; IUSE is not defined diff --git a/app-dicts/aspell-ro/aspell-ro-3.3.ebuild b/app-dicts/aspell-ro/aspell-ro-3.3.ebuild new file mode 100644 index 000000000000..f0f7645f14a7 --- /dev/null +++ b/app-dicts/aspell-ro/aspell-ro-3.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-ro/aspell-ro-3.3.ebuild,v 1.1 2009/12/26 21:05:52 pva Exp $ + +ASPELL_LANG="Romanian" + +inherit aspell-dict + +HOMEPAGE="http://rospell.sourceforge.net/" + +SRC_URI="mirror://sourceforge/rospell/aspell5-ro-${PV}.tar.bz2" + +LICENSE="GPL-2" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" + +S="${WORKDIR}/aspell5-ro-${PV}" |