summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2005-11-09 21:31:36 +0000
committerAnders Rune Jensen <arj@gentoo.org>2005-11-09 21:31:36 +0000
commit017315c90c7ee3629bf2b542baa4f30899441b3b (patch)
treeb86808f2b9b2bd61b8f0f36e8bdf853da7b56454 /app-text/aspell
parentVersion bumped. This version includes some bugfixes. (diff)
downloadgentoo-2-017315c90c7ee3629bf2b542baa4f30899441b3b.tar.gz
gentoo-2-017315c90c7ee3629bf2b542baa4f30899441b3b.tar.bz2
gentoo-2-017315c90c7ee3629bf2b542baa4f30899441b3b.zip
new version
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/ChangeLog8
-rw-r--r--app-text/aspell/Manifest6
-rw-r--r--app-text/aspell/aspell-0.60.4.ebuild (renamed from app-text/aspell/aspell-0.60.2.ebuild)6
-rw-r--r--app-text/aspell/files/digest-aspell-0.60.21
-rw-r--r--app-text/aspell/files/digest-aspell-0.60.41
5 files changed, 15 insertions, 7 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog
index 5fae1a5ecbba..66ae9e4afd6a 100644
--- a/app-text/aspell/ChangeLog
+++ b/app-text/aspell/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/aspell
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.73 2005/08/08 11:49:27 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.74 2005/11/09 21:31:36 arj Exp $
+
+*aspell-0.60.4 (09 Nov 2005)
+
+ 09 Nov 2005; Anders Rune Jensen <arj@gentoo.org> +aspell-0.60.4.ebuild,
+ -aspell-0.60.2.ebuild:
+ Version bump. Fix #111740. Remove old version
08 Aug 2005; Seemant Kulleen <seemant@gentoo.org>
+files/aspell-0.60.3-templateinstantiations.patch, aspell-0.60.3.ebuild:
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest
index f54d798657b3..c62fc8c5ddec 100644
--- a/app-text/aspell/Manifest
+++ b/app-text/aspell/Manifest
@@ -1,14 +1,16 @@
MD5 6b401e3fb9fbe71cf7e76c7b0db53e71 ChangeLog 11688
MD5 d40ff6a488da2fdffb038f21cea2aedf aspell-0.50.5-r4.ebuild 1888
MD5 c80cb44776fc951ad669a37112e50f65 aspell-0.60.2.ebuild 1753
-MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
MD5 7ad2996cc3d4ce2e8d3f49666be41a9e aspell-0.60.3.ebuild 1809
+MD5 6c6bb5459bbf9e81ae3601f253d22de0 aspell-0.60.4.ebuild 1818
MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309
MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453
MD5 d2091b79a60b395e1ce3c496b7e3d45a files/aspell-0.50.5-charcount.patch 2264
+MD5 fb277ca79b2dcd2aa6a842c8b8ad59e4 files/aspell-0.60.3-templateinstantiations.patch 274
MD5 02560c627d075d243720f1067bf45bcf files/aspell-buffer-fix.patch 1556
MD5 ec7c300a1661ae94b55736f74a045bab files/aspell-quotechar-fix.patch 473
MD5 1b5d84b6b88a3dfe388ad2e4b1f48155 files/digest-aspell-0.50.5-r4 66
MD5 ea58a3b4827dbc2d3a5606ab927de6a6 files/digest-aspell-0.60.2 66
MD5 1b48dc4c225359e25d93946c0f313adb files/digest-aspell-0.60.3 66
-MD5 fb277ca79b2dcd2aa6a842c8b8ad59e4 files/aspell-0.60.3-templateinstantiations.patch 274
+MD5 3fa02bca76a99a620612aa0b52c14f41 files/digest-aspell-0.60.4 66
+MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
diff --git a/app-text/aspell/aspell-0.60.2.ebuild b/app-text/aspell/aspell-0.60.4.ebuild
index 6f90bca55e56..4d6a4b786b0a 100644
--- a/app-text/aspell/aspell-0.60.2.ebuild
+++ b/app-text/aspell/aspell-0.60.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.2.ebuild,v 1.4 2005/02/20 00:09:36 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.1 2005/11/09 21:31:36 arj Exp $
inherit libtool eutils flag-o-matic
@@ -17,8 +17,8 @@ DEPEND=">=sys-libs/ncurses-5.2
gpm? ( sys-libs/gpm )"
src_unpack() {
- unpack ${A}
- cd ${S}
+ unpack ${A}; cd ${S}
+ epatch ${FILESDIR}/aspell-0.60.3-templateinstantiations.patch
}
src_compile() {
diff --git a/app-text/aspell/files/digest-aspell-0.60.2 b/app-text/aspell/files/digest-aspell-0.60.2
deleted file mode 100644
index 6206eadf1a8f..000000000000
--- a/app-text/aspell/files/digest-aspell-0.60.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d067596a1d9029d127d85e5040bab0ab aspell-0.60.2.tar.gz 1577570
diff --git a/app-text/aspell/files/digest-aspell-0.60.4 b/app-text/aspell/files/digest-aspell-0.60.4
new file mode 100644
index 000000000000..28f336dddf47
--- /dev/null
+++ b/app-text/aspell/files/digest-aspell-0.60.4
@@ -0,0 +1 @@
+MD5 4f1737e726d66476b9c7388831305510 aspell-0.60.4.tar.gz 1676825