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/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild | |
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/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild')
-rw-r--r-- | app-dicts/aspell-pt-br/aspell-pt-br-6.0.20090702.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
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" |