summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-09-09 20:38:46 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-09-09 20:38:46 +0000
commita739b447245b207c11ae12fd4412a76b12bfa309 (patch)
tree82071974443173dbddc2803e9ba4aaceae8e1d63 /app-dicts/ispell-pt
parentMarked stable based on arch testing by Ian "idella4" Delaney & Agostino "ago"... (diff)
downloadgentoo-2-a739b447245b207c11ae12fd4412a76b12bfa309.tar.gz
gentoo-2-a739b447245b207c11ae12fd4412a76b12bfa309.tar.bz2
gentoo-2-a739b447245b207c11ae12fd4412a76b12bfa309.zip
Version bump to latest. Drop older.
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-dicts/ispell-pt')
-rw-r--r--app-dicts/ispell-pt/ChangeLog11
-rw-r--r--app-dicts/ispell-pt/ispell-pt-20041027.ebuild26
-rw-r--r--app-dicts/ispell-pt/ispell-pt-20070709.ebuild23
-rw-r--r--app-dicts/ispell-pt/ispell-pt-20110909.ebuild (renamed from app-dicts/ispell-pt/ispell-pt-20080705.ebuild)12
4 files changed, 16 insertions, 56 deletions
diff --git a/app-dicts/ispell-pt/ChangeLog b/app-dicts/ispell-pt/ChangeLog
index b13560324ba7..5d64ddec2b3c 100644
--- a/app-dicts/ispell-pt/ChangeLog
+++ b/app-dicts/ispell-pt/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-dicts/ispell-pt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.13 2010/10/08 01:35:58 leio Exp $
+# 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 $
+
+*ispell-pt-20110909 (09 Sep 2011)
+
+ 09 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -ispell-pt-20041027.ebuild, -ispell-pt-20070709.ebuild,
+ -ispell-pt-20080705.ebuild, +ispell-pt-20110909.ebuild:
+ Version bump to latest. Drop older.
08 Oct 2010; Mart Raudsepp <leio@gentoo.org> ispell-pt-20041027.ebuild:
Drop to ~mips
diff --git a/app-dicts/ispell-pt/ispell-pt-20041027.ebuild b/app-dicts/ispell-pt/ispell-pt-20041027.ebuild
deleted file mode 100644
index acb33d0a9a5c..000000000000
--- a/app-dicts/ispell-pt/ispell-pt-20041027.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20041027.ebuild,v 1.4 2010/10/08 01:35:58 leio Exp $
-
-S=${WORKDIR}"/portugues"
-DESCRIPTION="A Portuguese dictionary for ispell"
-SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.pt.${PV}.tar.gz"
-HOMEPAGE="http://natura.di.uminho.pt"
-
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
-
-DEPEND="app-text/ispell"
-
-src_compile() {
- make || die
-}
-
-src_install () {
- insinto /usr/lib/ispell
- doins portugues.aff portugues.hash
-
- dodoc README
-}
diff --git a/app-dicts/ispell-pt/ispell-pt-20070709.ebuild b/app-dicts/ispell-pt/ispell-pt-20070709.ebuild
deleted file mode 100644
index faa82153c23d..000000000000
--- a/app-dicts/ispell-pt/ispell-pt-20070709.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20070709.ebuild,v 1.1 2007/08/18 17:12:34 philantrop Exp $
-
-DESCRIPTION="A Portuguese dictionary for ispell"
-SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.pt-${PV}.tar.gz"
-HOMEPAGE="http://natura.di.uminho.pt"
-
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
-
-DEPEND="app-text/ispell"
-
-S="${WORKDIR}/${P/-/.}"
-
-src_install () {
- insinto /usr/lib/ispell
- doins portugues.aff portugues.hash
-
- dodoc README || die "installing docs failed"
-}
diff --git a/app-dicts/ispell-pt/ispell-pt-20080705.ebuild b/app-dicts/ispell-pt/ispell-pt-20110909.ebuild
index 0a72a2e6d3f5..fb0b17c0dee7 100644
--- a/app-dicts/ispell-pt/ispell-pt-20080705.ebuild
+++ b/app-dicts/ispell-pt/ispell-pt-20110909.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20110909.ebuild,v 1.1 2011/09/09 20:38:46 scarabeus Exp $
+
+EAPI=4
inherit multilib
@@ -10,15 +12,15 @@ SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+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.hash || die
- dodoc README || die "installing docs failed"
+ doins portugues.aff portugues.dic
}