summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-04-07 07:16:50 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-04-07 07:16:50 +0000
commit727fb3162e6f211710f53c28c7a6d06509f0f3e9 (patch)
tree17eb8e07ca42709b943955e3ce94324167ec0345 /app-dicts
parentDrop older. Handle static libs in latest. (diff)
downloadgentoo-2-727fb3162e6f211710f53c28c7a6d06509f0f3e9.tar.gz
gentoo-2-727fb3162e6f211710f53c28c7a6d06509f0f3e9.tar.bz2
gentoo-2-727fb3162e6f211710f53c28c7a6d06509f0f3e9.zip
Version bump to latest.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/ispell-pt/ChangeLog9
-rw-r--r--app-dicts/ispell-pt/ispell-pt-20120312.ebuild26
2 files changed, 33 insertions, 2 deletions
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 <scarabeus@gentoo.org> +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
+}