From 727fb3162e6f211710f53c28c7a6d06509f0f3e9 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 7 Apr 2012 07:16:50 +0000 Subject: Version bump to latest. (Portage version: 2.2.0_alpha100/cvs/Linux x86_64) --- app-dicts/ispell-pt/ChangeLog | 9 +++++++-- app-dicts/ispell-pt/ispell-pt-20120312.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 app-dicts/ispell-pt/ispell-pt-20120312.ebuild (limited to 'app-dicts') diff --git a/app-dicts/ispell-pt/ChangeLog b/app-dicts/ispell-pt/ChangeLog index 5d64ddec2b3c..a38b3ebc6425 100644 --- a/app-dicts/ispell-pt/ChangeLog +++ b/app-dicts/ispell-pt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/ispell-pt -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.14 2011/09/09 20:38:46 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.15 2012/04/07 07:16:50 scarabeus Exp $ + +*ispell-pt-20120312 (07 Apr 2012) + + 07 Apr 2012; Tomáš Chvátal +ispell-pt-20120312.ebuild: + Version bump to latest. *ispell-pt-20110909 (09 Sep 2011) diff --git a/app-dicts/ispell-pt/ispell-pt-20120312.ebuild b/app-dicts/ispell-pt/ispell-pt-20120312.ebuild new file mode 100644 index 000000000000..5b9274595a2b --- /dev/null +++ b/app-dicts/ispell-pt/ispell-pt-20120312.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20120312.ebuild,v 1.1 2012/04/07 07:16:50 scarabeus Exp $ + +EAPI=4 + +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" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${P/-/.} + +src_install () { + insinto /usr/$(get_libdir)/ispell + doins portugues.aff portugues.dic +} -- cgit v1.2.3-65-gdbad