diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-05 19:08:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-05 19:08:40 +0000 |
commit | e2a20d4827fa3d577569941eaa915d18dd0682a3 (patch) | |
tree | e8cf98a6a3f5ff2ca6ad8da199d87d28c82873f3 /app-dicts | |
parent | Remove broken package (diff) | |
download | gentoo-2-e2a20d4827fa3d577569941eaa915d18dd0682a3.tar.gz gentoo-2-e2a20d4827fa3d577569941eaa915d18dd0682a3.tar.bz2 gentoo-2-e2a20d4827fa3d577569941eaa915d18dd0682a3.zip |
Version bump wrt #254562, thanks to Ronan Arraes Jardim Chagas for reporting.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/aspell-pt-br/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild | 20 |
2 files changed, 28 insertions, 1 deletions
diff --git a/app-dicts/aspell-pt-br/ChangeLog b/app-dicts/aspell-pt-br/ChangeLog index 3af281b14690..8110f7f6ab8e 100644 --- a/app-dicts/aspell-pt-br/ChangeLog +++ b/app-dicts/aspell-pt-br/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-dicts/aspell-pt-br # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/ChangeLog,v 1.10 2009/10/18 20:42:45 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/ChangeLog,v 1.11 2009/12/05 19:08:40 ssuominen Exp $ + +*aspell-pt-br-6.0.20090702 (05 Dec 2009) + + 05 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> + +aspell-pt-br-6.0.20090702.ebuild: + Version bump wrt #254562, thanks to Ronan Arraes Jardim Chagas for + reporting. 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> aspell-pt-br-6.0.20070411.ebuild, aspell-pt-br-6.0.20080221.ebuild: diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild new file mode 100644 index 000000000000..1b933d086ba6 --- /dev/null +++ b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild,v 1.1 2009/12/05 19:08:40 ssuominen Exp $ + +ASPELL_LANG="Brazilian Portuguese" +ASPOSTFIX=6 + +inherit aspell-dict + +FILENAME=aspell6-pt_BR-20090702-0 +SRC_URI="mirror://gnu/aspell/dict/pt_BR/${FILENAME}.tar.bz2" + +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +S=${WORKDIR}/${FILENAME} + +# Contains a conflict +RDEPEND="!<app-dicts/aspell-pt-0.50.2-r1" |