diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-01 11:13:22 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-01 11:13:22 +0000 |
commit | 574a6dc51517d0b46de7f20e7924259fe049654f (patch) | |
tree | 483c7363ea96a3fab4cf61d6b2840a25a4355f5a /app-dicts/ispell-pt | |
parent | Version bump. (diff) | |
download | gentoo-2-574a6dc51517d0b46de7f20e7924259fe049654f.tar.gz gentoo-2-574a6dc51517d0b46de7f20e7924259fe049654f.tar.bz2 gentoo-2-574a6dc51517d0b46de7f20e7924259fe049654f.zip |
Version bump.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-pt')
-rw-r--r-- | app-dicts/ispell-pt/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/ispell-pt/ispell-pt-20080705.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/app-dicts/ispell-pt/ChangeLog b/app-dicts/ispell-pt/ChangeLog index 0fc457e21304..72f26b10ff9a 100644 --- a/app-dicts/ispell-pt/ChangeLog +++ b/app-dicts/ispell-pt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/ispell-pt -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.11 2007/08/18 17:12:34 philantrop Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.12 2008/11/01 11:13:22 pva Exp $ + +*ispell-pt-20080705 (01 Nov 2008) + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> +ispell-pt-20080705.ebuild: + Version bump. *ispell-pt-20070709 (18 Aug 2007) diff --git a/app-dicts/ispell-pt/ispell-pt-20080705.ebuild b/app-dicts/ispell-pt/ispell-pt-20080705.ebuild new file mode 100644 index 000000000000..0a72a2e6d3f5 --- /dev/null +++ b/app-dicts/ispell-pt/ispell-pt-20080705.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20080705.ebuild,v 1.1 2008/11/01 11:13:22 pva Exp $ + +inherit multilib + +DESCRIPTION="A Portuguese dictionary for ispell" +HOMEPAGE="http://natura.di.uminho.pt" +SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.pt-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="app-text/ispell" + +S=${WORKDIR}/${P/-/.} + +src_install () { + insinto /usr/$(get_libdir)/ispell + doins portugues.aff portugues.hash || die + dodoc README || die "installing docs failed" +} |