diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-29 15:28:53 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-29 15:28:53 +0000 |
commit | 69a9f7db724feb33c700eed0cbc9ca017d7f0e70 (patch) | |
tree | a46b121bbdfc0ad704065244cb7ed473cbb18e47 | |
parent | stable ppc64, bug 215056 (diff) | |
download | gentoo-2-69a9f7db724feb33c700eed0cbc9ca017d7f0e70.tar.gz gentoo-2-69a9f7db724feb33c700eed0cbc9ca017d7f0e70.tar.bz2 gentoo-2-69a9f7db724feb33c700eed0cbc9ca017d7f0e70.zip |
Version bump as per bug 212525. Thanks, Diogo Tridapalli, for providing the ebuilds.
(Portage version: 2.1.4.4)
-rw-r--r-- | app-dicts/aspell-pt-br/ChangeLog | 11 | ||||
-rw-r--r-- | app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.ebuild | 16 |
2 files changed, 25 insertions, 2 deletions
diff --git a/app-dicts/aspell-pt-br/ChangeLog b/app-dicts/aspell-pt-br/ChangeLog index 8f9275d36d76..1b56a62e4e47 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/ChangeLog,v 1.6 2007/11/03 22:18:07 uberlord Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-pt-br/ChangeLog,v 1.7 2008/03/29 15:28:53 philantrop Exp $ + +*aspell-pt-br-6.0.20080221 (29 Mar 2008) + + 29 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + +aspell-pt-br-6.0.20080221.ebuild: + Version bump as per bug 212525. Thanks, Diogo Tridapalli, for providing + the ebuilds. 03 Nov 2007; Roy Marples <uberlord@gentoo.org> aspell-pt-br-6.0.20070411.ebuild: diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.ebuild b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.ebuild new file mode 100644 index 000000000000..0bd722596d86 --- /dev/null +++ b/app-dicts/aspell-pt-br/aspell-pt-br-6.0.20080221.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 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.20080221.ebuild,v 1.1 2008/03/29 15:28:53 philantrop Exp $ + +ASPELL_LANG="Brazilian Portuguese" +ASPOSTFIX="6" + +inherit aspell-dict + +FILENAME="aspell6-pt_BR-20080221-0" +SRC_URI="mirror://gnu/aspell/dict/pt_BR/${FILENAME}.tar.bz2" + +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" + +S="${WORKDIR}/${FILENAME}" |